Searched refs:verified (Results 1 – 2 of 2) sorted by relevance
1077 static void CheckMethod(mirror::ArtMethod* method, bool verified) in CheckMethod() argument1080 EXPECT_EQ((method->GetAccessFlags() & kAccPreverified) != 0U, verified) in CheckMethod()
1187 bool verified = VerifyOatAndDexFileChecksums(oat_file, dex_location, *dex_location_checksum, in VerifyOatWithDexFile() local1189 if (!verified) { in VerifyOatWithDexFile()