Home
last modified time | relevance | path

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

/dalvik/vm/mterp/c/
DOP_UNUSED_3E.cpp1 HANDLE_OPCODE(OP_UNUSED_3E)
/dalvik/libdex/
DDexOpcodes.h133 OP_UNUSED_3E = 0x3e, enumerator
399 H(OP_UNUSED_3E), \
/dalvik/vm/analysis/
DLiveness.cpp717 case OP_UNUSED_3E: in processInstruction()
DDexVerify.cpp1172 case OP_UNUSED_3E: in verifyInstructions()
DCodeVerify.cpp5803 case OP_UNUSED_3E: in verifyInstruction()
/dalvik/vm/mterp/
Dconfig-x86-atom252 #op OP_UNUSED_3E c
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp1957 HANDLE_OPCODE(OP_UNUSED_3E) in HANDLE_OPCODE() argument
DInterpC-portable.cpp1970 HANDLE_OPCODE(OP_UNUSED_3E) in dvmInterpretPortable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp1479 if ((dalvikOpcode >= OP_UNUSED_3E) && (dalvikOpcode <= OP_UNUSED_43)) { in handleFmt10x()