Searched refs:CheckIndex (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/libdexfile/dex/ |
H A D | dex_file_verifier.cc | 811 if (!CheckIndex(type_idx, header_->type_ids_size_, "handler type_idx")) { in CheckAndGetHandlerOffsets() 1000 if (!CheckIndex(idx, header_->type_ids_size_, "encoded_value type")) { in CheckEncodedValue() 1012 if (!CheckIndex(idx, header_->field_ids_size_, "encoded_value field")) { in CheckEncodedValue() 1064 if (!CheckIndex(idx, header_->proto_ids_size_, "method_type value")) { in CheckEncodedValue() 1233 if (!CheckIndex(type_id->descriptor_idx_.index_, in CheckIntraTypeIdItem() 1250 !CheckIndex(proto_id->return_type_idx_.index_, in CheckIntraProtoIdItem() 1310 } else if (!CheckIndex(class_def->superclass_idx_.index_, in CheckIntraClassDefItem() 1377 if (!CheckIndex(type_list->GetTypeItem(i).type_idx_.index_, in CheckIntraTypeList() 2023 if (!CheckIndex(parameter_item->method_idx_, in CheckIntraAnnotationsDirectoryItem() 2554 if (!CheckIndex(it.GetTypeIdx().index_, in CheckInterProtoIdItem() [all …]
|
H A D | bytecode_utils.h | 45 void CheckIndex(size_t index) const { in CheckIndex() function 56 CheckIndex(index); in GetEntryAt() 61 CheckIndex(index); in GetDexPcForIndex()
|