Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DTryBlockShifter.java99 MTryBlock tryBlock = mutatableCode.mutatableTries.get(tryIdx); in generateMutation() local
111 if (tryBlock.handlers.isEmpty()) { in generateMutation()
114 } else if (tryBlock.catchAllHandler != null) { in generateMutation()
121 shiftingHandlerIdx = rng.nextInt(tryBlock.handlers.size()); in generateMutation()
128 oldInsn = tryBlock.startInsn; in generateMutation()
130 oldInsn = tryBlock.endInsn; in generateMutation()
132 oldInsn = tryBlock.catchAllHandler; in generateMutation()
135 oldInsn = tryBlock.handlers.get(shiftingHandlerIdx); in generateMutation()
189 tryBlock.startInsn = newInsn; in applyMutation()
193 tryBlock.endInsn = newInsn; in applyMutation()
[all …]
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...