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

/art/runtime/gc/accounting/
H A Dmod_union_table.h78 virtual void Verify() EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_) = 0;
115 void Verify()
149 void Verify() {} function in class:art::gc::accounting::ModUnionTableCardCache
H A Dmod_union_table.cc217 void ModUnionTableReferenceCache::Verify() { function in class:art::gc::accounting::ModUnionTableReferenceCache
/art/runtime/base/
H A Dtiming_logger.cc235 void TimingLogger::Verify() { function in class:art::TimingLogger
248 Verify();
/art/runtime/
H A Ddex_file_verifier.cc127 bool DexFileVerifier::Verify(const DexFile* dex_file, const byte* begin, size_t size, function in class:art::DexFileVerifier
130 if (!verifier->Verify()) {
753 // try_items are 4-byte aligned. Verify the spacer is 0.
2082 bool DexFileVerifier::Verify() { function in class:art::DexFileVerifier
/art/runtime/gc/allocator/
H A Drosalloc.cc1872 void RosAlloc::Verify() { function in class:art::gc::allocator::RosAlloc
1989 // Call Verify() here for the lock order.
1991 run->Verify(self, this);
1995 void RosAlloc::Run::Verify(Thread* self, RosAlloc* rosalloc) { function in class:art::gc::allocator::RosAlloc::Run
/art/compiler/driver/
H A Dcompiler_driver.cc611 LOG(INFO) << "Verify none mode specified, skipping verification.";
616 Verify(class_loader, dex_files, thread_pool, timings);
1668 void CompilerDriver::Verify(jobject class_loader, const std::vector<const DexFile*>& dex_files, function in class:art::CompilerDriver
1727 TimingLogger::ScopedTiming t("Verify Dex File", timings);
1771 TimingLogger::ScopedTiming t("Verify Dex File", timings);
/art/runtime/verifier/
H A Dmethod_verifier.cc256 if (verifier.Verify()) {
300 verifier->Verify();
369 Verify();
390 bool success = Verify();
420 bool success = Verify();
433 bool MethodVerifier::Verify() { function in class:art::verifier::MethodVerifier
3442 // Verify each register. If "arg_count" is bad, VerifyRegisterType() will run off the end of
3991 // Verify that the monitor stack is empty on return.

Completed in 163 milliseconds