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

/art/runtime/
H A Dmethod_helper.cc78 other_dexfile.FindTypeId(other_dexfile.GetIndexForStringId(*other_descriptor));
123 other_dexfile.FindTypeId(other_dexfile.GetIndexForStringId(*other_descriptor));
H A Ddex_file.cc431 const TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id));
480 const uint32_t name_idx = GetIndexForStringId(name);
515 const uint32_t name_idx = GetIndexForStringId(name);
675 const DexFile::TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id));
H A Ddex_file_test.cc294 uint32_t type_str_idx = java_lang_dex_file_->GetIndexForStringId(*type_str_id);
H A Dintern_table.cc183 uint32_t string_idx = dex_file->GetIndexForStringId(*string_id);
H A Ddex_file.h460 uint32_t GetIndexForStringId(const StringId& string_id) const { function in class:art::DexFile
H A Dclass_linker_test.cc1017 const DexFile::TypeId* type_id = dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id));
H A Dclass_linker.cc3423 dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id));
/art/runtime/mirror/
H A Dobject_test.cc271 java_lang_dex_file_->GetIndexForStringId(*string_id));
331 dex_file->GetIndexForStringId(*klass_string_id));
337 dex_file->GetIndexForStringId(*type_string_id));
/art/compiler/driver/
H A Dcompiler_driver-inl.h142 dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id));
/art/compiler/dex/quick/
H A Ddex_file_method_inliner.cc587 uint32_t string_index = dex_file->GetIndexForStringId(*string_id);
610 *name_index = dex_file->GetIndexForStringId(*string_id);
/art/compiler/
H A Dimage_writer.cc283 uint32_t string_idx = dex_file.GetIndexForStringId(*string_id);

Completed in 324 milliseconds