Searched refs:OP_APUT_SHORT (Results 1 – 9 of 9) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_APUT_SHORT.cpp | 1 HANDLE_OP_APUT(OP_APUT_SHORT, "-short", s2, )
|
/dalvik/libdex/ |
D | DexOpcodes.h | 152 OP_APUT_SHORT = 0x51, enumerator 674 H(OP_APUT_SHORT), \
|
/dalvik/vm/mterp/ |
D | config-x86-atom | 61 #op OP_APUT_SHORT c
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 415 case OP_APUT_SHORT: in processInstruction()
|
D | DexVerify.cpp | 1002 case OP_APUT_SHORT: in verifyInstructions()
|
D | CodeVerify.cpp | 4684 case OP_APUT_SHORT: in verifyInstruction()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2169 HANDLE_OP_APUT(OP_APUT_SHORT, "-short", s2, )
|
D | InterpC-portable.cpp | 2188 HANDLE_OP_APUT(OP_APUT_SHORT, "-short", s2, ) in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 2822 case OP_APUT_SHORT: in handleFmt23x()
|