Searched refs:here (Results 26 - 27 of 27) sorted by relevance

12

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp68 // heads chopped off on interrupt). We have to save some %g registers here
142 // to Oregs here to avoid interrupts cutting off their heads
656 // Before we get into the guts of the C2I adapter, see if we should be here
658 // interpreter, which means the caller made a static call to get here
661 // However we will run interpreted if we come thru here. The next pass
662 // thru the call site will run compiled. If we ran compiled here then
664 // deopt/uncommon trap cycles. If we always go interpreted here then
668 // Actually if we detected that we had an i2c->c2i transition here we
779 // We will only enter here from an interpreted frame and never from after
996 // the callee is deoptimized as we race thru here
2348 address here = __ pc(); local
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp279 // we jump here if osr happens with the interpreter
489 InternalAddress here(__ pc());
491 __ pushptr(here.addr());
641 assert(patch_code == lir_patch_none, "no patching handled here");
647 assert(patch_code == lir_patch_none, "no patching handled here");
653 assert(patch_code == lir_patch_none, "no patching handled here");
1189 // partial word into it. Do it here so that it precedes
1560 // instruction sequence too long to inline it here

Completed in 296 milliseconds

12