Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc343 const TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id)); in FindClassDef()
373 const uint32_t name_idx = GetIndexForStringId(name); in FindFieldId()
408 const uint32_t name_idx = GetIndexForStringId(name); in FindMethodId()
570 const DexFile::TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id)); in CreateTypeList()
Dintern_table.cc106 uint32_t string_idx = dex_file->GetIndexForStringId(*string_id); in LookupStringFromImage()
Ddex_file_test.cc217 uint32_t type_str_idx = java_lang_dex_file_->GetIndexForStringId(*type_str_id); in TEST_F()
Ddex_file.h409 uint32_t GetIndexForStringId(const StringId& string_id) const { in GetIndexForStringId() function
Dclass_linker.cc1870 dex_file.FindTypeId(dex_file.GetIndexForStringId(*void_string_id)); in LoadMethod()
2351 dex_file->FindTypeId(dex_file->GetIndexForStringId(*descriptor_string_id)); in LookupClassFromImage()
2365 dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); in LookupClassFromImage()
Dclass_linker_test.cc1001 const DexFile::TypeId* type_id = dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); in TEST_F()
/art/runtime/mirror/
Dobject_test.cc212 java_lang_dex_file_->GetIndexForStringId(*string_id)); in TEST_F()
269 dex_file->GetIndexForStringId(*klass_string_id)); in TEST_F()
275 dex_file->GetIndexForStringId(*type_string_id)); in TEST_F()
/art/compiler/
Dimage_writer.cc226 uint32_t string_idx = dex_file.GetIndexForStringId(*string_id); in ComputeEagerResolvedStringsCallback()
/art/compiler/driver/
Dcompiler_driver.cc1036 … mUnit->GetDexFile()->FindTypeId(mUnit->GetDexFile()->GetIndexForStringId(*string_id)); in ComputeStaticFieldInfo()
1221 dexfile->FindTypeId(dexfile->GetIndexForStringId(*descriptor)); in ComputeInvokeInfo()