Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/program/
H A DCodeTranslator.java408 int[] keys = new int[targetsSize]; in readSwitchInstruction()
409 int[] targets = new int[targetsSize]; in readSwitchInstruction()
418 for (int i = 1; i < targetsSize; i++) { in readSwitchInstruction()
424 for (int i = 0; i < targetsSize; i++) { in readSwitchInstruction()
432 for (int i = 0; i < targetsSize; i++) { in readSwitchInstruction()
463 int targetsSize = switchInsn.targets.size(); in updateSwitchInstruction() local
466 int[] targets = new int[targetsSize]; in updateSwitchInstruction()
491 for (int i = 0; i < targetsSize; i++) { in updateSwitchInstruction()
498 for (int i = 0; i < targetsSize; i++) { in updateSwitchInstruction()
523 dataInsn.rawSize = (targetsSize * 2) + 4; in alignDataInstructions()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayReferenceMapper.java279 int targetsSize = targetToOverlays.size(); in removeOverlay() local
280 for (int targetIndex = targetsSize - 1; targetIndex >= 0; targetIndex--) { in removeOverlay()
/aosp12/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java1756 final int targetsSize = dropTargets.size(); in chooseDropTarget() local
1757 for (int i = 0; i < targetsSize; i++) { in chooseDropTarget()