Searched defs:OP_RSUB_INT (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/dalvik/src/main/java/dalvik/bytecode/
H A DOpcodes.java256 int OP_RSUB_INT = 0xd1; /* no _LIT16 suffix for this */ field in interface:Opcodes
/dalvik/libdex/
H A DOpCode.h304 OP_RSUB_INT = 0xd1, /* no _LIT16 suffix for this */ enumerator in enum:OpCode
611 H(OP_RSUB_INT), \

Completed in 6 milliseconds