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

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

Completed in 89 milliseconds