Lines Matching refs:blocks
244 std::list< std::pair< sal_Int32, Code * > > const & blocks) in instrLookupswitch()
249 std::list< std::pair< sal_Int32, Code * > >::size_type size = blocks.size(); in instrLookupswitch()
262 Position pos2 = pos1 + 1 + pad + 8 + blocks.size() * 8; //FIXME: overflow in instrLookupswitch()
267 blocks.begin()); in instrLookupswitch()
268 i != blocks.end(); ++i) in instrLookupswitch()
277 blocks.begin()); in instrLookupswitch()
278 i != blocks.end(); ++i) in instrLookupswitch()
336 std::list< Code * > const & blocks) in instrTableswitch()
347 std::list< Code * >::size_type size = blocks.size(); in instrTableswitch()
355 {for (std::list< Code * >::const_iterator i(blocks.begin()); in instrTableswitch()
356 i != blocks.end(); ++i) in instrTableswitch()
367 {for (std::list< Code * >::const_iterator i(blocks.begin()); in instrTableswitch()
368 i != blocks.end(); ++i) in instrTableswitch()