Home
last modified time | relevance | path

Searched refs:lastIdx (Results 1 – 1 of 1) sorted by relevance

/dalvik/libdex/
DDexSwapVerify.cpp1045 u4 lastIdx = 0; in swapFieldAnnotations() local
1055 } 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() local
1084 } 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() local
1114 } else if (lastIdx >= item->methodIdx) { in swapParameterAnnotations()
[all …]