Searched refs:OP_APUT_WIDE (Results 1 – 11 of 11) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_APUT_WIDE.cpp | 1 HANDLE_OP_APUT(OP_APUT_WIDE, "-wide", s8, _WIDE)
|
/dalvik/libdex/ |
D | DexOpcodes.h | 147 OP_APUT_WIDE = 0x4c, enumerator 413 H(OP_APUT_WIDE), \
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 408 case OP_APUT_WIDE: in processInstruction()
|
D | DexVerify.cpp | 1019 case OP_APUT_WIDE: in verifyInstructions()
|
D | CodeVerify.cpp | 4683 case OP_APUT_WIDE: in verifyInstruction()
|
/dalvik/vm/compiler/codegen/x86/ |
D | Lower.cpp | 632 case OP_APUT_WIDE: in lowerByteCode()
|
D | BytecodeVisitor.cpp | 169 case OP_APUT_WIDE: in getByteCodeSize() 1810 case OP_APUT_WIDE: in getVirtualRegInfo() 1820 if(inst_op == OP_APUT_WIDE) { in getVirtualRegInfo() 3931 case OP_APUT_WIDE: in getTempRegInfo()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2023 HANDLE_OP_APUT(OP_APUT_WIDE, "-wide", s8, _WIDE) in HANDLE_OPCODE()
|
D | InterpC-portable.cpp | 2034 HANDLE_OP_APUT(OP_APUT_WIDE, "-wide", s8, _WIDE) in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 2747 case OP_APUT_WIDE: in handleFmt23x()
|
/dalvik/vm/compiler/codegen/mips/ |
D | CodegenDriver.cpp | 2825 case OP_APUT_WIDE: in handleFmt23x()
|