Searched refs:StateBefore (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp35 StateBefore, // Before before execution of instruction enumerator in enum:ValueStack::Kind
H A Dc1_LIRGenerator.cpp2636 CodeEmitInfo* info = new CodeEmitInfo(scope()->start()->state()->copy(ValueStack::StateBefore, SynchronizationEntryBCI), NULL);
2646 CodeEmitInfo* info = new CodeEmitInfo(scope()->start()->state()->copy(ValueStack::StateBefore, SynchronizationEntryBCI), NULL);
H A Dc1_GraphBuilder.cpp3155 return state()->copy(ValueStack::StateBefore, bci);
3160 return state()->copy(ValueStack::StateBefore, bci);

Completed in 446 milliseconds