Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dtype_lookup_table.cc52 const dex::StringId& str_id = dex_file.GetStringId(type_id.descriptor_idx_); in Create() local
53 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() local
68 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()
Ddex_file.cc315 const StringId& str_id = GetStringId(dex::StringIndex(mid)); in FindStringId() local
316 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() local
336 const char* str = GetStringData(str_id); in FindTypeId()
Dart_dex_file_loader_test.cc227 const dex::StringId* str_id = raw->FindStringId(str); in TEST_F() local
228 const char* dex_str = raw->GetStringData(*str_id); in TEST_F()