Home
last modified time | relevance | path

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

/art/runtime/
Dtype_lookup_table.cc83 const DexFile::StringId& str_id = dex_file.GetStringId(type_id.descriptor_idx_); in TypeLookupTable() local
84 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() local
98 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id)); in TypeLookupTable()
100 entry.str_offset = str_id.string_data_off_; in TypeLookupTable()
Ddex_file.cc777 const DexFile::StringId& str_id = GetStringId(dex::StringIndex(mid)); in FindStringId() local
778 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() local
798 const char* str = GetStringData(str_id); in FindTypeId()
816 const DexFile::StringId& str_id = GetStringId(dex::StringIndex(mid)); in FindStringId() local
817 const char* str = GetStringData(str_id); in FindStringId()
824 return &str_id; in FindStringId()
Ddex_file_test.cc461 const DexFile::StringId* str_id = raw->FindStringId(str); in TEST_F() local
462 const char* dex_str = raw->GetStringData(*str_id); in TEST_F()