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()
/art/libdexfile/dex/
Ddex_file.cc318 const DexFile::StringId& str_id = GetStringId(dex::StringIndex(mid)); in FindStringId() local
319 const char* str = GetStringData(str_id); in FindStringId()
326 return &str_id; in FindStringId()
338 const DexFile::StringId& str_id = GetStringId(type_id.descriptor_idx_); in FindTypeId() local
339 const char* str = GetStringData(str_id); in FindTypeId()
357 const DexFile::StringId& str_id = GetStringId(dex::StringIndex(mid)); in FindStringId() local
358 const char* str = GetStringData(str_id); in FindStringId()
365 return &str_id; in FindStringId()
/art/runtime/dex/
Dart_dex_file_loader_test.cc227 const DexFile::StringId* str_id = raw->FindStringId(str); in TEST_F() local
228 const char* dex_str = raw->GetStringData(*str_id); in TEST_F()