Searched refs:OP_XOR_INT_LIT8 (Results 1 – 9 of 9) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_XOR_INT_LIT8.cpp | 1 HANDLE_OP_X_INT_LIT8(OP_XOR_INT_LIT8, "xor", ^, 0)
|
/dalvik/libdex/ |
D | DexOpcodes.h | 294 OP_XOR_INT_LIT8 = 0xdf, enumerator 560 H(OP_XOR_INT_LIT8), \
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 517 case OP_XOR_INT_LIT8: in processInstruction()
|
D | DexVerify.cpp | 900 case OP_XOR_INT_LIT8: in verifyInstructions()
|
D | CodeVerify.cpp | 5720 case OP_XOR_INT_LIT8: in verifyInstruction()
|
/dalvik/vm/mterp/ |
D | config-x86-atom | 273 #op OP_XOR_INT_LIT8 c
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2714 HANDLE_OP_X_INT_LIT8(OP_XOR_INT_LIT8, "xor", ^, 0)
|
D | InterpC-portable.cpp | 2727 HANDLE_OP_X_INT_LIT8(OP_XOR_INT_LIT8, "xor", ^, 0) in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 2310 case OP_XOR_INT_LIT8: in handleFmt22b_Fmt22s()
|