Searched refs:LookupString (Results 1 – 5 of 5) sorted by relevance
394 string = class_linker->LookupString(string_index, dex_cache.Get()); in ProcessLoadString()415 string = class_linker->LookupString(string_index, dex_cache.Get()); in ProcessLoadString()435 string = class_linker->LookupString(string_index, dex_cache.Get()); in ProcessLoadString()
511 EXPECT_TRUE(class_linker_->LookupString(string_idx, h_dex_cache.Get()) == nullptr); in TEST_F()521 class_linker_->LookupString(string_idx, h_dex_cache.Get()); in TEST_F()528 EXPECT_TRUE(class_linker_->LookupString(string_idx, h_dex_cache.Get()) == nullptr); in TEST_F()
108 inline ObjPtr<mirror::String> ClassLinker::LookupString(dex::StringIndex string_idx, in LookupString() function
270 ObjPtr<mirror::String> LookupString(dex::StringIndex string_idx,
2004 linker->LookupString(patch.TargetStringIndex(), GetDexCache(patch.TargetStringDexFile())); in GetTargetString()