Home
last modified time | relevance | path

Searched defs:relPc (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/
DException.c704 static int findCatchInMethod(Thread* self, const Method* method, int relPc, in findCatchInMethod()
819 int dvmFindCatchBlock(Thread* self, int relPc, Object* exception, in dvmFindCatchBlock()
/dalvik/vm/interp/
DStack.c815 int dvmLineNumFromPC(const Method* method, u4 relPc) in dvmLineNumFromPC()
1119 int relPc; in dumpFrames() local