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

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp276 bool failing() { return _failure_reason != NULL; } function in class:ciEnv
278 // Reason this compilation is failing, such as "too many basic blocks".
H A DciTypeFlow.hpp841 bool failing() { return env()->failing() || _failure_reason != NULL; } function in class:ciTypeFlow
843 // Reason this compilation is failing, such as "too many basic blocks".
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp388 bool failing() { return C->failing(); } function in class:Parse
H A DgraphKit.hpp177 // Tell if the compilation is failing.
178 bool failing() const { return C->failing(); } function in class:GraphKit
H A Dcompile.hpp299 const char* _failure_reason; // for record_failure/failing pattern
647 bool failing() const { return _env->failing() || _failure_reason != NULL; } function in class:Compile

Completed in 238 milliseconds