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

/art/runtime/
H A Dtype_lookup_table.cc86 const DexFile::StringId& str_id = dex_file.GetStringId(type_id.descriptor_idx_); local
87 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id));
89 entry.str_offset = str_id.string_data_off_;
100 const DexFile::StringId& str_id = dex_file.GetStringId(type_id.descriptor_idx_); local
101 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id));
103 entry.str_offset = str_id.string_data_off_;
H A Ddex_file_test.cc287 const DexFile::StringId* str_id = raw->FindStringId(str); local
288 const char* dex_str = raw->GetStringData(*str_id);
H A Ddex_file.cc625 const DexFile::StringId& str_id = GetStringId(mid); local
626 const char* str = GetStringData(str_id);
633 return &str_id;
645 const DexFile::StringId& str_id = GetStringId(type_id.descriptor_idx_); local
646 const char* str = GetStringData(str_id);
664 const DexFile::StringId& str_id = GetStringId(mid); local
665 const char* str = GetStringData(str_id);
672 return &str_id;

Completed in 77 milliseconds