Home
last modified time | relevance | path

Searched refs:OP_FILLED_NEW_ARRAY_RANGE (Results 1 – 9 of 9) sorted by relevance

/dalvik/vm/mterp/c/
DOP_FILLED_NEW_ARRAY_RANGE.cpp1 HANDLE_OPCODE(OP_FILLED_NEW_ARRAY_RANGE /*{vCCCC..v(CCCC+AA-1)}, class@BBBB*/)
/dalvik/libdex/
DDexOpcodes.h108 OP_FILLED_NEW_ARRAY_RANGE = 0x25, enumerator
374 H(OP_FILLED_NEW_ARRAY_RANGE), \
/dalvik/vm/analysis/
DLiveness.cpp430 case OP_FILLED_NEW_ARRAY_RANGE: in processInstruction()
DDexVerify.cpp1121 case OP_FILLED_NEW_ARRAY_RANGE: in verifyInstructions()
DCodeVerify.cpp3262 case OP_FILLED_NEW_ARRAY_RANGE: in replaceFailingInstruction()
4228 case OP_FILLED_NEW_ARRAY_RANGE: in verifyInstruction()
4240 bool isRange = (decInsn.opcode == OP_FILLED_NEW_ARRAY_RANGE); in verifyInstruction()
/dalvik/vm/mterp/
Dconfig-x86-atom96 #op OP_FILLED_NEW_ARRAY_RANGE c
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp1721 HANDLE_OPCODE(OP_FILLED_NEW_ARRAY_RANGE /*{vCCCC..v(CCCC+AA-1)}, class@BBBB*/)
DInterpC-portable.cpp1734 HANDLE_OPCODE(OP_FILLED_NEW_ARRAY_RANGE /*{vCCCC..v(CCCC+AA-1)}, class@BBBB*/) in dvmInterpretPortable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp3332 case OP_FILLED_NEW_ARRAY_RANGE: { in handleFmt35c_3rc()