Searched refs:C2Compiler (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dc2compiler.cpp48 volatile int C2Compiler::_runtimes = uninitialized;
54 const char* C2Compiler::retry_no_subsuming_loads() {
57 const char* C2Compiler::retry_no_escape_analysis() {
60 void C2Compiler::initialize_runtime() {
100 void C2Compiler::initialize() {
102 // This method can only be called once per C2Compiler object
119 void C2Compiler::compile_method(ciEnv* env,
167 void C2Compiler::print_timers() {
H A Dc2compiler.hpp30 class C2Compiler : public AbstractCompiler { class in inherits:AbstractCompiler
H A Doptoreg.hpp50 friend class C2Compiler;
H A Dcompile.hpp48 class C2Compiler;
928 Compile(ciEnv* ci_env, C2Compiler* compiler, ciMethod* target,
H A Dgcm.cpp1203 // to the Compile object, and the C2Compiler will see it and retry.
1204 C->record_failure(C2Compiler::retry_no_subsuming_loads());
1352 if (!C->failure_reason_is(C2Compiler::retry_no_subsuming_loads())) {
H A Dlcm.cpp871 // to the Compile object, and the C2Compiler will see it and retry.
872 C->record_failure(C2Compiler::retry_no_subsuming_loads());
H A Dreg_split.cpp307 // to the Compile object, and the C2Compiler will see it and retry.
308 C->record_failure(C2Compiler::retry_no_subsuming_loads());
H A Descape.cpp2326 // to the Compile object, and the C2Compiler will see it and retry.
2327 C->record_failure(C2Compiler::retry_no_escape_analysis());
2838 _compile->record_failure(C2Compiler::retry_no_escape_analysis());
2858 _compile->record_failure(C2Compiler::retry_no_escape_analysis());
H A Dcompile.cpp603 Compile::Compile( ciEnv* ci_env, C2Compiler* compiler, ciMethod* target, int osr_bci, bool subsume_loads, bool do_escape_analysis )
3245 // ciEnv might use two Compile objects, if C2Compiler::compile_method decides
3248 // by the logic in C2Compiler.
3265 if (!C->failure_reason_is(C2Compiler::retry_no_subsuming_loads())) {
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp749 _compilers[1] = new C2Compiler();

Completed in 80 milliseconds