Searched refs:execution_engine (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCompiler.hpp109 llvm::ExecutionEngine* execution_engine() const { function in class:SharkCompiler
H A DsharkCompiler.cpp118 if (!execution_engine()) {
126 execution_engine()->addModule(
132 execution_engine()->addModuleProvider(
296 code = (address) execution_engine()->getPointerToFunction(function);
338 execution_engine()->freeMachineCodeForFunction(function);

Completed in 29 milliseconds