Lines Matching refs:CompiledMethod
99 class CompiledMethod : public CompiledCode {
101 // Constructs a CompiledMethod for the non-LLVM compilers.
102 CompiledMethod(CompilerDriver& driver,
112 // Constructs a CompiledMethod for the JniCompiler.
113 CompiledMethod(CompilerDriver& driver,
120 // Constructs a CompiledMethod for the Portable compiler.
121 CompiledMethod(CompilerDriver& driver, InstructionSet instruction_set, const std::string& code,
124 // Constructs a CompiledMethod for the Portable JniCompiler.
125 CompiledMethod(CompilerDriver& driver, InstructionSet instruction_set, const std::string& code,
128 ~CompiledMethod() {}