Home | History | Annotate | Download | only in runtime

Lines Matching refs:string_ids_size_

276       CheckValidOffsetAndSize(header_->string_ids_off_, header_->string_ids_size_, "string-ids") &&
357 ((header_->string_ids_off_ != 0) || (header_->string_ids_size_ != 0)))) {
564 if (!CheckIndex(idx, header_->string_ids_size_, "encoded_value string")) {
664 if (!CheckIndex(idx, header_->string_ids_size_, "annotation_element name_idx")) {
911 if (!CheckIndex(parameter_name, header_->string_ids_size_, "debug_info_item parameter_name")) {
940 if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_START_LOCAL name_idx")) {
947 if (!CheckIndex(type_idx, header_->string_ids_size_, "DBG_START_LOCAL type_idx")) {
971 if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_START_LOCAL_EXTENDED name_idx")) {
978 if (!CheckIndex(type_idx, header_->string_ids_size_, "DBG_START_LOCAL_EXTENDED type_idx")) {
985 if (!CheckIndex(sig_idx, header_->string_ids_size_, "DBG_START_LOCAL_EXTENDED sig_idx")) {
995 if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_SET_FILE name_idx")) {
1256 expected_size = header_->string_ids_size_;