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

  /dalvik/vm/mterp/c/
gotoTargets.c 599 int catchRelPc;
643 catchRelPc = dvmFindCatchBlock(self, pc - curMethod->insns,
646 catchRelPc, exception);
665 catchRelPc = dvmFindCatchBlock(self, pc - curMethod->insns,
692 if (catchRelPc < 0) {
711 dvmLineNumFromPC(catchMethod, catchRelPc));
723 pc = curMethod->insns + catchRelPc;
    [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...]
InterpAsm-x86-atom.S     [all...]
  /dalvik/vm/
Debugger.h 267 int catchRelPc, struct Object* exception);
Debugger.c     [all...]
  /dalvik/vm/mterp/x86-atom/
footer.S 459 * call dvmFindCatchBlock, %eax gets catchRelPc (a code-unit offset)
467 cmp $$0, %eax # check for catchRelPc < 0
501 lea (rPC, %eax, 2), rPC # rPC<- method->insns + catchRelPc

Completed in 269 milliseconds