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

/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegOps.java253 public static final int INVOKE_VIRTUAL = 50; field in class:RegOps
363 case INVOKE_VIRTUAL: return "invoke-virtual";
/dalvik/dx/src/com/android/dx/rop/code/
H A DRegOps.java253 public static final int INVOKE_VIRTUAL = 50; field in class:RegOps
363 case INVOKE_VIRTUAL: return "invoke-virtual";
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java479 public static final Dop INVOKE_VIRTUAL = field in class:Dops
480 new Dop(DalvOps.INVOKE_VIRTUAL, DalvOps.INVOKE_VIRTUAL,
500 new Dop(DalvOps.INVOKE_VIRTUAL_RANGE, DalvOps.INVOKE_VIRTUAL,
1048 set(INVOKE_VIRTUAL);
H A DDalvOps.java144 public static final int INVOKE_VIRTUAL = 0x6e; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java482 public static final Dop INVOKE_VIRTUAL = field in class:Dops
483 new Dop(Opcodes.INVOKE_VIRTUAL, Opcodes.INVOKE_VIRTUAL,
503 new Dop(Opcodes.INVOKE_VIRTUAL_RANGE, Opcodes.INVOKE_VIRTUAL,
1051 set(INVOKE_VIRTUAL);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java478 public static final Info INVOKE_VIRTUAL = field in class:OpcodeInfo
479 new Info(Opcodes.INVOKE_VIRTUAL, "invoke-virtual",
1053 set(INVOKE_VIRTUAL);
H A DOpcodes.java148 public static final int INVOKE_VIRTUAL = 0x6e; field in class:Opcodes

Completed in 197 milliseconds