Searched refs:Verify (Results 26 - 29 of 29) sorted by relevance

12

/art/runtime/verifier/
H A Dmethod_verifier.cc401 if (verifier.Verify()) {
534 verifier->Verify();
641 Verify();
647 bool MethodVerifier::Verify() { function in class:art::MethodVerifier
3108 // Verify registers based on method_type in the call site.
4425 // Verify each register. If "arg_count" is bad, VerifyRegisterType() will run off the end of
4950 // Verify that the monitor stack is empty on return.
/art/compiler/driver/
H A Dcompiler_driver.cc917 VLOG(compiler) << "Verify none mode specified, skipping verification.";
931 Verify(class_loader, dex_files, timings);
932 VLOG(compiler) << "Verify: " << GetMemoryUsageString(false);
1920 TimingLogger::ScopedTiming t("Fast Verify", timings);
1979 void CompilerDriver::Verify(jobject jclass_loader, function in class:art::CompilerDriver
2149 TimingLogger::ScopedTiming t("Verify Dex File", timings);
2215 TimingLogger::ScopedTiming t("Verify Dex File", timings);
/art/runtime/gc/
H A Dheap.cc126 // Verify objet has a small allocation stack size since searching the allocation stack is slow.
2750 // Verify a reference from an object.
2807 // Verify that the reference is live.
2902 // Verify all references within an object, for use with HeapBitmap::Visit.
2982 // Verify objects in the allocation stack since these will be objects which were:
2988 // Verify the roots:
3255 mod_union_table->Verify();
3340 space->AsRosAllocSpace()->Verify();
/art/runtime/
H A Druntime.cc1204 verify_ = runtime_options.GetOrDefault(Opt::Verify);

Completed in 133 milliseconds

12