Lines Matching refs:name_idx
1925 DECODE_UNSIGNED_CHECKED_FROM(ptr_, name_idx); in CheckIntraDebugInfoItem()
1926 if (name_idx != 0) { in CheckIntraDebugInfoItem()
1927 name_idx--; in CheckIntraDebugInfoItem()
1928 if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_START_LOCAL name_idx")) { in CheckIntraDebugInfoItem()
1956 DECODE_UNSIGNED_CHECKED_FROM(ptr_, name_idx); in CheckIntraDebugInfoItem()
1957 if (name_idx != 0) { in CheckIntraDebugInfoItem()
1958 name_idx--; in CheckIntraDebugInfoItem()
1959 … if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_START_LOCAL_EXTENDED name_idx")) { in CheckIntraDebugInfoItem()
1980 DECODE_UNSIGNED_CHECKED_FROM(ptr_, name_idx); in CheckIntraDebugInfoItem()
1981 if (name_idx != 0) { in CheckIntraDebugInfoItem()
1982 name_idx--; in CheckIntraDebugInfoItem()
1983 if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_SET_FILE name_idx")) { in CheckIntraDebugInfoItem()