Home
last modified time | relevance | path

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

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