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

  /dalvik/vm/mterp/c/
OP_UNUSED_FF.c 5 LOGE("unknown opcode 0x%02x\n", INST_INST(inst));
OP_RETURN.c 4 (INST_INST(inst) == OP_RETURN) ? "" : "-object", vsrc1);
OP_MOVE_RESULT.c 4 (INST_INST(inst) == OP_MOVE_RESULT) ? "" : "-object",
OP_MOVE.c 5 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1,
OP_MOVE_16.c 5 (INST_INST(inst) == OP_MOVE_16) ? "" : "-object", vdst, vsrc1,
OP_MOVE_FROM16.c 5 (INST_INST(inst) == OP_MOVE_FROM16) ? "" : "-object", vdst, vsrc1,
header.c 293 #define INST_INST(_inst) ((_inst) & 0xff)
gotoTargets.c 576 //u2 invokeInstr = INST_INST(FETCH(0));
740 if (INST_INST(FETCH(0)) == OP_MOVE_EXCEPTION)
    [all...]
  /dalvik/vm/mterp/portable/
debug.c 50 if (INST_INST(*pc) == OP_BREAKPOINT) {
142 u2 inst = INST_INST(FETCH(0));
stubdefs.c 34 goto *handlerTable[INST_INST(inst)]; \
entry.c 124 switch (INST_INST(inst)) {
  /dalvik/vm/mterp/out/
InterpC-portdbg.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
467 goto *handlerTable[INST_INST(inst)]; \
    [all...]
InterpC-portstd.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
458 goto *handlerTable[INST_INST(inst)]; \
    [all...]
InterpC-allstubs.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-x86-atom.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-x86.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-armv4t.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-armv5te-vfp.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-armv5te.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-armv7-a-neon.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-armv7-a.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
  /dalvik/libdex/
InstrUtils.c 1046 #define INST_INST(_inst) ((_inst) & 0xff)
1062 pDec->opCode = (OpCode) INST_INST(inst);
    [all...]

Completed in 595 milliseconds