Searched refs:OP_OR_LONG (Results 1 – 11 of 11) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_OR_LONG.cpp | 1 HANDLE_OP_X_LONG(OP_OR_LONG, "or", |, 0)
|
/dalvik/libdex/ |
D | DexOpcodes.h | 232 OP_OR_LONG = 0xa1, enumerator 498 H(OP_OR_LONG), \
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 616 case OP_OR_LONG: in processInstruction()
|
D | DexVerify.cpp | 1042 case OP_OR_LONG: in verifyInstructions()
|
D | CodeVerify.cpp | 5600 case OP_OR_LONG: in verifyInstruction()
|
/dalvik/vm/compiler/codegen/x86/ |
D | Lower.cpp | 812 case OP_OR_LONG: in lowerByteCode()
|
D | BytecodeVisitor.cpp | 275 case OP_OR_LONG: in getByteCodeSize() 989 case OP_OR_LONG: in getConstInfo() 2336 case OP_OR_LONG: in getVirtualRegInfo() 4763 case OP_OR_LONG: in getTempRegInfo()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2424 HANDLE_OP_X_LONG(OP_OR_LONG, "or", |, 0) in HANDLE_OPCODE()
|
D | InterpC-portable.cpp | 2435 HANDLE_OP_X_LONG(OP_OR_LONG, "or", |, 0) in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 720 case OP_OR_LONG: in genArithOpLong()
|
/dalvik/vm/compiler/codegen/mips/ |
D | CodegenDriver.cpp | 774 case OP_OR_LONG: in genArithOpLong()
|