HomeSort by relevance Sort by last modified time
    Searched refs:INST_REPLACE_OP (Results 1 - 10 of 10) sorted by null

  /dalvik/vm/mterp/c/
OP_BREAKPOINT.cpp 20 INST_REPLACE_OP(inst, originalOpcode));
21 inst = INST_REPLACE_OP(inst, originalOpcode);
header.cpp 272 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
  /dalvik/vm/mterp/out/
InterpC-x86-atom.cpp 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-armv5te-vfp.cpp 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-armv5te.cpp 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-armv7-a-neon.cpp 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-armv7-a.cpp 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-allstubs.cpp 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-portable.cpp 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-x86.cpp 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]

Completed in 323 milliseconds