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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_FpuStackSim_x86.hpp49 bool bailed_out() const { return compilation()->bailed_out(); } function in class:VALUE_OBJ_CLASS_SPEC
H A Dc1_LinearScan_x86.hpp137 bool bailed_out() const { return compilation()->bailed_out(); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp75 bool bailed_out() const { return compilation()->bailed_out(); } function in class:LIR_Assembler
H A Dc1_Compilation.hpp183 bool bailed_out() const { return _bailout_msg != NULL; } function in class:Compilation
240 // The methods bailout() and bailed_out() are present in all classes
245 #define CHECK_BAILOUT() { if (bailed_out()) return; }
246 #define CHECK_BAILOUT_(res) { if (bailed_out()) return res; }
H A Dc1_GraphBuilder.hpp208 bool bailed_out() const { return compilation()->bailed_out(); } function in class:VALUE_OBJ_CLASS_SPEC
H A Dc1_LIRGenerator.hpp191 bool bailed_out() const { return compilation()->bailed_out(); } function in class:LIRGenerator
H A Dc1_GraphBuilder.cpp64 bool bailed_out() const { return compilation()->bailed_out(); } function in class:VALUE_OBJ_CLASS_SPEC
2118 if (++_instruction_count >= InstructionCountCutoff && !bailed_out()) {
2150 assert(i1->exception_state() != NULL || !i1->needs_exception_state() || bailed_out(), "handle_exception must set exception state");
2467 while (!bailed_out() && last()->as_BlockEnd() == NULL &&
2743 if (start_in_current_block_for_inlining && !bailed_out()) {
2763 } while (!bailed_out() && !scope_data()->is_work_list_empty());
3229 if (!bailed_out())
3757 if (bailed_out())
3824 if (bailed_out())
[all...]
H A Dc1_LinearScan.hpp177 bool bailed_out() const { return compilation()->bailed_out(); } function in class:LinearScan
663 bool bailed_out() const { return compilation()->bailed_out(); } function in class:IntervalWalker

Completed in 179 milliseconds