Home
last modified time | relevance | path

Searched refs:java_lang_dex_file_ (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/art/libdexfile/dex/
H A Dart_dex_file_loader_test.cc49 java_lang_dex_file_ = dex_files_[0].get(); in SetUp()
54 const DexFile* java_lang_dex_file_; member in art::ArtDexFileLoaderTest
106 std::vector<const DexFile*> dex_files{java_lang_dex_file_}; in TEST_F()
283 for (size_t i = 0; i < java_lang_dex_file_->NumTypeIds(); i++) { in TEST_F()
284 const char* type_str = java_lang_dex_file_->GetTypeDescriptor(dex::TypeIndex(i)); in TEST_F()
285 const dex::StringId* type_str_id = java_lang_dex_file_->FindStringId(type_str); in TEST_F()
287 dex::StringIndex type_str_idx = java_lang_dex_file_->GetIndexForStringId(*type_str_id); in TEST_F()
288 const dex::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); in TEST_F()
289 ASSERT_EQ(type_id, java_lang_dex_file_->FindTypeId(type_str)); in TEST_F()
291 EXPECT_EQ(java_lang_dex_file_->GetIndexForTypeId(*type_id).index_, i); in TEST_F()
[all …]
/aosp_15_r20/art/runtime/verifier/
H A Dmethod_verifier_test.cc90 ASSERT_TRUE(java_lang_dex_file_ != nullptr); in TEST_F()
91 VerifyDexFile(*java_lang_dex_file_); in TEST_F()
97 ASSERT_TRUE(java_lang_dex_file_ != nullptr); in TEST_F()
102 VerifyDexFile(*java_lang_dex_file_); in TEST_F()
/aosp_15_r20/art/runtime/mirror/
H A Ddex_cache_test.cc50 ASSERT_TRUE(java_lang_dex_file_ != nullptr); in TEST_F()
53 soa.Self(), *java_lang_dex_file_, /*class_loader=*/nullptr))); in TEST_F()
67 ASSERT_TRUE(java_lang_dex_file_ != nullptr); in TEST_F()
70 soa.Self(), *java_lang_dex_file_, /*class_loader=*/nullptr))); in TEST_F()
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiler_driver_test.cc130 ASSERT_TRUE(java_lang_dex_file_ != nullptr); in TEST_F()
131 const DexFile& dex = *java_lang_dex_file_; in TEST_F()
/aosp_15_r20/art/runtime/
H A Dcommon_runtime_test.cc76 java_lang_dex_file_(nullptr), in CommonRuntimeTestImpl()
143 java_lang_dex_file_ = boot_class_path_[0]; in SetUp()
H A Dcommon_runtime_test.h202 const DexFile* java_lang_dex_file_; variable
H A Dclass_linker_test.cc1085 ASSERT_TRUE(java_lang_dex_file_ != nullptr); in TEST_F()
1086 AssertDexFile(*java_lang_dex_file_, nullptr); in TEST_F()
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_write_read_test.cc62 java_lang_dex_file_ = nullptr; in TestWriteRead()
H A Doat_writer_test.cc452 ASSERT_TRUE(java_lang_dex_file_ != nullptr); in TEST_F()
453 const DexFile& dex_file = *java_lang_dex_file_; in TEST_F()