Home | History | Annotate | Download | only in runtime

Lines Matching refs:string_ids_size_

125   if (string_idx >= header->string_ids_size_) {
404 header_->string_ids_size_,
508 ((header_->string_ids_off_ != 0) || (header_->string_ids_size_ != 0)))) {
784 if (!CheckIndex(idx, header_->string_ids_size_, "encoded_value string")) {
906 if (!CheckIndex(idx, header_->string_ids_size_, "annotation_element name_idx")) {
1410 if (!CheckIndex(parameter_name, header_->string_ids_size_, "debug_info_item parameter_name")) {
1439 if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_START_LOCAL name_idx")) {
1470 if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_START_LOCAL_EXTENDED name_idx")) {
1484 if (!CheckIndex(sig_idx, header_->string_ids_size_, "DBG_START_LOCAL_EXTENDED sig_idx")) {
1494 if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_SET_FILE name_idx")) {
1782 expected_size = header_->string_ids_size_;
2884 if (header->string_ids_size_ <= string_idx.index_) {