Home
last modified time | relevance | path

Searched defs:Verify (Results 1 – 10 of 10) sorted by relevance

/art/runtime/gc/accounting/
Dmod_union_table.h160 virtual void Verify() OVERRIDE {} in Verify() function
Dmod_union_table.cc321 void ModUnionTableReferenceCache::Verify() { in Verify() function in art::gc::accounting::ModUnionTableReferenceCache
/art/runtime/gc/space/
Drosalloc_space.h137 void Verify() REQUIRES(Locks::mutator_lock_) { in Verify() function
/art/runtime/base/
Dtiming_logger.cc235 void TimingLogger::Verify() { in Verify() function in art::TimingLogger
Dhash_set.h467 size_t Verify() NO_THREAD_SAFETY_ANALYSIS { in Verify() function
/art/runtime/
Ddex_file_verifier.cc131 bool DexFileVerifier::Verify(const DexFile* dex_file, const uint8_t* begin, size_t size, in Verify() function in art::DexFileVerifier
2376 bool DexFileVerifier::Verify() { in Verify() function in art::DexFileVerifier
/art/runtime/gc/allocator/
Drosalloc.h268 void Verify() { in Verify() function
Drosalloc.cc1746 void RosAlloc::Verify() { in Verify() function in art::gc::allocator::RosAlloc
1875 void RosAlloc::Run::Verify(Thread* self, RosAlloc* rosalloc, bool running_on_memory_tool) { in Verify() function in art::gc::allocator::RosAlloc::Run
/art/runtime/verifier/
Dmethod_verifier.cc691 bool MethodVerifier::Verify() { in Verify() function in art::verifier::MethodVerifier
/art/compiler/driver/
Dcompiler_driver.cc2218 void CompilerDriver::Verify(jobject class_loader, in Verify() function in art::CompilerDriver