Lines Matching refs:found
435 static const OatFile::OatMethod FindOatMethodFromDexFileFor(ArtMethod* method, bool* found) in FindOatMethodFromDexFileFor() argument
457 found); in FindOatMethodFromDexFileFor()
458 if (!(*found)) { in FindOatMethodFromDexFileFor()
466 bool* found) in FindOatMethodFor() argument
475 return FindOatMethodFromDexFileFor(method, found); in FindOatMethodFor()
505 found); in FindOatMethodFor()
506 if (!(*found)) { in FindOatMethodFor()
621 bool found; in GetOatQuickMethodHeader() local
623 FindOatMethodFor(this, class_linker->GetImagePointerSize(), &found); in GetOatQuickMethodHeader()
624 if (!found) { in GetOatQuickMethodHeader()
659 bool found; in GetOatMethodQuickCode() local
660 OatFile::OatMethod oat_method = FindOatMethodFor(this, pointer_size, &found); in GetOatMethodQuickCode()
661 if (found) { in GetOatMethodQuickCode()