Searched refs:RET (Results 1 - 8 of 8) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
H A DValueAwareMachine.java62 case ByteOps.RET:
H A DRopperMachine.java465 } else if (opcode == ByteOps.RET) {
470 "Argument to RET was not a ReturnAddress", ex);
472 // RET has no Rop instruction.
768 case ByteOps.RET:
H A DBasicBlocker.java189 if (opcode == ByteOps.RET) {
H A DByteOps.java196 public static final int RET = 0xa9; field in class:ByteOps
H A DSimulator.java582 case ByteOps.RET: {
H A DBytecodeArray.java708 case ByteOps.RET: {
1147 case ByteOps.RET: {
/dalvik/vm/compiler/codegen/x86/libenc/
H A Denc_base.cpp409 assert(idi.get_type() == InstructionDisassembler::RET);
H A Denc_tabl.cpp1429 BEGIN_MNEMONIC(RET, MF_NONE, N)

Completed in 61 milliseconds