Home
last modified time | relevance | path

Searched defs:str_id (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Dtype_lookup_table.cc52 const dex::StringId& str_id = dex_file.GetStringId(type_id.descriptor_idx_); in Create() local
67 const dex::StringId& str_id = dex_file.GetStringId(type_id.descriptor_idx_); in Create() local
H A Ddex_file.cc332 const StringId& str_id = GetStringId(dex::StringIndex(mid)); in FindStringId() local
352 const StringId& str_id = GetStringId(type_id.descriptor_idx_); in FindTypeId() local
H A Dart_dex_file_loader_test.cc236 const dex::StringId* str_id = raw->FindStringId(str); in TEST_F() local
/aosp12/system/extras/simpleperf/scripts/
H A Dpprof_proto_generator.py370 def get_string(self, str_id): argument