Searched refs:no_bci (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp320 set_bci(row, no_bci);
340 if (bci(row) == no_bci) {
359 if (bci(row) != no_bci) entries++;
363 if (bci(row) != no_bci) {
H A DmethodDataOop.hpp841 no_bci = -1 // value of bci when bci1/2 are not in use.
/openjdk7/hotspot/src/share/vm/opto/
H A DparseHelper.cpp543 table_full &= (key != RetData::no_bci);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp324 static const int no_bci = -99; member in class:Instruction

Completed in 43 milliseconds