Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dmod_union_table.h149 void Verify() {} in Verify() function
Dmod_union_table.cc217 void ModUnionTableReferenceCache::Verify() { in Verify() function in art::gc::accounting::ModUnionTableReferenceCache
/art/runtime/gc/space/
Drosalloc_space.h117 void Verify() EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_) { in Verify() function
/art/runtime/base/
Dtiming_logger.cc235 void TimingLogger::Verify() { in Verify() function in art::TimingLogger
Dhash_set.h292 size_t Verify() { in Verify() function
/art/runtime/
Ddex_file_verifier.cc127 bool DexFileVerifier::Verify(const DexFile* dex_file, const byte* begin, size_t size, in Verify() function in art::DexFileVerifier
2082 bool DexFileVerifier::Verify() { in Verify() function in art::DexFileVerifier
/art/runtime/gc/allocator/
Drosalloc.cc1872 void RosAlloc::Verify() { in Verify() function in art::gc::allocator::RosAlloc
1995 void RosAlloc::Run::Verify(Thread* self, RosAlloc* rosalloc) { in Verify() function in art::gc::allocator::RosAlloc::Run
/art/runtime/verifier/
Dmethod_verifier.cc450 bool MethodVerifier::Verify() { in Verify() function in art::verifier::MethodVerifier
/art/compiler/driver/
Dcompiler_driver.cc1755 void CompilerDriver::Verify(jobject class_loader, const std::vector<const DexFile*>& dex_files, in Verify() function in art::CompilerDriver