Lines Matching full:last_idx
660 uint32_t last_idx = 0;
668 if (UNLIKELY(last_idx >= idx && i != 0)) {
670 last_idx, idx);
678 last_idx = idx;
1043 uint32_t last_idx = 0;
1045 if (UNLIKELY(last_idx >= field_item->field_idx_ && i != 0)) {
1046 ErrorStringPrintf("Out-of-order field_idx for annotation: %x then %x", last_idx, field_item->field_idx_);
1049 last_idx = field_item->field_idx_;
1061 last_idx = 0;
1063 if (UNLIKELY(last_idx >= method_item->method_idx_ && i != 0)) {
1065 last_idx, method_item->method_idx_);
1068 last_idx = method_item->method_idx_;
1081 last_idx = 0;
1083 if (UNLIKELY(last_idx >= parameter_item->method_idx_ && i != 0)) {
1085 last_idx, parameter_item->method_idx_);
1088 last_idx = parameter_item->method_idx_;
1815 uint32_t last_idx = 0;
1828 if (UNLIKELY(last_idx >= idx && i != 0)) {
1829 ErrorStringPrintf("Out-of-order entry types: %x then %x", last_idx, idx);
1833 last_idx = idx;