HomeSort by relevance Sort by last modified time
    Searched defs:CompiledMethod (Results 1 - 2 of 2) sorted by null

  /art/compiler/
compiled_method.cc 145 CompiledMethod::CompiledMethod(CompilerDriver* driver,
163 CompiledMethod::CompiledMethod(CompilerDriver* driver,
178 // Constructs a CompiledMethod for the Portable compiler.
179 CompiledMethod::CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set,
189 CompiledMethod::CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set,
compiled_method.h 103 class CompiledMethod : public CompiledCode {
105 // Constructs a CompiledMethod for the non-LLVM compilers.
106 CompiledMethod(CompilerDriver* driver,
117 // Constructs a CompiledMethod for the QuickJniCompiler.
118 CompiledMethod(CompilerDriver* driver,
125 // Constructs a CompiledMethod for the Portable compiler.
126 CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, const std::string& code,
129 // Constructs a CompiledMethod for the Portable JniCompiler.
130 CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, const std::string& code,
133 ~CompiledMethod() {}
    [all...]

Completed in 2066 milliseconds