Home
last modified time | relevance | path

Searched refs:Verify (Results 1 – 25 of 26) sorted by relevance

12

/art/runtime/gc/accounting/
Dmod_union_table.h75 virtual void Verify() REQUIRES(Locks::heap_bitmap_lock_) = 0;
120 void Verify() OVERRIDE
160 virtual void Verify() OVERRIDE {} in Verify() function
Dmod_union_table_test.cc237 table->Verify(); in RunTest()
Dmod_union_table.cc321 void ModUnionTableReferenceCache::Verify() { in Verify() function in art::gc::accounting::ModUnionTableReferenceCache
/art/test/059-finalizer-throw/
Dinfo.txt1 Verify that exceptions thrown from finalizers are ignored.
/art/test/147-stripped-dex-fallback/
Dinfo.txt1 Verify that we fallback to running out of dex code in the oat file if there is
/art/runtime/gc/allocator/
Drosalloc.h159 Verify(); in Remove()
186 Verify(); in Remove()
192 Verify(); in Add()
218 Verify(); in Add()
228 Verify(); in Merge()
230 list->Verify(); in Merge()
256 Verify(); in Merge()
268 void Verify() { in Verify() function
455 void Verify(Thread* self, RosAlloc* rosalloc, bool running_on_memory_tool)
925 void Verify() REQUIRES(Locks::mutator_lock_, !Locks::thread_list_lock_, !bulk_free_lock_,
Drosalloc.cc1746 void RosAlloc::Verify() { in Verify() function in art::gc::allocator::RosAlloc
1871 run->Verify(self, this, is_running_on_memory_tool_); in Verify()
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/
Ddex_file_verifier.h29 static bool Verify(const DexFile* dex_file, const uint8_t* begin, size_t size,
42 bool Verify();
Dclass_table.cc176 class_set.Verify(); in WriteToMemory()
Druntime_options.def115Verify, verifier::VerifyMode::kEnable)
Ddex_file_verifier.cc131 bool DexFileVerifier::Verify(const DexFile* dex_file, const uint8_t* begin, size_t size, in Verify() function in art::DexFileVerifier
134 if (!verifier->Verify()) { in Verify()
2376 bool DexFileVerifier::Verify() { in Verify() function in art::DexFileVerifier
Dparsed_options.cc272 .IntoKey(M::Verify) in MakeParser()
Ddex_file.cc219 if (verify && !DexFileVerifier::Verify(dex_file.get(), in Open()
278 if (verify && !DexFileVerifier::Verify(dex_file.get(), dex_file->Begin(), dex_file->Size(), in OpenFile()
344 if (!DexFileVerifier::Verify(dex_file.get(), dex_file->Begin(), dex_file->Size(), in Open()
Ddex_file_verifier_test.cc139 bool success = DexFileVerifier::Verify(dex_file.get(), in VerifyModification()
Druntime.cc957 verify_ = runtime_options.GetOrDefault(Opt::Verify); in Init()
/art/cmdline/
Dcmdline_parser_test.cc563 EXPECT_SINGLE_PARSE_VALUE(verifier::VerifyMode::kNone, "-Xverify:none", M::Verify); in TEST_F()
564 EXPECT_SINGLE_PARSE_VALUE(verifier::VerifyMode::kEnable, "-Xverify:remote", M::Verify); in TEST_F()
565 EXPECT_SINGLE_PARSE_VALUE(verifier::VerifyMode::kEnable, "-Xverify:all", M::Verify); in TEST_F()
566 EXPECT_SINGLE_PARSE_VALUE(verifier::VerifyMode::kSoftFail, "-Xverify:softfail", M::Verify); in TEST_F()
/art/runtime/gc/space/
Drosalloc_space.h137 void Verify() REQUIRES(Locks::mutator_lock_) { in Verify() function
138 rosalloc_->Verify(); in Verify()
/art/runtime/base/
Dtiming_logger.cc235 void TimingLogger::Verify() { in Verify() function in art::TimingLogger
248 Verify(); in ~TimingLogger()
Dtiming_logger.h137 void Verify();
Dhash_set_test.cc137 ASSERT_EQ(hash_set.Verify(), 0U); in TEST_F()
Dhash_set.h467 size_t Verify() NO_THREAD_SAFETY_ANALYSIS { in Verify() function
/art/runtime/verifier/
Dmethod_verifier.h234 bool Verify() SHARED_REQUIRES(Locks::mutator_lock_);
Dmethod_verifier.cc383 if (verifier.Verify()) { in VerifyMethod()
483 verifier->Verify(); in VerifyMethodAndDump()
607 Verify(); in FindLocksAtDexPc()
638 bool success = Verify(); in FindAccessedFieldAtDexPc()
678 bool success = Verify(); in FindInvokedMethodAtDexPc()
691 bool MethodVerifier::Verify() { in Verify() function in art::verifier::MethodVerifier
/art/compiler/driver/
Dcompiler_driver.h574 void Verify(jobject class_loader,
Dcompiler_driver.cc923 Verify(class_loader, dex_files, timings); in PreCompile()
2218 void CompilerDriver::Verify(jobject class_loader, in Verify() function in art::CompilerDriver

12