Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dmod_union_table.h187 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.cc241 void TimingLogger::Verify() { in Verify() function in art::TimingLogger
/art/runtime/mirror/
Dobject.h726 ALWAYS_INLINE void Verify() { in Verify() function
/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc77 void Verify(const std::string& dex_file, in Verify() function in art::DexoptAnalyzerTest
/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/libartbase/base/
Dhash_set.h541 size_t Verify() NO_THREAD_SAFETY_ANALYSIS { in Verify() function
/art/libdexfile/dex/
Ddex_file_verifier.cc3301 bool DexFileVerifier::Verify() { in Verify() function in art::dex::DexFileVerifier
3682 bool Verify(const DexFile* dex_file, in Verify() function
/art/runtime/verifier/
Dmethod_verifier.cc901 bool MethodVerifier<kVerifierDebug>::Verify() { in Verify() function in art::verifier::impl::__anon79162a830111::MethodVerifier
/art/dex2oat/driver/
Dcompiler_driver.cc1911 void CompilerDriver::Verify(jobject jclass_loader, in Verify() function in art::CompilerDriver