Lines Matching refs:CheckIndex

74   if (UNLIKELY(!CheckIndex(idx, dex_file_->NumStringIds(), error_string))) {
81 if (UNLIKELY(!CheckIndex(type_idx, dex_file_->NumTypeIds(), error_string))) {
90 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumFieldIds(), error_string))) {
97 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumMethodIds(), err_string))) {
225 bool DexFileVerifier::CheckIndex(uint32_t field, uint32_t limit, const char* label) {
472 if (!CheckIndex(type_idx, header_->type_ids_size_, "handler type_idx")) {
501 if (!CheckIndex(idx, header_->field_ids_size_, "class_data_item field_idx")) {
542 if (!CheckIndex(idx, header_->method_ids_size_, "class_data_item method_idx")) {
641 if (!CheckIndex(idx, header_->string_ids_size_, "encoded_value string")) {
652 if (!CheckIndex(idx, header_->type_ids_size_, "encoded_value type")) {
664 if (!CheckIndex(idx, header_->field_ids_size_, "encoded_value field")) {
675 if (!CheckIndex(idx, header_->method_ids_size_, "encoded_value method")) {
732 if (!CheckIndex(idx, header_->type_ids_size_, "encoded_annotation type_idx")) {
741 if (!CheckIndex(idx, header_->string_ids_size_, "annotation_element name_idx")) {
1141 if (!CheckIndex(parameter_name, header_->string_ids_size_, "debug_info_item parameter_name")) {
1170 if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_START_LOCAL name_idx")) {
1177 if (!CheckIndex(type_idx, header_->type_ids_size_, "DBG_START_LOCAL type_idx")) {
1201 if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_START_LOCAL_EXTENDED name_idx")) {
1208 if (!CheckIndex(type_idx, header_->type_ids_size_, "DBG_START_LOCAL_EXTENDED type_idx")) {
1215 if (!CheckIndex(sig_idx, header_->string_ids_size_, "DBG_START_LOCAL_EXTENDED sig_idx")) {
1225 if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_SET_FILE name_idx")) {
1770 if (!CheckIndex(it.GetTypeIdx(), dex_file_->NumTypeIds(),
1891 if (UNLIKELY(!CheckIndex(item->proto_idx_, dex_file_->NumProtoIds(),