Searched refs:LOAD_STRING (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | dex_file_verifier.cc | 100 #define LOAD_STRING(var, idx, error) \ macro 1493 LOAD_STRING(descriptor, item->descriptor_idx_, "inter_type_id_item descriptor_idx") in CheckInterTypeIdItem() 1518 LOAD_STRING(shorty, item->shorty_idx_, "inter_proto_id_item shorty_idx") in CheckInterProtoIdItem() 1606 LOAD_STRING(descriptor, item->name_idx_, "inter_field_id_item name_idx") in CheckInterFieldIdItem() 1647 LOAD_STRING(descriptor, item->name_idx_, "inter_method_id_item name_idx") in CheckInterMethodIdItem()
|