Home
last modified time | relevance | path

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

/dalvik/vm/mterp/c/
DOP_IGET_SHORT.cpp1 HANDLE_IGET_X(OP_IGET_SHORT, "", Int, )
/dalvik/libdex/
DDexOpcodes.h159 OP_IGET_SHORT = 0x58, enumerator
425 H(OP_IGET_SHORT), \
/dalvik/vm/analysis/
DLiveness.cpp490 case OP_IGET_SHORT: in processInstruction()
DDexVerify.cpp1079 case OP_IGET_SHORT: in verifyInstructions()
DOptimize.cpp206 case OP_IGET_SHORT: in optimizeMethod()
DCodeVerify.cpp3270 case OP_IGET_SHORT: in replaceFailingInstruction()
4788 case OP_IGET_SHORT: in verifyInstruction()
/dalvik/vm/compiler/codegen/x86/
DLower.cpp660 case OP_IGET_SHORT: in lowerByteCode()
DBytecodeVisitor.cpp190 case OP_IGET_SHORT: in getByteCodeSize()
651 case OP_IGET_SHORT: in getConstInfo()
1855 case OP_IGET_SHORT: in getVirtualRegInfo()
3988 case OP_IGET_SHORT: in getTempRegInfo()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp2407 case OP_IGET_SHORT: in handleFmt22c()
2539 case OP_IGET_SHORT: in handleFmt22c()
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp2466 case OP_IGET_SHORT: in handleFmt22c()
2604 case OP_IGET_SHORT: in handleFmt22c()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp2107 HANDLE_IGET_X(OP_IGET_SHORT, "", Int, )
DInterpC-portable.cpp2118 HANDLE_IGET_X(OP_IGET_SHORT, "", Int, ) in dvmInterpretPortable()