Searched refs:OP_OR_LONG (Results 1 – 10 of 10) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_OR_LONG.c | 1 HANDLE_OP_X_LONG(OP_OR_LONG, "or", |, 0)
|
/dalvik/libdex/ |
D | OpCode.h | 251 OP_OR_LONG = 0xa1, enumerator 562 H(OP_OR_LONG), \
|
D | InstrUtils.c | 224 case OP_OR_LONG: in dexCreateInstrWidthTable() 433 case OP_OR_LONG: in dexCreateInstrFlagsTable() 917 case OP_OR_LONG: in dexCreateInstrFormatTable()
|
/dalvik/vm/mterp/ |
D | config-x86-atom | 199 #op OP_OR_LONG c
|
/dalvik/vm/analysis/ |
D | RegisterMap.c | 2906 case OP_OR_LONG:
|
D | CodeVerify.c | 5274 case OP_OR_LONG: in verifyInstruction()
|
/dalvik/vm/mterp/out/ |
D | InterpC-portstd.c | 2573 HANDLE_OP_X_LONG(OP_OR_LONG, "or", |, 0) in INTERP_FUNC_NAME()
|
D | InterpC-allstubs.c | 2462 HANDLE_OP_X_LONG(OP_OR_LONG, "or", |, 0) in HANDLE_OPCODE()
|
D | InterpC-portdbg.c | 2823 HANDLE_OP_X_LONG(OP_OR_LONG, "or", |, 0) in INTERP_FUNC_NAME()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.c | 671 case OP_OR_LONG: in genArithOpLong()
|