Home
last modified time | relevance | path

Searched refs:OP_IPUT_SHORT (Results 1 – 12 of 12) sorted by relevance

/dalvik/vm/mterp/c/
DOP_IPUT_SHORT.cpp1 HANDLE_IPUT_X(OP_IPUT_SHORT, "", Int, )
/dalvik/libdex/
DDexOpcodes.h166 OP_IPUT_SHORT = 0x5f, enumerator
432 H(OP_IPUT_SHORT), \
/dalvik/vm/analysis/
DLiveness.cpp383 case OP_IPUT_SHORT: in processInstruction()
DDexVerify.cpp1085 case OP_IPUT_SHORT: in verifyInstructions()
DOptimize.cpp223 case OP_IPUT_SHORT: in optimizeMethod()
DCodeVerify.cpp3277 case OP_IPUT_SHORT: in replaceFailingInstruction()
4892 case OP_IPUT_SHORT: in verifyInstruction()
/dalvik/vm/compiler/codegen/x86/
DLower.cpp678 case OP_IPUT_SHORT: in lowerByteCode()
DBytecodeVisitor.cpp200 case OP_IPUT_SHORT: in getByteCodeSize()
1902 case OP_IPUT_SHORT: in getVirtualRegInfo()
4042 case OP_IPUT_SHORT: in getTempRegInfo()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp2419 case OP_IPUT_SHORT: { in handleFmt22c()
2555 case OP_IPUT_SHORT: in handleFmt22c()
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp2465 case OP_IPUT_SHORT: { in handleFmt22c()
2607 case OP_IPUT_SHORT: in handleFmt22c()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp2146 HANDLE_IPUT_X(OP_IPUT_SHORT, "", Int, )
DInterpC-portable.cpp2157 HANDLE_IPUT_X(OP_IPUT_SHORT, "", Int, ) in dvmInterpretPortable()