Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_helper.cc78 other_dexfile.FindTypeId(other_dexfile.GetIndexForStringId(*other_descriptor)); in FindDexMethodIndexInOtherDexFile()
123 other_dexfile.FindTypeId(other_dexfile.GetIndexForStringId(*other_descriptor)); in FindDexMethodIndexInOtherDexFile()
Ddex_file.cc438 const TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id)); in FindClassDef()
487 const uint32_t name_idx = GetIndexForStringId(name); in FindFieldId()
522 const uint32_t name_idx = GetIndexForStringId(name); in FindMethodId()
682 const DexFile::TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id)); in CreateTypeList()
Dintern_table.cc194 uint32_t string_idx = dex_file->GetIndexForStringId(*string_id); in LookupStringFromImage()
Ddex_file_test.cc297 uint32_t type_str_idx = java_lang_dex_file_->GetIndexForStringId(*type_str_id); in TEST_F()
Ddex_file.h463 uint32_t GetIndexForStringId(const StringId& string_id) const { in GetIndexForStringId() function
Dclass_linker_test.cc997 const DexFile::TypeId* type_id = dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); in TEST_F()
Dclass_linker.cc526 uint32_t void_string_index = dex_file.GetIndexForStringId(*void_string_id); in InitWithoutImage()
3454 dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); in LookupClassFromImage()
/art/runtime/mirror/
Dobject_test.cc278 java_lang_dex_file_->GetIndexForStringId(*string_id)); in TEST_F()
338 dex_file->GetIndexForStringId(*klass_string_id)); in TEST_F()
344 dex_file->GetIndexForStringId(*type_string_id)); in TEST_F()
/art/compiler/driver/
Dcompiler_driver-inl.h142 dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); in IsFastStaticField()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc587 uint32_t string_index = dex_file->GetIndexForStringId(*string_id); in FindClassIndex()
610 *name_index = dex_file->GetIndexForStringId(*string_id); in FindNameIndex()
/art/compiler/
Dimage_writer.cc622 uint32_t string_idx = dex_file.GetIndexForStringId(*string_id); in ComputeEagerResolvedStringsCallback()