Searched defs:INSTANCE_OF (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/
H A Druntime.js367 function INSTANCE_OF(F) { function
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegOps.java216 public static final int INSTANCE_OF = 44; field in class:RegOps
357 case INSTANCE_OF: return "instance-of";
H A DRops.java820 public static final Rop INSTANCE_OF = field in class:Rops
821 new Rop(RegOps.INSTANCE_OF, Type.INT, StdTypeList.OBJECT,
1198 case RegOps.INSTANCE_OF: return INSTANCE_OF;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java197 public static final Dop INSTANCE_OF = field in class: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/dx/java/com/android/dx/io/
H A DOpcodeInfo.java190 public static final Info INSTANCE_OF = field in class:OpcodeInfo
191 new Info(Opcodes.INSTANCE_OF, "instance-of",
1137 set(INSTANCE_OF);
H A DOpcodes.java76 public static final int INSTANCE_OF = 0x20; field in class:Opcodes
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java69 INSTANCE_OF((byte)0x20, "instance-of", ReferenceType.type, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode

Completed in 163 milliseconds