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

/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1362 case Bytecodes::_new: ppush1(CellTypeState::make_line_ref(itr->bci()));
1724 ppush1(CellTypeState::make_line_ref(bci));
1831 replace_all_CTS_matches(actual, CellTypeState::make_line_ref(bci));
1860 CellTypeState cts = (bt == T_OBJECT) ? CellTypeState::make_line_ref(bci) : valCTS;
1874 ppush1(CellTypeState::make_line_ref(bci));
1944 out[0] = CellTypeState::make_line_ref(bci);
1970 out[0] = CellTypeState::make_line_ref(bci);
H A DgenerateOopMap.hpp168 static CellTypeState make_line_ref(int bci) { function in class:VALUE_OBJ_CLASS_SPEC

Completed in 38 milliseconds