Searched refs:standard_entry_bci (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp506 if (_osr_bci != CompileBroker::standard_entry_bci) {
510 if (_osr_bci != CompileBroker::standard_entry_bci) {
1287 compile_id = assign_compile_id(method, standard_entry_bci);
1310 bool is_osr = (osr_bci != standard_entry_bci);
1359 bool is_osr = (osr_bci != standard_entry_bci);
1396 bool is_osr = (osr_bci != standard_entry_bci);
1720 bool is_osr = (osr_bci != standard_entry_bci);
2024 bool is_osr = (task->osr_bci() != standard_entry_bci);
H A DcompileBroker.hpp349 standard_entry_bci = InvocationEntryBci enumerator in enum:CompileBroker::__anon222

Completed in 37 milliseconds