Searched refs:bailout (Results 1 - 17 of 17) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_FpuStackSim_x86.hpp46 // unified bailout support
48 void bailout(const char* msg) const { compilation()->bailout(msg); } function in class:VALUE_OBJ_CLASS_SPEC
H A Dc1_LinearScan_x86.hpp135 // unified bailout support
136 void bailout(const char* msg) const { compilation()->bailout(msg); } function in class:VALUE_OBJ_CLASS_SPEC
H A Dc1_LIRAssembler_x86.cpp142 bailout("const section overflow");
153 bailout("const section overflow");
393 bailout("exception handler overflow");
484 bailout("deopt handler overflow");
2887 bailout("static call stub overflow");
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.hpp182 void bailout(const char* msg);
239 // Macro definitions for unified bailout-support
240 // The methods bailout() and bailed_out() are present in all classes
241 // that might bailout, but forward all calls to Compilation
242 #define BAILOUT(msg) { bailout(msg); return; }
243 #define BAILOUT_(msg, res) { bailout(msg); return res; }
H A Dc1_Compilation.cpp142 bailout("invalid parsing");
229 bailout("Bailing out because of -XX:+BailoutAfterLIR");
324 bailout("linear scan can't handle exception handlers");
386 bailout("Bailing out because method is not compilable");
408 // bailout if method couldn't be compiled
552 void Compilation::bailout(const char* msg) { function in class:Compilation
553 assert(msg != NULL, "bailout message must exist");
555 // keep first bailout message
556 if (PrintCompilation || PrintBailouts) tty->print_cr("compilation bailout: %s", msg);
H A Dc1_LIRAssembler.hpp73 // unified bailout support
74 void bailout(const char* msg) const { compilation()->bailout(msg); } function in class:LIR_Assembler
H A Dc1_LinearScan.hpp175 // unified bailout support
176 void bailout(const char* msg) const { compilation()->bailout(msg); } function in class:LinearScan
359 bailout("illegal oopMap register name");
661 // unified bailout support
662 void bailout(const char* msg) const { compilation()->bailout(msg); } function in class:IntervalWalker
H A Dc1_GraphBuilder.hpp76 // bailout conditions, since we only handle a subset of all of the
206 // unified bailout support
207 void bailout(const char* msg) const { compilation()->bailout(msg); } function in class:VALUE_OBJ_CLASS_SPEC
H A Dc1_LIRGenerator.hpp189 // unified bailout support
190 void bailout(const char* msg) const { compilation()->bailout(msg); } function in class:LIRGenerator
H A Dc1_LinearScan.cpp260 bailout("too many stack slots used");
280 bailout("frame too large");
872 // bailout of if this occurs in product mode.
873 bailout("live_in set of first block not empty");
1658 // wrapper for Interval::split_child_at_op_id that performs a bailout in product mode
1666 assert(false, "must find an interval, but do a clean bailout in product mode");
2486 bailout("too large frame");
2491 bailout("too large frame");
2499 bailout("too large frame");
2659 bailout("to
[all...]
H A Dc1_GraphBuilder.cpp62 // unified bailout support
63 void bailout(const char* msg) const { compilation()->bailout(msg); } function in class:VALUE_OBJ_CLASS_SPEC
725 // to a compilation bailout
1870 // bailout during construction of the callee graph, the entire
2119 // set the bailout state but complete normal processing. We
2120 // might do a little more work before noticing the bailout so we
2122 bailout("Method and/or inlining is too large");
2221 // very rare so we bailout instead of trying to handle it.
2480 bailout("OS
[all...]
H A Dc1_IR.cpp333 Compilation::current()->bailout("a node was not appended to the graph");
H A Dc1_LIRGenerator.cpp437 bailout("Degenerate or breakpointed method");
1047 // add a little fudge factor for the bailout, since the bailout is
1052 bailout("out of virtual registers");
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp202 bool bailout = false; local
362 bailout = true;
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp3561 RegionNode* bailout = new (C) RegionNode(1); local
3562 record_for_igvn(bailout);
3566 Node* not_objArray = generate_non_objArray_guard(klass_node, bailout);
3577 generate_negative_guard(start, bailout, &start);
3578 generate_negative_guard(end, bailout, &end);
3589 generate_negative_guard(length, bailout, &length);
3591 if (bailout->req() > 1) {
3593 set_control(_gvn.transform(bailout));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp401 bailout("exception handler overflow");
485 bailout("deopt handler overflow");
1234 bailout("const section overflow");
1257 bailout("const section overflow");
1596 bailout("static call stub overflow");
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/resources/
H A Daliasmap177 hotspot.ci.total.bailout // 1.4.2

Completed in 460 milliseconds