Searched refs:str_id (Results 1 – 3 of 3) sorted by relevance
83 const DexFile::StringId& str_id = dex_file.GetStringId(type_id.descriptor_idx_); in TypeLookupTable() local84 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id)); in TypeLookupTable()86 entry.str_offset = str_id.string_data_off_; in TypeLookupTable()97 const DexFile::StringId& str_id = dex_file.GetStringId(type_id.descriptor_idx_); in TypeLookupTable() local98 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id)); in TypeLookupTable()100 entry.str_offset = str_id.string_data_off_; in TypeLookupTable()
777 const DexFile::StringId& str_id = GetStringId(dex::StringIndex(mid)); in FindStringId() local778 const char* str = GetStringData(str_id); in FindStringId()785 return &str_id; in FindStringId()797 const DexFile::StringId& str_id = GetStringId(type_id.descriptor_idx_); in FindTypeId() local798 const char* str = GetStringData(str_id); in FindTypeId()816 const DexFile::StringId& str_id = GetStringId(dex::StringIndex(mid)); in FindStringId() local817 const char* str = GetStringData(str_id); in FindStringId()824 return &str_id; in FindStringId()
461 const DexFile::StringId* str_id = raw->FindStringId(str); in TEST_F() local462 const char* dex_str = raw->GetStringData(*str_id); in TEST_F()