Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/expr/
DNewArray.java80 if (opcode == Opcode.NEWARRAY) { in getComponentType()
123 if (opcode == Opcode.NEWARRAY) in getDimension()
181 if (opcode == Opcode.NEWARRAY) { in replace2()
265 else if (opcode == Opcode.NEWARRAY) in doit()
DExprEditor.java186 else if (c < Opcode.NEWARRAY) { // c < 188 in loopBody()
229 if (c == Opcode.NEWARRAY || c == Opcode.ANEWARRAY in loopBody()
/external/javassist/src/main/javassist/bytecode/
DOpcode.java216 int NEWARRAY = 188; field
DInstructionPrinter.java130 case NEWARRAY: in instructionString()
DBytecode.java1248 addOpcode(NEWARRAY); in addNewarray()
/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java632 case Opcode.NEWARRAY : in doOpcode148_201()
/external/javassist/src/main/javassist/compiler/
DMemberCodeGen.java382 bytecode.addOpcode(NEWARRAY); in atNewArrayExpr2()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java575 case Opcodes.NEWARRAY: in canThrow()
1513 case Opcodes.NEWARRAY: { in updateState()
2339 case Opcodes.NEWARRAY: { in build()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java580 case NEWARRAY: in execute()