Searched refs:java_lang_dex_file_ (Results 1 – 9 of 9) sorted by relevance
49 java_lang_dex_file_ = dex_files_[0].get(); in SetUp()54 const DexFile* java_lang_dex_file_; member in art::ArtDexFileLoaderTest106 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 …]
90 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()
50 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()
130 ASSERT_TRUE(java_lang_dex_file_ != nullptr); in TEST_F()131 const DexFile& dex = *java_lang_dex_file_; in TEST_F()
76 java_lang_dex_file_(nullptr), in CommonRuntimeTestImpl()143 java_lang_dex_file_ = boot_class_path_[0]; in SetUp()
202 const DexFile* java_lang_dex_file_; variable
1085 ASSERT_TRUE(java_lang_dex_file_ != nullptr); in TEST_F()1086 AssertDexFile(*java_lang_dex_file_, nullptr); in TEST_F()
62 java_lang_dex_file_ = nullptr; in TestWriteRead()
452 ASSERT_TRUE(java_lang_dex_file_ != nullptr); in TEST_F()453 const DexFile& dex_file = *java_lang_dex_file_; in TEST_F()