Searched defs:Verify (Results 1 - 7 of 7) sorted by relevance

/art/runtime/base/
H A Dtiming_logger.cc236 void TimingLogger::Verify() { function in class:art::TimingLogger
249 Verify();
H A Dhash_set.h369 size_t Verify() { function in class:art::HashSet
/art/runtime/gc/accounting/
H A Dmod_union_table.cc262 void ModUnionTableReferenceCache::Verify() { function in class:art::gc::accounting::ModUnionTableReferenceCache
/art/runtime/
H A Ddex_file_verifier.cc127 bool DexFileVerifier::Verify(const DexFile* dex_file, const uint8_t* begin, size_t size, function in class:art::DexFileVerifier
130 if (!verifier->Verify()) {
780 // try_items are 4-byte aligned. Verify the spacer is 0.
2109 bool DexFileVerifier::Verify() { function in class:art::DexFileVerifier
/art/runtime/gc/allocator/
H A Drosalloc.cc1889 void RosAlloc::Verify() { function in class:art::gc::allocator::RosAlloc
2012 // Call Verify() here for the lock order.
2014 run->Verify(self, this, running_on_valgrind_);
2018 void RosAlloc::Run::Verify(Thread* self, RosAlloc* rosalloc, bool running_on_valgrind) { function in class:art::gc::allocator::RosAlloc::Run
/art/runtime/verifier/
H A Dmethod_verifier.cc318 if (verifier.Verify()) {
363 verifier->Verify();
465 Verify();
485 bool success = Verify();
514 bool success = Verify();
539 Verify();
543 bool MethodVerifier::Verify() { function in class:art::verifier::MethodVerifier
3697 // Verify each register. If "arg_count" is bad, VerifyRegisterType() will run off the end of
4261 // Verify that the monitor stack is empty on return.
/art/compiler/driver/
H A Dcompiler_driver.cc516 // Verify at runtime shouldn't dex to dex since we didn't resolve of verify.
637 VLOG(compiler) << "Verify none mode specified, skipping verification.";
645 Verify(class_loader, dex_files, thread_pool, timings);
646 VLOG(compiler) << "Verify: " << GetMemoryUsageString(false);
1879 void CompilerDriver::Verify(jobject class_loader, const std::vector<const DexFile*>& dex_files, function in class:art::CompilerDriver
1946 TimingLogger::ScopedTiming t("Verify Dex File", timings);
1996 TimingLogger::ScopedTiming t("Verify Dex File", timings);

Completed in 236 milliseconds