Home
last modified time | relevance | path

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

12

/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc72 void Verify(const std::string& dex_file, in Verify() function in art::DexoptAnalyzerTest
92 Verify(dex_location, CompilerFilter::kSpeed); in TEST_F()
93 Verify(dex_location, CompilerFilter::kExtract); in TEST_F()
94 Verify(dex_location, CompilerFilter::kQuicken); in TEST_F()
95 Verify(dex_location, CompilerFilter::kSpeedProfile); in TEST_F()
104 Verify(dex_location, CompilerFilter::kSpeed); in TEST_F()
105 Verify(dex_location, CompilerFilter::kQuicken); in TEST_F()
106 Verify(dex_location, CompilerFilter::kExtract); in TEST_F()
107 Verify(dex_location, CompilerFilter::kEverything); in TEST_F()
116 Verify(dex_location, CompilerFilter::kSpeedProfile, false); in TEST_F()
[all …]
/art/test/059-finalizer-throw/
Dinfo.txt1 Verify that exceptions thrown from finalizers are ignored.
/art/test/638-checker-inline-caches/
Dinfo.txt1 Verify the use of inline caches in AOT mode.
/art/test/624-checker-stringops/
Dinfo.txt1 Verify some properties of string operations represented by intrinsics.
/art/test/638-checker-inline-cache-intrinsic/
Dinfo.txt1 Verify the devirtualization of a method that should be intrinsified.
/art/test/643-checker-bogus-ic/
Dinfo.txt1 Verify the compiler can handle a bogus inline cache in a profile.
/art/test/707-checker-invalid-profile/
Dinfo.txt1 Verify the compiler can handle an invalid profile with methods
/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/accounting/
Dmod_union_table.h89 virtual void Verify() REQUIRES(Locks::heap_bitmap_lock_) = 0;
141 void Verify() OVERRIDE
187 virtual void Verify() OVERRIDE {} in Verify() function
Dmod_union_table_test.cc238 table->Verify(); in RunTest()
/art/runtime/gc/allocator/
Drosalloc.h160 Verify(); in Remove()
187 Verify(); in Remove()
193 Verify(); in Add()
219 Verify(); in Add()
229 Verify(); in Merge()
231 list->Verify(); in Merge()
257 Verify(); in Merge()
269 void Verify() { in Verify() function
456 void Verify(Thread* self, RosAlloc* rosalloc, bool running_on_memory_tool)
929 void Verify() REQUIRES(Locks::mutator_lock_, !Locks::thread_list_lock_, !bulk_free_lock_,
/art/libdexfile/dex/
Ddex_file_verifier.h31 static bool Verify(const DexFile* dex_file,
58 bool Verify();
Ddex_file_loader.cc367 if (verify && !DexFileVerifier::Verify(dex_file.get(), in OpenCommon()
/art/cmdline/
Dcmdline_parser_test.cc516 EXPECT_SINGLE_PARSE_VALUE(verifier::VerifyMode::kNone, "-Xverify:none", M::Verify); in TEST_F()
517 EXPECT_SINGLE_PARSE_VALUE(verifier::VerifyMode::kEnable, "-Xverify:remote", M::Verify); in TEST_F()
518 EXPECT_SINGLE_PARSE_VALUE(verifier::VerifyMode::kEnable, "-Xverify:all", M::Verify); in TEST_F()
519 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.cc240 void TimingLogger::Verify() { in Verify() function in art::TimingLogger
253 Verify(); in ~TimingLogger()
Dtiming_logger.h155 void Verify();
/art/openjdkjvmti/
Dfixed_up_dex_file.cc93 if (!art::DexFileVerifier::Verify(&dex, in DCheckVerifyDexFile()
/art/patchoat/
Dpatchoat.h56 static bool Verify(const std::string& image_location,
Dpatchoat.cc626 bool PatchOat::Verify(const std::string& image_location, in Verify() function in art::PatchOat
1192 PatchOat::Verify( in patchoat_verify_image()
/art/runtime/
Druntime_options.def120Verify, verifier::VerifyMode::kEnable)
Dclass_table.cc279 class_set.Verify(); in WriteToMemory()
/art/libartbase/base/
Dhash_set_test.cc137 ASSERT_EQ(hash_set.Verify(), 0U); in TEST_F()
/art/compiler/driver/
Dcompiler_driver.h421 void Verify(jobject class_loader,
/art/runtime/verifier/
Dmethod_verifier.h181 bool Verify() REQUIRES_SHARED(Locks::mutator_lock_);

12