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

  /dalvik/vm/interp/
Stack.h 233 int dvmLineNumFromPC(const Method* method, u4 relPc);
Stack.c 816 int dvmLineNumFromPC(const Method* method, u4 relPc)
    [all...]
Interp.c 589 pCtrl->line = dvmLineNumFromPC(saveArea->method,
    [all...]
  /dalvik/vm/hprof/
HprofStackFrame.c 208 lineNum = dvmLineNumFromPC(method, pc);
  /dalvik/vm/mterp/c/
gotoTargets.c 600 dvmLineNumFromPC(curMethod, pc - curMethod->insns));
673 dvmLineNumFromPC(curMethod, pc - curMethod->insns));
685 dvmLineNumFromPC(curMethod, pc - curMethod->insns),
687 dvmLineNumFromPC(catchMethod, catchRelPc));
    [all...]
  /dalvik/vm/
Exception.c     [all...]
Profile.c 292 dvmGetMethodSourceFile(meth), dvmLineNumFromPC(meth, 0));
305 dvmGetMethodSourceFile(meth), dvmLineNumFromPC(meth, 0));
AllocTracker.c 418 lineNum = dvmLineNumFromPC(method, pRec->stackElem[i].pc);
Sync.c 416 cp = logWriteInt(cp, dvmLineNumFromPC(meth, relativePc));
    [all...]
  /dalvik/vm/mterp/out/
InterpC-x86-atom.c     [all...]
InterpC-x86.c     [all...]
InterpC-allstubs.c     [all...]
InterpC-portdbg.c     [all...]
InterpC-portstd.c     [all...]

Completed in 7734 milliseconds