Searched refs:OP_REM_INT_LIT8 (Results 1 – 9 of 9) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_REM_INT_LIT8.cpp | 1 HANDLE_OP_X_INT_LIT8(OP_REM_INT_LIT8, "rem", %, 2)
|
/dalvik/libdex/ |
D | DexOpcodes.h | 291 OP_REM_INT_LIT8 = 0xdc, enumerator 813 H(OP_REM_INT_LIT8), \
|
/dalvik/vm/mterp/ |
D | config-x86-atom | 208 #op OP_REM_INT_LIT8 c
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 549 case OP_REM_INT_LIT8: in processInstruction()
|
D | DexVerify.cpp | 897 case OP_REM_INT_LIT8: in verifyInstructions()
|
D | CodeVerify.cpp | 5802 case OP_REM_INT_LIT8: in verifyInstruction()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2802 HANDLE_OP_X_INT_LIT8(OP_REM_INT_LIT8, "rem", %, 2)
|
D | InterpC-portable.cpp | 2821 HANDLE_OP_X_INT_LIT8(OP_REM_INT_LIT8, "rem", %, 2) in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 2364 case OP_REM_INT_LIT8: in handleFmt22b_Fmt22s()
|