Searched defs:FindOatMethodFor (Results 1 - 1 of 1) sorted by relevance

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

Completed in 76 milliseconds