Home
last modified time | relevance | path

Searched refs:INST_REPLACE_OP (Results 1 – 10 of 10) sorted by relevance

/dalvik/vm/mterp/c/
DOP_BREAKPOINT.cpp20 INST_REPLACE_OP(inst, originalOpcode)); in HANDLE_OPCODE()
21 inst = INST_REPLACE_OP(inst, originalOpcode); in HANDLE_OPCODE()
Dheader.cpp272 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
/dalvik/vm/mterp/out/
DInterpC-x86-atom.cpp279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
1311 INST_REPLACE_OP(inst, originalOpcode)); in HANDLE_OPCODE()
1312 inst = INST_REPLACE_OP(inst, originalOpcode); in HANDLE_OPCODE()
DInterpC-armv5te-vfp.cpp279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
DInterpC-armv7-a-neon.cpp279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
DInterpC-armv5te.cpp279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
DInterpC-armv7-a.cpp279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
DInterpC-allstubs.cpp279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
2885 INST_REPLACE_OP(inst, originalOpcode)); in HANDLE_OPCODE()
2886 inst = INST_REPLACE_OP(inst, originalOpcode); in HANDLE_OPCODE()
DInterpC-portable.cpp279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
2904 INST_REPLACE_OP(inst, originalOpcode)); in dvmInterpretPortable()
2905 inst = INST_REPLACE_OP(inst, originalOpcode); in dvmInterpretPortable()
DInterpC-x86.cpp279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro