Home
last modified time | relevance | path

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

/external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
DSmaliUsageTypeProvider.java74 …private final Set<Opcode> newArrayInstructions = EnumSet.of(Opcode.FILLED_NEW_ARRAY, Opcode.NEW_AR… field in SmaliUsageTypeProvider
126 } else if (newArrayInstructions.contains(opcode)) { in findClassUsageType()