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

  /art/compiler/
compiled_method.h 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() {}
    [all...]
compiled_method.cc 119 CompiledMethod::CompiledMethod(CompilerDriver& driver,
135 CompiledMethod::CompiledMethod(CompilerDriver& driver,
149 // Constructs a CompiledMethod for the Portable compiler.
150 CompiledMethod::CompiledMethod(CompilerDriver& driver, InstructionSet instruction_set,
160 CompiledMethod::CompiledMethod(CompilerDriver& driver, InstructionSet instruction_set,

Completed in 26 milliseconds