Searched defs:_state_before (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp300 ValueStack* _state_before; // Copy of state with input operands still on stack (or NULL) member in class:Instruction
387 , _state_before(state_before)
392 update_exception_state(_state_before);
418 ValueStack* state_before() const { return _state_before; }

Completed in 227 milliseconds