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

  /dalvik/vm/mterp/portable/
entry.c 97 DUMP_REGS(curMethod, interpState->fp, false);
  /dalvik/vm/mterp/c/
header.c 149 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
154 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0)
gotoTargets.c 542 //DUMP_REGS(curMethod, fp);
726 DUMP_REGS(curMethod, fp, false); // show all regs
    [all...]
  /dalvik/vm/mterp/out/
InterpC-x86-atom.c 156 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
161 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0)
    [all...]
InterpC-x86.c 156 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
161 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0)
    [all...]
InterpC-armv4t.c 156 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
161 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0)
    [all...]
InterpC-armv5te-vfp.c 156 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
161 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0)
    [all...]
InterpC-armv5te.c 156 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
161 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0)
    [all...]
InterpC-armv7-a-neon.c 156 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
161 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0)
    [all...]
InterpC-armv7-a.c 156 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
161 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0)
    [all...]
InterpC-portdbg.c 156 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
161 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0)
    [all...]
InterpC-portstd.c 156 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
161 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0)
    [all...]
InterpC-allstubs.c 156 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
161 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0)
    [all...]

Completed in 126 milliseconds