Home
last modified time | relevance | path

Searched refs:verified (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dclass_linker_test.cc1077 static void CheckMethod(mirror::ArtMethod* method, bool verified) in CheckMethod() argument
1080 EXPECT_EQ((method->GetAccessFlags() & kAccPreverified) != 0U, verified) in CheckMethod()
Dclass_linker.cc1187 bool verified = VerifyOatAndDexFileChecksums(oat_file, dex_location, *dex_location_checksum, in VerifyOatWithDexFile() local
1189 if (!verified) { in VerifyOatWithDexFile()