Home
last modified time | relevance | path

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

/dalvik/vm/mterp/c/
DOP_UNUSED_43.cpp1 HANDLE_OPCODE(OP_UNUSED_43)
/dalvik/libdex/
DDexOpcodes.h138 OP_UNUSED_43 = 0x43, enumerator
660 H(OP_UNUSED_43), \
/dalvik/vm/mterp/
Dconfig-x86-atom257 #op OP_UNUSED_43 c
/dalvik/vm/analysis/
DLiveness.cpp775 case OP_UNUSED_43: in processInstruction()
DDexVerify.cpp1230 case OP_UNUSED_43: in verifyInstructions()
DCodeVerify.cpp5923 case OP_UNUSED_43: in verifyInstruction()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp2077 HANDLE_OPCODE(OP_UNUSED_43) in HANDLE_OPCODE()
DInterpC-portable.cpp2096 HANDLE_OPCODE(OP_UNUSED_43) in dvmInterpretPortable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp1482 if ((dalvikOpcode >= OP_UNUSED_3E) && (dalvikOpcode <= OP_UNUSED_43)) { in handleFmt10x()