Searched refs:OP_OR_INT (Results 1 – 9 of 9) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_OR_INT.cpp | 1 HANDLE_OP_X_INT(OP_OR_INT, "or", |, 0)
|
/dalvik/libdex/ |
D | DexOpcodes.h | 221 OP_OR_INT = 0x96, enumerator 743 H(OP_OR_INT), \
|
/dalvik/vm/mterp/ |
D | config-x86-atom | 198 #op OP_OR_INT c
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 608 case OP_OR_INT: in processInstruction()
|
D | DexVerify.cpp | 1009 case OP_OR_INT: in verifyInstructions()
|
D | CodeVerify.cpp | 5690 case OP_OR_INT: in verifyInstruction()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2470 HANDLE_OP_X_INT(OP_OR_INT, "or", |, 0) in HANDLE_OPCODE()
|
D | InterpC-portable.cpp | 2489 HANDLE_OP_X_INT(OP_OR_INT, "or", |, 0) in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 819 case OP_OR_INT: in genArithOpInt()
|