Searched defs:CompiledMethod (Results 1 - 2 of 2) sorted by relevance

/art/compiler/
H A Dcompiled_method.h106 class CompiledMethod : public CompiledCode { class in namespace:art
108 // Constructs a CompiledMethod for the non-LLVM compilers.
109 CompiledMethod(CompilerDriver* driver,
120 // Constructs a CompiledMethod for the QuickJniCompiler.
121 CompiledMethod(CompilerDriver* driver,
128 // Constructs a CompiledMethod for the Portable compiler.
129 CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, const std::string& code,
132 // Constructs a CompiledMethod for the Portable JniCompiler.
133 CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, const std::string& code,
136 ~CompiledMethod() {}
[all...]
H A Dcompiled_method.cc143 CompiledMethod::CompiledMethod(CompilerDriver* driver, function in class:art::CompiledMethod
161 CompiledMethod::CompiledMethod(CompilerDriver* driver, function in class:art::CompiledMethod
176 // Constructs a CompiledMethod for the Portable compiler.
177 CompiledMethod::CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, function in class:art::CompiledMethod
188 CompiledMethod::CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, function in class:art::CompiledMethod
198 CompiledMethod* CompiledMetho
[all...]

Completed in 51 milliseconds