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

  /dalvik/vm/mterp/c/
OP_BREAKPOINT.c 21 INST_REPLACE_OP(inst, originalOpCode));
22 inst = INST_REPLACE_OP(inst, originalOpCode);
header.c 298 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
  /dalvik/vm/mterp/out/
InterpC-x86-atom.c 305 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-armv4t.c 305 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-armv5te-vfp.c 305 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-armv5te.c 305 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-armv7-a-neon.c 305 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-armv7-a.c 305 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-allstubs.c 305 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-portdbg.c 305 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-portstd.c 305 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-x86.c 305 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]

Completed in 45 milliseconds