Searched refs:str_id (Results 1 – 3 of 3) sorted by relevance
52 const dex::StringId& str_id = dex_file.GetStringId(type_id.descriptor_idx_); in Create() local53 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id)); in Create()56 entries[pos] = Entry(str_id.string_data_off_, hash, class_def_idx, mask_bits); in Create()67 const dex::StringId& str_id = dex_file.GetStringId(type_id.descriptor_idx_); in Create() local68 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id)); in Create()82 entries[insert_pos] = Entry(str_id.string_data_off_, hash, class_def_idx, mask_bits); in Create()
315 const StringId& str_id = GetStringId(dex::StringIndex(mid)); in FindStringId() local316 const char* str = GetStringData(str_id); in FindStringId()323 return &str_id; in FindStringId()335 const StringId& str_id = GetStringId(type_id.descriptor_idx_); in FindTypeId() local336 const char* str = GetStringData(str_id); in FindTypeId()
227 const dex::StringId* str_id = raw->FindStringId(str); in TEST_F() local228 const char* dex_str = raw->GetStringData(*str_id); in TEST_F()