Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dmod_union_table.h188 void Verify() override {} in Verify() function
Dmod_union_table.cc342 void ModUnionTableReferenceCache::Verify() { in Verify() function in art::gc::accounting::ModUnionTableReferenceCache
/art/runtime/gc/space/
Drosalloc_space.h149 void Verify() REQUIRES(Locks::mutator_lock_) { in Verify() function
/art/runtime/base/
Dtiming_logger.cc236 void TimingLogger::Verify() { in Verify() function in art::TimingLogger
/art/runtime/mirror/
Dobject.h746 ALWAYS_INLINE void Verify() REQUIRES_SHARED(Locks::mutator_lock_) { in Verify() function
/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc85 void Verify(const std::string& dex_file, in Verify() function in art::dexoptanalyzer::DexoptAnalyzerTest
/art/runtime/metrics/
Dreporter_test.cc415 void Verify( in Verify() function in art::metrics::ReportingPeriodSpecTest
/art/runtime/gc/allocator/
Drosalloc.h268 void Verify() { in Verify() function
Drosalloc.cc1741 void RosAlloc::Verify() { in Verify() function in art::gc::allocator::RosAlloc
1870 void RosAlloc::Run::Verify(Thread* self, RosAlloc* rosalloc, bool running_on_memory_tool) { in Verify() function in art::gc::allocator::RosAlloc::Run
/art/libdexfile/dex/
Ddex_file_verifier.cc3295 bool DexFileVerifier::Verify() { in Verify() function in art::dex::DexFileVerifier
3676 bool Verify(const DexFile* dex_file, in Verify() function
/art/libartbase/base/
Dhash_set.h622 size_t Verify() NO_THREAD_SAFETY_ANALYSIS { in Verify() function
/art/runtime/verifier/
Dmethod_verifier.cc850 bool MethodVerifier<kVerifierDebug>::Verify() { in Verify() function in art::verifier::impl::__anon9f3d29680111::MethodVerifier
/art/dex2oat/driver/
Dcompiler_driver.cc1800 void CompilerDriver::Verify(jobject jclass_loader, in Verify() function in art::CompilerDriver