Lines Matching refs:at

220     int jsr = _jsrs->at(k);
270 // The instruction at bci is changing size by "delta". Update the return map.
391 tty->print_cr("Basicblock#%d begins at: %d", c->_bb_count, bci);
470 // Position bytecodestream at last bytecode in basicblock
735 // have been detected at this point? That would make this equal
800 // First time we look at this BB
1033 // The instruction at bci is changing size by "delta". Update the basic blocks.
1062 _state[_init_vars->at(k)] = CellTypeState::make_slot_ref(k);
1110 assert(lim_bci != bb->_bci, "must be at least one instruction in a basicblock");
1247 report_monitor_mismatch("non-empty monitor stack at exceptional exit");
1268 // Print the state values at the current bytecode.
1333 // Should we report the results? Result is reported *before* the instruction at the current bci is executed.
1653 // It is a ref-uninit conflict (at least). If there are other
1830 // fix will need to be removed at that time.
1845 report_monitor_mismatch("non-empty monitor stack at return");
1881 // really matter (at least for now)
1982 // This function assumes "bcs" is at a "ret" instruction and that the vars
2119 // at the bottom of the call stack, when it returns to compute_map(). The
2241 fatal("Rewriting method not allowed at this stage");
2336 tty->print_cr("Rewriting aload at bci: %d", bci);
2344 tty->print_cr("Rewriting astore at bci: %d", bci);
2349 tty->print_cr("Supress rewriting of astore at bci: %d", bci);
2380 // This is neccesary, since relocating the instruction at a certain bci, might
2484 // Return true iff the top of the operand stack holds a return address at
2488 if (_ret_adr_tos->at(i) == bci)
2516 tty->print_cr("Ret_adr TOS at bci: %d", bcs.bci());
2527 int v = _ret_adr_tos->at(i);