Searched refs:InvocationEntryBci (Results 26 - 35 of 35) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp1054 if (entry_bci == InvocationEntryBci) {
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp743 InvocationEntryBci = -1, // i.e., not a on-stack replacement compilation enumerator in enum:MethodCompilation
/openjdk7/hotspot/src/share/vm/interpreter/
H A DlinkResolver.cpp145 CompileBroker::compile_method(selected_method, InvocationEntryBci,
/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp252 _bci = InvocationEntryBci;
H A Doutput.cpp955 assert(jvms->bci() >= InvocationEntryBci && jvms->bci() <= 0x10000, "must be a valid or entry BCI");
H A Dcompile.cpp900 _entry_bci(InvocationEntryBci),
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2247 CompileBroker::compile_method(m, InvocationEntryBci, CompLevel_highest_tier,
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp2309 (bci == InvocationEntryBci || osr->osr_entry_bci() == bci)) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp3008 increment_event_counter_impl(info, x->inlinee(), (1 << Tier23InlineeNotifyFreqLog) - 1, InvocationEntryBci, false, true);
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp2447 declare_constant(InvocationEntryBci) \

Completed in 121 milliseconds

12