Searched refs:catchFrame (Results 1 – 5 of 5) sorted by relevance
/dalvik/vm/mterp/c/ |
D | gotoTargets.c | 610 void* catchFrame; in GOTO_TARGET() local 612 exception, true, &catchFrame); in GOTO_TARGET() 613 dvmDbgPostException(fp, pc - curMethod->insns, catchFrame, in GOTO_TARGET()
|
/dalvik/vm/mterp/out/ |
D | InterpC-x86.c | 1798 void* catchFrame; in GOTO_TARGET() local 1800 exception, true, &catchFrame); in GOTO_TARGET() 1801 dvmDbgPostException(fp, pc - curMethod->insns, catchFrame, in GOTO_TARGET()
|
D | InterpC-portstd.c | 3648 void* catchFrame; in INTERP_FUNC_NAME() local 3650 exception, true, &catchFrame); in INTERP_FUNC_NAME() 3651 dvmDbgPostException(fp, pc - curMethod->insns, catchFrame, in INTERP_FUNC_NAME()
|
D | InterpC-allstubs.c | 3643 void* catchFrame; in GOTO_TARGET() local 3645 exception, true, &catchFrame); in GOTO_TARGET() 3646 dvmDbgPostException(fp, pc - curMethod->insns, catchFrame, in GOTO_TARGET()
|
D | InterpC-portdbg.c | 3934 void* catchFrame; in INTERP_FUNC_NAME() local 3936 exception, true, &catchFrame); in INTERP_FUNC_NAME() 3937 dvmDbgPostException(fp, pc - curMethod->insns, catchFrame, in INTERP_FUNC_NAME()
|