Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_helper.cc75 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()
Ddex_file_test.cc276 TEST_F(DexFileTest, FindStringId) { in TEST_F() argument
286 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()
Ddex_file.cc436 const StringId* string_id = FindStringId(descriptor); in FindClassDef()
552 const DexFile::StringId* DexFile::FindStringId(const char* string) const { in FindStringId() function in art::DexFile
571 const DexFile::StringId* DexFile::FindStringId(const uint16_t* string) const { in FindStringId() function in art::DexFile
678 const DexFile::StringId* string_id = FindStringId(descriptor.c_str()); in CreateTypeList()
Dintern_table.cc192 const DexFile::StringId* string_id = dex_file->FindStringId(utf8.c_str()); in LookupStringFromImage()
Ddex_file.h497 const StringId* FindStringId(const char* string) const;
500 const StringId* FindStringId(const uint16_t* string) const;
Dclass_linker_test.cc995 const DexFile::StringId* string_id = dex_file->FindStringId("LStaticsFromCode;"); in TEST_F()
Dclass_linker.cc524 const DexFile::StringId* void_string_id = dex_file.FindStringId("V"); in InitWithoutImage()
3451 const DexFile::StringId* string_id = dex_file->FindStringId(descriptor); in LookupClassFromImage()
/art/runtime/mirror/
Dobject_test.cc275 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()
/art/compiler/driver/
Dcompiler_driver-inl.h138 dex_file->FindStringId( in IsFastStaticField()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc582 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()
/art/compiler/
Dimage_writer.cc616 string_id = dex_file.FindStringId(""); in ComputeEagerResolvedStringsCallback()
618 string_id = dex_file.FindStringId(utf16_string); in ComputeEagerResolvedStringsCallback()