Searched refs:java_lang_dex_file_ (Results 1 – 9 of 9) sorted by relevance
47 java_lang_dex_file_ = dex_files_[0].get(); in SetUp()52 const DexFile* java_lang_dex_file_; member in art::ArtDexFileLoaderTest74 EXPECT_EQ(java_lang_dex_file_->GetLocationChecksum(), checksums[0]); in TEST_F()234 for (size_t i = 0; i < java_lang_dex_file_->NumTypeIds(); i++) { in TEST_F()235 const char* type_str = java_lang_dex_file_->StringByTypeIdx(dex::TypeIndex(i)); in TEST_F()236 const dex::StringId* type_str_id = java_lang_dex_file_->FindStringId(type_str); in TEST_F()238 dex::StringIndex type_str_idx = java_lang_dex_file_->GetIndexForStringId(*type_str_id); in TEST_F()239 const dex::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); in TEST_F()240 ASSERT_EQ(type_id, java_lang_dex_file_->FindTypeId(type_str)); in TEST_F()242 EXPECT_EQ(java_lang_dex_file_->GetIndexForTypeId(*type_id).index_, i); in TEST_F()[all …]
45 ASSERT_TRUE(java_lang_dex_file_ != nullptr); in TEST_F()49 *java_lang_dex_file_, in TEST_F()54 || java_lang_dex_file_->NumStringIds() == dex_cache->NumStrings()); in TEST_F()56 || java_lang_dex_file_->NumTypeIds() == dex_cache->NumResolvedTypes()); in TEST_F()58 || java_lang_dex_file_->NumMethodIds() == dex_cache->NumResolvedMethods()); in TEST_F()60 || java_lang_dex_file_->NumFieldIds() == dex_cache->NumResolvedFields()); in TEST_F()62 || java_lang_dex_file_->NumProtoIds() == dex_cache->NumResolvedMethodTypes()); in TEST_F()68 ASSERT_TRUE(java_lang_dex_file_ != nullptr); in TEST_F()72 *java_lang_dex_file_, in TEST_F()76 || java_lang_dex_file_->NumProtoIds() == dex_cache->NumResolvedMethodTypes()); in TEST_F()
70 ASSERT_TRUE(java_lang_dex_file_ != nullptr); in TEST_F()71 VerifyDexFile(*java_lang_dex_file_); in TEST_F()
62 java_lang_dex_file_ = nullptr; in TestWriteRead()
468 ASSERT_TRUE(java_lang_dex_file_ != nullptr); in TEST_F()469 const DexFile& dex_file = *java_lang_dex_file_; in TEST_F()
124 ASSERT_TRUE(java_lang_dex_file_ != nullptr); in TEST_F()125 const DexFile& dex = *java_lang_dex_file_; in TEST_F()
184 const DexFile* java_lang_dex_file_; variable
74 : class_linker_(nullptr), java_lang_dex_file_(nullptr) { in CommonRuntimeTestImpl()131 java_lang_dex_file_ = boot_class_path_[0]; in SetUp()
1072 ASSERT_TRUE(java_lang_dex_file_ != nullptr); in TEST_F()1073 AssertDexFile(*java_lang_dex_file_, nullptr); in TEST_F()