Searched refs:relPc (Results 1 – 11 of 11) sorted by relevance
/dalvik/vm/ |
D | Exception.cpp | 600 static int findCatchInMethod(Thread* self, const Method* method, int relPc, in findCatchInMethod() argument 618 if (dexFindCatchHandler(&iterator, pCode, relPc)) { in findCatchInMethod() 629 relPc, method->clazz->descriptor, in findCatchInMethod() 689 relPc, method->clazz->descriptor, in findCatchInMethod() 697 relPc, method->name, excepClass->descriptor); in findCatchInMethod() 715 int dvmFindCatchBlock(Thread* self, int relPc, Object* exception, in dvmFindCatchBlock() argument 725 catchAddr = findCatchInMethod(self, saveArea->method, relPc, in dvmFindCatchBlock() 781 relPc = in dvmFindCatchBlock() 787 relPc = saveArea->savedPc - SAVEAREA_FROM_FP(fp)->method->insns; in dvmFindCatchBlock()
|
D | Exception.h | 176 extern "C" int dvmFindCatchBlock(Thread* self, int relPc, Object* exception,
|
/dalvik/vm/interp/ |
D | Stack.cpp | 808 int dvmLineNumFromPC(const Method* method, u4 relPc) in dvmLineNumFromPC() argument 820 context.address = relPc; in dvmLineNumFromPC() 1219 int relPc; in dumpFrames() local 1222 relPc = currentPc - saveArea->method->insns; in dumpFrames() 1224 relPc = -1; in dumpFrames() 1233 (relPc >= 0 && first) ? "~" : "", in dumpFrames() 1234 relPc < 0 ? -1 : dvmLineNumFromPC(method, relPc)); in dumpFrames()
|
D | Stack.h | 227 extern "C" int dvmLineNumFromPC(const Method* method, u4 relPc);
|
/dalvik/vm/mterp/armv5te/ |
D | footer.S | 883 bl dvmFindCatchBlock @ call(self, relPc, exc, scan?, &fp) 889 mov rFP, r0 @ save relPc result in rFP
|
/dalvik/vm/mterp/x86-atom/ |
D | footer.S | 447 call dvmFindCatchBlock # call: (Thread* self, int relPc, Object* exception,
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-armv7-a-neon.S | 27048 bl dvmFindCatchBlock @ call(self, relPc, exc, scan?, &fp) 27054 mov rFP, r0 @ save relPc result in rFP
|
D | InterpAsm-armv7-a.S | 27048 bl dvmFindCatchBlock @ call(self, relPc, exc, scan?, &fp) 27054 mov rFP, r0 @ save relPc result in rFP
|
D | InterpAsm-armv5te.S | 27569 bl dvmFindCatchBlock @ call(self, relPc, exc, scan?, &fp) 27575 mov rFP, r0 @ save relPc result in rFP
|
D | InterpAsm-armv5te-vfp.S | 27111 bl dvmFindCatchBlock @ call(self, relPc, exc, scan?, &fp) 27117 mov rFP, r0 @ save relPc result in rFP
|
D | InterpAsm-x86-atom.S | 27650 call dvmFindCatchBlock # call: (Thread* self, int relPc, Object* exception,
|