Lines Matching defs:osr_block
194 Block* osr_block = start_block();
195 assert(osr_block->start() == osr_bci(), "sanity");
198 set_parse_bci(osr_block->start());
201 set_sp(osr_block->start_sp());
210 if (osr_block->has_trap_at(osr_block->start())) {
217 int mcnt = osr_block->flow()->monitor_count();
266 const Type *type = osr_block->local_type_at(index);
309 const Type *type = osr_block->stack_type_at(index);
328 assert(osr_block->flow()->jsrs()->size() == 0, "should be no jsrs live at osr point");
333 const Type *type = osr_block->local_type_at(index);
340 if (osr_block->flow()->local_type_at(index)->is_return_address()) {
361 const Type *type = osr_block->stack_type_at(index);