Searched refs:str_id (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dtype_lookup_table.cc83 const DexFile::StringId& str_id = dex_file.GetStringId(type_id.descriptor_idx_); local
84 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id));
86 entry.str_offset = str_id.string_data_off_;
97 const DexFile::StringId& str_id = dex_file.GetStringId(type_id.descriptor_idx_); local
98 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id));
100 entry.str_offset = str_id.string_data_off_;
H A Ddex_file.cc756 const DexFile::StringId& str_id = GetStringId(dex::StringIndex(mid)); local
757 const char* str = GetStringData(str_id);
764 return &str_id;
776 const DexFile::StringId& str_id = GetStringId(type_id.descriptor_idx_); local
777 const char* str = GetStringData(str_id);
795 const DexFile::StringId& str_id = GetStringId(dex::StringIndex(mid)); local
796 const char* str = GetStringData(str_id);
803 return &str_id;
H A Ddex_file_test.cc459 const DexFile::StringId* str_id = raw->FindStringId(str); local
460 const char* dex_str = raw->GetStringData(*str_id);

Completed in 48 milliseconds