Searched refs:FindStringId (Results 1 – 11 of 11) sorted by relevance
75 other_dexfile.FindStringId(mid_declaring_class_descriptor); in FindDexMethodIndexInOtherDexFile()81 const DexFile::StringId* other_name = other_dexfile.FindStringId(mid_name); in FindDexMethodIndexInOtherDexFile()120 other_dexfile.FindStringId(mid_declaring_class_descriptor); in FindDexMethodIndexInOtherDexFile()
276 TEST_F(DexFileTest, FindStringId) { in TEST_F() argument286 const DexFile::StringId* str_id = raw->FindStringId(str); in TEST_F()295 const DexFile::StringId* type_str_id = java_lang_dex_file_->FindStringId(type_str); in TEST_F()
436 const StringId* string_id = FindStringId(descriptor); in FindClassDef()552 const DexFile::StringId* DexFile::FindStringId(const char* string) const { in FindStringId() function in art::DexFile571 const DexFile::StringId* DexFile::FindStringId(const uint16_t* string) const { in FindStringId() function in art::DexFile678 const DexFile::StringId* string_id = FindStringId(descriptor.c_str()); in CreateTypeList()
192 const DexFile::StringId* string_id = dex_file->FindStringId(utf8.c_str()); in LookupStringFromImage()
497 const StringId* FindStringId(const char* string) const;500 const StringId* FindStringId(const uint16_t* string) const;
995 const DexFile::StringId* string_id = dex_file->FindStringId("LStaticsFromCode;"); in TEST_F()
524 const DexFile::StringId* void_string_id = dex_file.FindStringId("V"); in InitWithoutImage()3451 const DexFile::StringId* string_id = dex_file->FindStringId(descriptor); in LookupClassFromImage()
275 const DexFile::StringId* string_id = java_lang_dex_file_->FindStringId("[I"); in TEST_F()335 const DexFile::StringId* klass_string_id = dex_file->FindStringId("LStaticsFromCode;"); in TEST_F()341 const DexFile::StringId* type_string_id = dex_file->FindStringId("Ljava/lang/Object;"); in TEST_F()347 const DexFile::StringId* name_str_id = dex_file->FindStringId("s0"); in TEST_F()
138 dex_file->FindStringId( in IsFastStaticField()
582 const DexFile::StringId* string_id = dex_file->FindStringId(kClassCacheNames[index]); in FindClassIndex()605 const DexFile::StringId* string_id = dex_file->FindStringId(kNameCacheNames[index]); in FindNameIndex()
616 string_id = dex_file.FindStringId(""); in ComputeEagerResolvedStringsCallback()618 string_id = dex_file.FindStringId(utf16_string); in ComputeEagerResolvedStringsCallback()