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

/art/runtime/
H A Ddex_file.cc489 const TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id));
539 const uint32_t name_idx = GetIndexForStringId(name);
574 const uint32_t name_idx = GetIndexForStringId(name);
734 const DexFile::TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id));
H A Ddex_file_test.cc298 uint32_t type_str_idx = java_lang_dex_file_->GetIndexForStringId(*type_str_id);
H A Dart_method.cc167 other_dexfile.FindTypeId(other_dexfile.GetIndexForStringId(*other_descriptor));
H A Dintern_table.cc203 uint32_t string_idx = dex_file->GetIndexForStringId(*string_id);
H A Ddex_file.h480 uint32_t GetIndexForStringId(const StringId& string_id) const { function in class:art::DexFile
H A Dclass_linker_test.cc1031 const DexFile::TypeId* type_id = dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id));
H A Dclass_linker.cc604 uint32_t void_string_index = dex_file.GetIndexForStringId(*void_string_id);
2948 dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id));
/art/runtime/mirror/
H A Dobject_test.cc313 java_lang_dex_file_->GetIndexForStringId(*string_id));
373 dex_file->GetIndexForStringId(*klass_string_id));
379 dex_file->GetIndexForStringId(*type_string_id));
/art/compiler/driver/
H A Dcompiler_driver-inl.h194 dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id));
/art/compiler/dex/quick/
H A Ddex_file_method_inliner.cc715 uint32_t string_index = dex_file->GetIndexForStringId(*string_id);
738 *name_index = dex_file->GetIndexForStringId(*string_id);
/art/compiler/
H A Dimage_writer.cc575 uint32_t string_idx = dex_file.GetIndexForStringId(*string_id);

Completed in 550 milliseconds