Home
last modified time | relevance | path

Searched defs: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
97 const DexFile::StringId& str_id = dex_file.GetStringId(type_id.descriptor_idx_); in TypeLookupTable() local
/art/libdexfile/dex/
Ddex_file.cc318 const DexFile::StringId& str_id = GetStringId(dex::StringIndex(mid)); in FindStringId() local
338 const DexFile::StringId& str_id = GetStringId(type_id.descriptor_idx_); in FindTypeId() local
357 const DexFile::StringId& str_id = GetStringId(dex::StringIndex(mid)); in FindStringId() local
/art/runtime/dex/
Dart_dex_file_loader_test.cc227 const DexFile::StringId* str_id = raw->FindStringId(str); in TEST_F() local