Searched refs:OP_OR_INT_LIT16 (Results 1 – 13 of 13) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_OR_INT_LIT16.cpp | 1 HANDLE_OP_X_INT_LIT16(OP_OR_INT_LIT16, "or", |, 0)
|
/dalvik/libdex/ |
D | DexOpcodes.h | 285 OP_OR_INT_LIT16 = 0xd6, enumerator 551 H(OP_OR_INT_LIT16), \
|
/dalvik/vm/mterp/ |
D | config-armv7-a | 109 op OP_OR_INT_LIT16 armv6t2
|
D | config-armv7-a-neon | 109 op OP_OR_INT_LIT16 armv6t2
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 505 case OP_OR_INT_LIT16: in processInstruction()
|
D | DexVerify.cpp | 891 case OP_OR_INT_LIT16: in verifyInstructions()
|
D | CodeVerify.cpp | 5692 case OP_OR_INT_LIT16: in verifyInstruction()
|
/dalvik/vm/compiler/codegen/x86/ |
D | Lower.cpp | 918 case OP_OR_INT_LIT16: in lowerByteCode()
|
D | BytecodeVisitor.cpp | 332 case OP_OR_INT_LIT16: in getByteCodeSize() 844 case OP_OR_INT_LIT16: in getConstInfo() 864 if(inst_op == OP_OR_INT_LIT16) in getConstInfo() 2798 case OP_OR_INT_LIT16: in getVirtualRegInfo() 4665 case OP_OR_INT_LIT16: in getTempRegInfo() 4676 … inst_op == OP_AND_INT_LIT16 || inst_op == OP_OR_INT_LIT16 || inst_op == OP_XOR_INT_LIT16) { in getTempRegInfo()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2678 HANDLE_OP_X_INT_LIT16(OP_OR_INT_LIT16, "or", |, 0)
|
D | InterpC-portable.cpp | 2689 HANDLE_OP_X_INT_LIT16(OP_OR_INT_LIT16, "or", |, 0) in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 2315 case OP_OR_INT_LIT16: in handleFmt22b_Fmt22s()
|
/dalvik/vm/compiler/codegen/mips/ |
D | CodegenDriver.cpp | 2366 case OP_OR_INT_LIT16: in handleFmt22b_Fmt22s()
|