/dalvik/dx/tests/106-verify-object-ops/ |
op_multianewarray.j | 24 multianewarray [[[I 2
|
expected.txt | 26 multianewarray: expected failure occurred
|
run | 40 oneop multianewarray
|
/external/javassist/src/main/javassist/expr/ |
NewArray.java | 85 || opcode == Opcode.MULTIANEWARRAY) { 126 || opcode == Opcode.MULTIANEWARRAY) { 138 * If the opcode is multianewarray, this method returns the second 142 if (opcode == Opcode.MULTIANEWARRAY) 197 else if (opcode == Opcode.MULTIANEWARRAY) { 267 else /* if (opcode == Opcode.MULTIANEWARRAY) */ {
|
ExprEditor.java | 230 || c == Opcode.MULTIANEWARRAY) {
|
/external/javassist/src/main/javassist/bytecode/ |
Mnemonic.java | 235 "multianewarray", /* 197*/
|
Opcode.java | 214 int MULTIANEWARRAY = 197; 441 0, // multianewarray, 197 depends on the dimensions
|
CodeAnalyzer.java | 245 case MULTIANEWARRAY :
|
InstructionPrinter.java | 137 case MULTIANEWARRAY:
|
CodeAttribute.java | 402 case MULTIANEWARRAY :
|
Bytecode.java | [all...] |
/external/proguard/src/proguard/classfile/instruction/ |
Instruction.java | 234 false, // multianewarray 443 0, // multianewarray 652 1, // multianewarray
|
InstructionConstants.java | 433 "multianewarray",
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ValueAwareMachine.java | 177 case ByteOps.MULTIANEWARRAY: {
|
RopperMachine.java | 56 * {@code multianewarray} instructions 361 if (opcode == ByteOps.MULTIANEWARRAY) { 364 // Add the extra instructions for handling multianewarray. 432 * Add a call to the "multianewarray method," that is, 769 case ByteOps.MULTIANEWARRAY: { [all...] |
ByteOps.java | 224 public static final int MULTIANEWARRAY = 0xc5; 308 /** "M": {@code multianewarray cpi cpi dims} */ 551 "c5 M:c multianewarray;" +
|
Simulator.java | 668 case ByteOps.MULTIANEWARRAY: { 674 * this, but then again, multianewarray is pretty
|
BytecodeArray.java | 785 case ByteOps.MULTIANEWARRAY: { [all...] |
/dalvik/dx/tests/032-bb-live-code/ |
blort.j | 340 multianewarray [[[I 2
|
expected.txt | 493 0106: multianewarray type{int[][][]}, 02
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
CodeObserver.java | 131 if (opcode == ByteOps.MULTIANEWARRAY) {
|
/dalvik/dx/tests/024-code-bytecode/ |
expected.txt | 282 01ba: multianewarray type{java.lang.Object}, 04
|
small-class.txt | 293 c5 0002 04 # 01bb: multianewarray 0002, #04
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
Executor.java | 611 case MULTIANEWARRAY: 833 if (opcode == MULTIANEWARRAY) { [all...] |
/dalvik/docs/ |
java-constraints.html | 374 <code>multianewarray</code> instruction must form a valid 16-bit index
|