Searched refs:lastIdx (Results 1 – 1 of 1) sorted by relevance
1045 u4 lastIdx = 0; in swapFieldAnnotations() local1055 } else if (lastIdx >= item->fieldIdx) { in swapFieldAnnotations()1056 ALOGE("Out-of-order field_idx: %#x then %#x", lastIdx, in swapFieldAnnotations()1061 lastIdx = item->fieldIdx; in swapFieldAnnotations()1074 u4 lastIdx = 0; in swapMethodAnnotations() local1084 } else if (lastIdx >= item->methodIdx) { in swapMethodAnnotations()1085 ALOGE("Out-of-order method_idx: %#x then %#x", lastIdx, in swapMethodAnnotations()1090 lastIdx = item->methodIdx; in swapMethodAnnotations()1104 u4 lastIdx = 0; in swapParameterAnnotations() local1114 } else if (lastIdx >= item->methodIdx) { in swapParameterAnnotations()[all …]