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

/dalvik/vm/mterp/c/
H A DgotoTargets.cpp602 int catchRelPc; local
655 catchRelPc = dvmFindCatchBlock(self, pc - curMethod->insns,
682 if (catchRelPc < 0) {
701 dvmLineNumFromPC(catchMethod, catchRelPc));
714 pc = curMethod->insns + catchRelPc;
/dalvik/vm/
H A DDebugger.h266 int catchRelPc, Object* exception);
H A DDebugger.cpp2440 int catchRelPc, Object* exception)
2455 if (catchRelPc < 0) {
2465 catchLoc.idx = catchRelPc;
2439 dvmDbgPostException(void* throwFp, int throwRelPc, void* catchFp, int catchRelPc, Object* exception) argument
/dalvik/vm/mterp/out/
H A DInterpC-mips.cpp1793 int catchRelPc; local
1846 catchRelPc = dvmFindCatchBlock(self, pc - curMethod->insns,
1873 if (catchRelPc < 0) {
1892 dvmLineNumFromPC(catchMethod, catchRelPc));
1905 pc = curMethod->insns + catchRelPc;
H A DInterpC-x86.cpp1869 int catchRelPc; local
1922 catchRelPc = dvmFindCatchBlock(self, pc - curMethod->insns,
1949 if (catchRelPc < 0) {
1968 dvmLineNumFromPC(catchMethod, catchRelPc));
1981 pc = curMethod->insns + catchRelPc;
H A DInterpC-allstubs.cpp3688 int catchRelPc; local
3741 catchRelPc = dvmFindCatchBlock(self, pc - curMethod->insns,
3768 if (catchRelPc < 0) {
3787 dvmLineNumFromPC(catchMethod, catchRelPc));
3800 pc = curMethod->insns + catchRelPc;
H A DInterpC-portable.cpp3636 int catchRelPc; local
3689 catchRelPc = dvmFindCatchBlock(self, pc - curMethod->insns,
3716 if (catchRelPc < 0) {
3735 dvmLineNumFromPC(catchMethod, catchRelPc));
3748 pc = curMethod->insns + catchRelPc;
H A DInterpAsm-armv5te-vfp.S16496 /* call, r0 gets catchRelPc (a code-unit offset) */
16512 cmp r0, #0 @ is catchRelPc < 0?
16523 add rPC, r3, r0, asl #1 @ rPC<- method->insns + catchRelPc
H A DInterpAsm-armv7-a-neon.S16433 /* call, r0 gets catchRelPc (a code-unit offset) */
16449 cmp r0, #0 @ is catchRelPc < 0?
16460 add rPC, r3, r0, asl #1 @ rPC<- method->insns + catchRelPc
H A DInterpAsm-armv7-a.S16433 /* call, r0 gets catchRelPc (a code-unit offset) */
16449 cmp r0, #0 @ is catchRelPc < 0?
16460 add rPC, r3, r0, asl #1 @ rPC<- method->insns + catchRelPc
H A DInterpAsm-armv5te.S16954 /* call, r0 gets catchRelPc (a code-unit offset) */
16970 cmp r0, #0 @ is catchRelPc < 0?
16981 add rPC, r3, r0, asl #1 @ rPC<- method->insns + catchRelPc
/dalvik/vm/interp/
H A DInterp.cpp633 int catchRelPc = dvmFindCatchBlock(self, offset, exception, local
636 catchRelPc, exception);
/dalvik/vm/mterp/armv5te/
H A Dfooter.S852 /* call, r0 gets catchRelPc (a code-unit offset) */
868 cmp r0, #0 @ is catchRelPc < 0?
879 add rPC, r3, r0, asl #1 @ rPC<- method->insns + catchRelPc

Completed in 278 milliseconds