Searched refs:GetOatMethodQuickCodeFor (Results 1 – 3 of 3) sorted by relevance
283 const void* oat_quick_code = runtime->GetClassLinker()->GetOatMethodQuickCodeFor(this); in Invoke()474 return Runtime::Current()->GetClassLinker()->GetOatMethodQuickCodeFor(this) != nullptr; in HasAnyCompiledCode()
497 const void* GetOatMethodQuickCodeFor(ArtMethod* method)
2738 const void* ClassLinker::GetOatMethodQuickCodeFor(ArtMethod* method) { in GetOatMethodQuickCodeFor() function in art::ClassLinker