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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp454 void set_exception_state(ValueStack* s) { check_state(s); _exception_state = s; } function in class:Instruction
H A Dc1_GraphBuilder.cpp2236 instruction->set_exception_state(cur_state);
2291 instruction->set_exception_state(cur_state);

Completed in 46 milliseconds