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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp420 virtual bool needs_exception_state() const { return true; } function in class:Instruction
1201 virtual bool needs_exception_state() const { return false; }
1228 virtual bool needs_exception_state() const { return false; }
1253 virtual bool needs_exception_state() const { return false; }
1387 virtual bool needs_exception_state() const { return false; }
1953 virtual bool needs_exception_state() const { return false; }
H A Dc1_GraphBuilder.cpp2150 assert(i1->exception_state() != NULL || !i1->needs_exception_state() || bailed_out(), "handle_exception must set exception state");
2188 if (!has_handler() && (!instruction->needs_exception_state() || instruction->exception_state() != NULL)) {

Completed in 244 milliseconds