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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp402 CodeEmitInfo* LIRGenerator::state_for(Instruction* x, ValueStack* state, bool ignore_xhandler) { argument
455 return new CodeEmitInfo(state, ignore_xhandler ? NULL : x->exception_handlers());

Completed in 80 milliseconds