Searched refs:GetOatMethodQuickCodeFor (Results 1 – 5 of 5) sorted by relevance
157 const void* code = runtime->GetClassLinker()->GetOatMethodQuickCodeFor(method); in CompileMethod()
338 const void* oat_quick_code = class_linker->GetOatMethodQuickCodeFor(this); in IsEntrypointInterpreter()
407 const void* GetOatMethodQuickCodeFor(ArtMethod* method)
3388 const bool is_compiled = class_linker->GetOatMethodQuickCodeFor(m) != nullptr; in GetRequiredDeoptimizationKind()
2090 const void* ClassLinker::GetOatMethodQuickCodeFor(ArtMethod* method) { in GetOatMethodQuickCodeFor() function in art::ClassLinker