Lines Matching refs:found
444 static const OatFile::OatMethod FindOatMethodFromDexFileFor(ArtMethod* method, bool* found) in FindOatMethodFromDexFileFor() argument
466 found); in FindOatMethodFromDexFileFor()
467 if (!(*found)) { in FindOatMethodFromDexFileFor()
475 bool* found) in FindOatMethodFor() argument
484 return FindOatMethodFromDexFileFor(method, found); in FindOatMethodFor()
514 found); in FindOatMethodFor()
515 if (!(*found)) { in FindOatMethodFor()
625 bool found; in GetOatQuickMethodHeader() local
627 FindOatMethodFor(this, class_linker->GetImagePointerSize(), &found); in GetOatQuickMethodHeader()
628 if (!found) { in GetOatQuickMethodHeader()
663 bool found; in GetOatMethodQuickCode() local
664 OatFile::OatMethod oat_method = FindOatMethodFor(this, pointer_size, &found); in GetOatMethodQuickCode()
665 if (found) { in GetOatMethodQuickCode()