/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | RegOps.java | 216 public static final int INSTANCE_OF = 44; field in RegOps 357 case INSTANCE_OF: return "instance-of"; in opName()
|
D | Rops.java | 820 public static final Rop INSTANCE_OF = field in Rops 821 new Rop(RegOps.INSTANCE_OF, Type.INT, StdTypeList.OBJECT, 1198 case RegOps.INSTANCE_OF: return INSTANCE_OF; in ropFor()
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/ |
D | InstructionOffsetMapTest.java | 60 /*12: 0x13*/ new ImmutableInstruction22c(Opcode.INSTANCE_OF, 0, 1, in testInstructionOffsetMap()
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | Opcodes.java | 76 public static final int INSTANCE_OF = 0x20; field in Opcodes
|
D | OpcodeInfo.java | 190 public static final Info INSTANCE_OF = field in OpcodeInfo 191 new Info(Opcodes.INSTANCE_OF, "instance-of", 1137 set(INSTANCE_OF);
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/ |
D | SmaliUsageTypeProvider.java | 122 if (opcode == Opcode.INSTANCE_OF) { in findClassUsageType()
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | RopToDop.java | 404 MAP.put(Rops.INSTANCE_OF, Dops.INSTANCE_OF); in MAP.put() argument
|
D | Dops.java | 197 public static final Dop INSTANCE_OF = field in Dops 198 new Dop(Opcodes.INSTANCE_OF, Opcodes.INSTANCE_OF, 950 new Dop(Opcodes.INSTANCE_OF_JUMBO, Opcodes.INSTANCE_OF, 1138 set(INSTANCE_OF);
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
D | Code.java | 706 addInstruction(new ThrowingCstInsn(Rops.INSTANCE_OF, sourcePosition, in instanceOfType()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | MethodAnalyzer.java | 648 case INSTANCE_OF:
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcode.java | 76 …INSTANCE_OF(0x20, "instance-of", ReferenceType.TYPE, Format.Format22c, Opcode.CAN_THROW | Opcode.C… enumConstant
|
/external/chromium-trace/catapult/tracing/test_data/ |
D | v8.log | 454 code-creation,LazyCompile,0,0x42418fa0,636,"INSTANCE_OF native runtime.js:367",0x2340f640, 803 code-creation,LazyCompile,0,0x42418fa0,636,"INSTANCE_OF native runtime.js:367",0x2340f640,
|