/art/runtime/gc/accounting/ |
D | mod_union_table.h | 75 virtual void Verify() REQUIRES(Locks::heap_bitmap_lock_) = 0; 120 void Verify() OVERRIDE 160 virtual void Verify() OVERRIDE {} in Verify() function
|
D | mod_union_table_test.cc | 237 table->Verify(); in RunTest()
|
D | mod_union_table.cc | 321 void ModUnionTableReferenceCache::Verify() { in Verify() function in art::gc::accounting::ModUnionTableReferenceCache
|
/art/test/059-finalizer-throw/ |
D | info.txt | 1 Verify that exceptions thrown from finalizers are ignored.
|
/art/test/147-stripped-dex-fallback/ |
D | info.txt | 1 Verify that we fallback to running out of dex code in the oat file if there is
|
/art/runtime/gc/allocator/ |
D | rosalloc.h | 159 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_,
|
D | rosalloc.cc | 1746 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/ |
D | dex_file_verifier.h | 29 static bool Verify(const DexFile* dex_file, const uint8_t* begin, size_t size, 42 bool Verify();
|
D | class_table.cc | 176 class_set.Verify(); in WriteToMemory()
|
D | runtime_options.def | 115 … Verify, verifier::VerifyMode::kEnable)
|
D | dex_file_verifier.cc | 131 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
|
D | parsed_options.cc | 272 .IntoKey(M::Verify) in MakeParser()
|
D | dex_file.cc | 219 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()
|
D | dex_file_verifier_test.cc | 139 bool success = DexFileVerifier::Verify(dex_file.get(), in VerifyModification()
|
D | runtime.cc | 957 verify_ = runtime_options.GetOrDefault(Opt::Verify); in Init()
|
/art/cmdline/ |
D | cmdline_parser_test.cc | 563 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/ |
D | rosalloc_space.h | 137 void Verify() REQUIRES(Locks::mutator_lock_) { in Verify() function 138 rosalloc_->Verify(); in Verify()
|
/art/runtime/base/ |
D | timing_logger.cc | 235 void TimingLogger::Verify() { in Verify() function in art::TimingLogger 248 Verify(); in ~TimingLogger()
|
D | timing_logger.h | 137 void Verify();
|
D | hash_set_test.cc | 137 ASSERT_EQ(hash_set.Verify(), 0U); in TEST_F()
|
D | hash_set.h | 467 size_t Verify() NO_THREAD_SAFETY_ANALYSIS { in Verify() function
|
/art/runtime/verifier/ |
D | method_verifier.h | 234 bool Verify() SHARED_REQUIRES(Locks::mutator_lock_);
|
D | method_verifier.cc | 383 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/ |
D | compiler_driver.h | 574 void Verify(jobject class_loader,
|
D | compiler_driver.cc | 923 Verify(class_loader, dex_files, timings); in PreCompile() 2218 void CompilerDriver::Verify(jobject class_loader, in Verify() function in art::CompilerDriver
|