Searched refs:catchRelPc (Results 1 - 10 of 10) sorted by relevance

/dalvik/vm/mterp/c/
H A DgotoTargets.c571 int catchRelPc; local
611 catchRelPc = dvmFindCatchBlock(self, pc - curMethod->insns,
614 catchRelPc, exception);
630 catchRelPc = dvmFindCatchBlock(self, pc - curMethod->insns,
647 if (catchRelPc < 0) {
666 dvmLineNumFromPC(catchMethod, catchRelPc));
678 pc = curMethod->insns + catchRelPc;
/dalvik/vm/
H A DDebugger.h263 int catchRelPc, struct Object* exception);
H A DDebugger.c2489 int catchRelPc, Object* exception)
2504 if (catchRelPc < 0) {
2514 catchLoc.idx = catchRelPc;
2488 dvmDbgPostException(void* throwFp, int throwRelPc, void* catchFp, int catchRelPc, Object* exception) argument
/dalvik/vm/mterp/out/
H A DInterpC-x86.c1746 int catchRelPc; local
1786 catchRelPc = dvmFindCatchBlock(self, pc - curMethod->insns,
1789 catchRelPc, exception);
1805 catchRelPc = dvmFindCatchBlock(self, pc - curMethod->insns,
1822 if (catchRelPc < 0) {
1841 dvmLineNumFromPC(catchMethod, catchRelPc));
1853 pc = curMethod->insns + catchRelPc;
H A DInterpC-allstubs.c3596 int catchRelPc; local
3636 catchRelPc = dvmFindCatchBlock(self, pc - curMethod->insns,
3639 catchRelPc, exception);
3655 catchRelPc = dvmFindCatchBlock(self, pc - curMethod->insns,
3672 if (catchRelPc < 0) {
3691 dvmLineNumFromPC(catchMethod, catchRelPc));
3703 pc = curMethod->insns + catchRelPc;
H A DInterpC-portdbg.c3857 int catchRelPc; local
3897 catchRelPc = dvmFindCatchBlock(self, pc - curMethod->insns,
3900 catchRelPc, exception);
3916 catchRelPc = dvmFindCatchBlock(self, pc - curMethod->insns,
3933 if (catchRelPc < 0) {
3952 dvmLineNumFromPC(catchMethod, catchRelPc));
3964 pc = curMethod->insns + catchRelPc;
H A DInterpC-portstd.c3577 int catchRelPc; local
3617 catchRelPc = dvmFindCatchBlock(self, pc - curMethod->insns,
3620 catchRelPc, exception);
3636 catchRelPc = dvmFindCatchBlock(self, pc - curMethod->insns,
3653 if (catchRelPc < 0) {
3672 dvmLineNumFromPC(catchMethod, catchRelPc));
3684 pc = curMethod->insns + catchRelPc;
H A DInterpAsm-armv4t.S9668 /* call, r0 gets catchRelPc (a code-unit offset) */
9683 cmp r0, #0 @ is catchRelPc < 0?
9694 add rPC, r3, r0, asl #1 @ rPC<- method->insns + catchRelPc
H A DInterpAsm-armv5te.S9662 /* call, r0 gets catchRelPc (a code-unit offset) */
9677 cmp r0, #0 @ is catchRelPc < 0?
9688 add rPC, r3, r0, asl #1 @ rPC<- method->insns + catchRelPc
/dalvik/vm/mterp/armv5te/
H A Dfooter.S380 /* call, r0 gets catchRelPc (a code-unit offset) */
395 cmp r0, #0 @ is catchRelPc < 0?
406 add rPC, r3, r0, asl #1 @ rPC<- method->insns + catchRelPc

Completed in 332 milliseconds