Searched refs:lastIdx (Results 1 – 1 of 1) sorted by relevance
1065 u4 lastIdx = 0; in swapFieldAnnotations() local1075 } else if (lastIdx >= item->fieldIdx) { in swapFieldAnnotations()1076 ALOGE("Out-of-order field_idx: %#x then %#x", lastIdx, in swapFieldAnnotations()1081 lastIdx = item->fieldIdx; in swapFieldAnnotations()1094 u4 lastIdx = 0; in swapMethodAnnotations() local1104 } else if (lastIdx >= item->methodIdx) { in swapMethodAnnotations()1105 ALOGE("Out-of-order method_idx: %#x then %#x", lastIdx, in swapMethodAnnotations()1110 lastIdx = item->methodIdx; in swapMethodAnnotations()1124 u4 lastIdx = 0; in swapParameterAnnotations() local1134 } else if (lastIdx >= item->methodIdx) { in swapParameterAnnotations()[all …]