Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache_test.cc38 hs.NewHandle(class_linker_->AllocDexCache(soa.Self(), *java_lang_dex_file_))); in TEST_F()
41 EXPECT_EQ(java_lang_dex_file_->NumStringIds(), dex_cache->NumStrings()); in TEST_F()
42 EXPECT_EQ(java_lang_dex_file_->NumTypeIds(), dex_cache->NumResolvedTypes()); in TEST_F()
43 EXPECT_EQ(java_lang_dex_file_->NumMethodIds(), dex_cache->NumResolvedMethods()); in TEST_F()
44 EXPECT_EQ(java_lang_dex_file_->NumFieldIds(), dex_cache->NumResolvedFields()); in TEST_F()
51 EXPECT_EQ(java_lang_dex_file_->NumStringIds(), in TEST_F()
53 EXPECT_EQ(java_lang_dex_file_->NumTypeIds(), in TEST_F()
55 EXPECT_EQ(java_lang_dex_file_->NumMethodIds(), in TEST_F()
57 EXPECT_EQ(java_lang_dex_file_->NumFieldIds(), in TEST_F()
Dobject_test.cc275 const DexFile::StringId* string_id = java_lang_dex_file_->FindStringId("[I"); in TEST_F()
277 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId( in TEST_F()
278 java_lang_dex_file_->GetIndexForStringId(*string_id)); in TEST_F()
280 uint32_t type_idx = java_lang_dex_file_->GetIndexForTypeId(*type_id); in TEST_F()
/art/runtime/
Ddex_file_test.cc210 EXPECT_EQ(java_lang_dex_file_->GetLocationChecksum(), checksum); in TEST_F()
293 for (size_t i = 0; i < java_lang_dex_file_->NumTypeIds(); i++) { in TEST_F()
294 const char* type_str = java_lang_dex_file_->StringByTypeIdx(i); in TEST_F()
295 const DexFile::StringId* type_str_id = java_lang_dex_file_->FindStringId(type_str); in TEST_F()
297 uint32_t type_str_idx = java_lang_dex_file_->GetIndexForStringId(*type_str_id); in TEST_F()
298 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); in TEST_F()
300 EXPECT_EQ(java_lang_dex_file_->GetIndexForTypeId(*type_id), i); in TEST_F()
305 for (size_t i = 0; i < java_lang_dex_file_->NumProtoIds(); i++) { in TEST_F()
306 const DexFile::ProtoId& to_find = java_lang_dex_file_->GetProtoId(i); in TEST_F()
307 const DexFile::TypeList* to_find_tl = java_lang_dex_file_->GetProtoParameters(to_find); in TEST_F()
[all …]
Dcommon_runtime_test.h112 const DexFile* java_lang_dex_file_; // owned by runtime_ variable
Dcommon_runtime_test.cc200 java_lang_dex_file_ = LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str()); in SetUp()
201 boot_class_path_.push_back(java_lang_dex_file_); in SetUp()
Dclass_linker_test.cc745 AssertDexFile(java_lang_dex_file_, NULL); in TEST_F()
/art/runtime/verifier/
Dmethod_verifier_test.cc58 VerifyDexFile(java_lang_dex_file_); in TEST_F()
/art/compiler/sea_ir/ir/
Dregions_test.cc27 sea_ir::SeaGraph sg(*java_lang_dex_file_); in TEST_F()
/art/compiler/driver/
Dcompiler_driver_test.cc109 const DexFile* dex = java_lang_dex_file_; in TEST_F()
/art/compiler/
Dimage_test.cc141 java_lang_dex_file_ = NULL; in TEST_F()
Doat_test.cc148 const DexFile* dex_file = java_lang_dex_file_; in TEST_F()