Home
last modified time | relevance | path

Searched refs:GetOatMethodQuickCodeFor (Results 1 – 5 of 5) sorted by relevance

/art/compiler/jit/
Djit_compiler.cc157 const void* code = runtime->GetClassLinker()->GetOatMethodQuickCodeFor(method); in CompileMethod()
/art/runtime/
Dart_method.cc338 const void* oat_quick_code = class_linker->GetOatMethodQuickCodeFor(this); in IsEntrypointInterpreter()
Dclass_linker.h407 const void* GetOatMethodQuickCodeFor(ArtMethod* method)
Ddebugger.cc3388 const bool is_compiled = class_linker->GetOatMethodQuickCodeFor(m) != nullptr; in GetRequiredDeoptimizationKind()
Dclass_linker.cc2090 const void* ClassLinker::GetOatMethodQuickCodeFor(ArtMethod* method) { in GetOatMethodQuickCodeFor() function in art::ClassLinker