Searched defs:SharkCompiler (Results 1 - 2 of 2) 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) {

Completed in 37 milliseconds