Home | History | Annotate | Download | only in runtime

Lines Matching refs:NumProtoIds

192   if (UNLIKELY(!CheckIndex(idx, dex_file_->NumProtoIds(), err_string))) {
2200 if (UNLIKELY(!CheckIndex(item->proto_idx_, dex_file_->NumProtoIds(),
2456 if (proto_index >= dex_file_->NumProtoIds()) {