Searched refs:OP_SHL_LONG (Results 1 – 11 of 11) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_SHL_LONG.cpp | 1 HANDLE_OP_SHX_LONG(OP_SHL_LONG, "shl", (s8), <<)
|
/dalvik/libdex/ |
D | DexOpcodes.h | 234 OP_SHL_LONG = 0xa3, enumerator 500 H(OP_SHL_LONG), \
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 601 case OP_SHL_LONG: in processInstruction()
|
D | DexVerify.cpp | 1048 case OP_SHL_LONG: in verifyInstructions()
|
D | CodeVerify.cpp | 5605 case OP_SHL_LONG: in verifyInstruction()
|
/dalvik/vm/compiler/codegen/x86/ |
D | Lower.cpp | 816 case OP_SHL_LONG: in lowerByteCode()
|
D | BytecodeVisitor.cpp | 277 case OP_SHL_LONG: in getByteCodeSize() 994 case OP_SHL_LONG: in getConstInfo() 2415 case OP_SHL_LONG: //v2: 32, move_ss; v1,vA: xmm CHECK in getVirtualRegInfo() 4779 case OP_SHL_LONG: in getTempRegInfo()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 645 case OP_SHL_LONG: in genShiftOpLong() 931 if ((opcode >= OP_SHL_LONG) && (opcode <= OP_USHR_LONG)) { in genArithOp()
|
/dalvik/vm/compiler/codegen/mips/ |
D | CodegenDriver.cpp | 706 case OP_SHL_LONG: in genShiftOpLong() 968 if ((opcode >= OP_SHL_LONG) && (opcode <= OP_USHR_LONG)) { in genArithOp()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2432 HANDLE_OP_SHX_LONG(OP_SHL_LONG, "shl", (s8), <<) in HANDLE_OPCODE()
|
D | InterpC-portable.cpp | 2443 HANDLE_OP_SHX_LONG(OP_SHL_LONG, "shl", (s8), <<) in dvmInterpretPortable()
|