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
404 H(OP_UNUSED_43), \
/dalvik/vm/analysis/
DLiveness.cpp722 case OP_UNUSED_43: in processInstruction()
DDexVerify.cpp1177 case OP_UNUSED_43: in verifyInstructions()
DCodeVerify.cpp5808 case OP_UNUSED_43: in verifyInstruction()
/dalvik/vm/mterp/
Dconfig-x86-atom257 #op OP_UNUSED_43 c
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp1977 HANDLE_OPCODE(OP_UNUSED_43) in HANDLE_OPCODE()
DInterpC-portable.cpp1990 HANDLE_OPCODE(OP_UNUSED_43) in dvmInterpretPortable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp1479 if ((dalvikOpcode >= OP_UNUSED_3E) && (dalvikOpcode <= OP_UNUSED_43)) { in handleFmt10x()