Searched refs:LOAD_STRING (Results 1 – 1 of 1) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file_verifier.cc | 199 #define LOAD_STRING(var, idx, error) \ macro 2053 LOAD_STRING(descriptor, item->descriptor_idx_, "inter_type_id_item descriptor_idx") in CheckInterTypeIdItem() 2079 LOAD_STRING(shorty, item->shorty_idx_, "inter_proto_id_item shorty_idx") in CheckInterProtoIdItem() 2175 LOAD_STRING(descriptor, item->name_idx_, "inter_field_id_item name_idx") in CheckInterFieldIdItem() 2216 LOAD_STRING(descriptor, item->name_idx_, "inter_method_id_item name_idx") in CheckInterMethodIdItem()
|