Home
last modified time | relevance | path

Searched defs:CompileMethod (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jit/
Djit.cc129 bool Jit::CompileMethod(ArtMethod* method, Thread* self) { in CompileMethod() function in art::jit::Jit
/art/compiler/jit/
Djit_compiler.cc140 bool JitCompiler::CompileMethod(Thread* self, ArtMethod* method) { in CompileMethod() function in art::jit::JitCompiler
/art/compiler/
Dcommon_compiler_test.cc241 void CommonCompilerTest::CompileMethod(ArtMethod* method) { in CompileMethod() function in art::CommonCompilerTest
/art/compiler/driver/
Dcompiler_driver.cc590 CompiledMethod* CompilerDriver::CompileMethod(Thread* self, ArtMethod* method) { in CompileMethod() function in art::CompilerDriver
2255 void CompilerDriver::CompileMethod(Thread* self, const DexFile::CodeItem* code_item, in CompileMethod() function in art::CompilerDriver