Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc283 const void* oat_quick_code = runtime->GetClassLinker()->GetOatMethodQuickCodeFor(this); in Invoke()
474 return Runtime::Current()->GetClassLinker()->GetOatMethodQuickCodeFor(this) != nullptr; in HasAnyCompiledCode()
Dclass_linker.h497 const void* GetOatMethodQuickCodeFor(ArtMethod* method)
Dclass_linker.cc2738 const void* ClassLinker::GetOatMethodQuickCodeFor(ArtMethod* method) { in GetOatMethodQuickCodeFor() function in art::ClassLinker