Searched defs:compile_method (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dc2compiler.cpp119 void C2Compiler::compile_method(ciEnv* env, function in class:C2Compiler
/openjdk7/hotspot/src/share/vm/compiler/
H A DabstractCompiler.hpp84 virtual void compile_method(ciEnv* env, function in class:AbstractCompiler
H A DcompileBroker.cpp1015 // CompileBroker::compile_method
1180 nmethod* CompileBroker::compile_method(methodHandle method, int osr_bci, function in class:CompileBroker
1777 compiler(task->comp_level())->compile_method(&ci_env, target, osr_bci);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compiler.cpp92 void Compiler::compile_method(ciEnv* env, ciMethod* method, int entry_bci) { function in class:Compiler
H A Dc1_Compilation.cpp379 void Compilation::compile_method() { function in class:Compilation
515 compile_method();
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCompiler.cpp144 void SharkCompiler::compile_method(ciEnv* env, function in class:SharkCompiler

Completed in 45 milliseconds