Lines Matching refs:at

85     tty->print_cr("%d implicit null exceptions at runtime",
161 // When paths are cut off, values at later merge points can rise
216 assert(jvms()->monitor_depth() == 0, "should be no active locks at beginning of osr");
262 if (!live_locals.at(index)) {
276 if (!live_oops.at(index)) {
312 // at a bci with a non-empty stack. We should not reach here.
324 // at execution time what the compiler is expecting now:
328 assert(osr_block->flow()->jsrs()->size() == 0, "should be no jsrs live at osr point");
335 if (!live_oops.at(index)) {
346 // locals at the OSR entry point are dead. Method liveness
702 tty->print_cr("Skipped dead block %d at bci:%d", rpo, block->start());
864 // Have to look at the exception first.
958 // Force the exiting JVM state to have this method at InvocationEntryBci.
997 // Initialize our parser map to contain the types at method entry.
1107 // Initialize our parser map to contain the types/monitors at method entry.
1156 ciTypeFlow::Block* tf2 = (i < ns) ? tfs->at(i) : tfe->at(i-ns);
1217 if (_live_locals.size() > 0 && !_live_locals.at(i))
1347 tty->print("Parsing block #%d at bci [%d,%d), successors: ",
1447 // Merge the current mapping into the basic block starting at bci
1467 // Merge the current mapping into the basic block starting at bci
1483 tty->print_cr("### Missing successor at bci:%d for block #%d (trap_bci:%d)", target_bci, b->rpo(), trap_bci);
1491 tty->print("Merging state at block #%d bci:%d", target->rpo(), target->start());
1498 if (!target->is_merged()) { // No prior mapping at this bci
1543 // Convert the existing Parser mapping into a mapping at this bci.
1547 } else { // Prior mapping at this bci
2055 // Capture memory state BEFORE a SafePoint. Since we can block at a