Home
last modified time | relevance | path

Searched refs:FindOatMethodFor (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dclass_linker.h488 const OatFile::OatMethod FindOatMethodFor(ArtMethod* method, bool* found)
Dclass_linker.cc2023 const OatFile::OatMethod ClassLinker::FindOatMethodFor(ArtMethod* method, bool* found) { in FindOatMethodFor() function in art::ClassLinker
2069 OatFile::OatMethod oat_method = FindOatMethodFor(method, &found); in GetQuickOatCodeFor()
2095 OatFile::OatMethod oat_method = FindOatMethodFor(method, &found); in GetOatMethodQuickCodeFor()