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

/art/runtime/
H A Dclass_linker_test.cc1077 static void CheckMethod(mirror::ArtMethod* method, bool verified)
1080 EXPECT_EQ((method->GetAccessFlags() & kAccPreverified) != 0U, verified)
H A Dclass_linker.cc1187 bool verified = VerifyOatAndDexFileChecksums(oat_file, dex_location, *dex_location_checksum, local
1189 if (!verified) {
1286 // 2) If present, checksum-verified & relocated correctly return it
1289 // 5) If present, checksum-verified & relocated correctly return it
1292 // a) If we have opened and checksum-verified the odex version relocate it to
1294 // b) If we have opened and checksum-verified the cache version relocate it in place and return
2314 * The class has been prepared and resolved but possibly not yet verified
3508 // Don't attempt to re-verify if already sufficiently verified.
3604 // was verified or requiring runtime reverification.
3610 // Pretend a soft failure occured so that we don't consider the class verified belo
[all...]

Completed in 369 milliseconds