Searched refs:SharkCompiler (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCompiler.hpp38 class SharkCompiler : public AbstractCompiler { class in inherits:AbstractCompiler
41 SharkCompiler();
116 static SharkCompiler* compiler() {
120 return (SharkCompiler *) compiler;
H A DsharkCompiler.cpp62 SharkCompiler::SharkCompiler() function in class:SharkCompiler
140 void SharkCompiler::initialize() {
144 void SharkCompiler::compile_method(ciEnv* env,
219 nmethod* SharkCompiler::generate_native_wrapper(MacroAssembler* masm,
255 void SharkCompiler::generate_native_code(SharkEntry* entry,
316 void SharkCompiler::free_compiled_method(address code) {
329 void SharkCompiler::free_queued_methods() {
343 const char* SharkCompiler::methodname(const char* klass, const char* method) {
H A DsharkContext.hpp57 return *SharkCompiler::compiler()->context();
/openjdk7/hotspot/src/cpu/zero/vm/
H A DsharedRuntime_zero.cpp85 return SharkCompiler::compiler()->generate_native_wrapper(masm,
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp757 _compilers[1] = new SharkCompiler();
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp1416 ((SharkCompiler *) compiler())->free_compiled_method(insts_begin());

Completed in 48 milliseconds