Searched refs:raw_bci (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe_hp.hpp67 int raw_bci() const;
H A DvframeArray.hpp68 int raw_bci(void) const { return _bci; } function in class:vframeArrayElement
H A Dvframe_hp.cpp282 int raw = raw_bci();
287 int compiledVFrame::raw_bci() const { function in class:compiledVFrame
H A DvframeArray.cpp64 _bci = vf->raw_bci();
174 if (raw_bci() == SynchronizationEntryBCI) {
H A Ddeoptimization.cpp1001 int bci = chunk->at(index)->raw_bci();

Completed in 31 milliseconds