Home
last modified time | relevance | path

Searched refs:catchFrame (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/mterp/c/
DgotoTargets.c610 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/
DInterpC-x86.c1798 void* catchFrame; in GOTO_TARGET() local
1800 exception, true, &catchFrame); in GOTO_TARGET()
1801 dvmDbgPostException(fp, pc - curMethod->insns, catchFrame, in GOTO_TARGET()
DInterpC-portstd.c3648 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()
DInterpC-allstubs.c3643 void* catchFrame; in GOTO_TARGET() local
3645 exception, true, &catchFrame); in GOTO_TARGET()
3646 dvmDbgPostException(fp, pc - curMethod->insns, catchFrame, in GOTO_TARGET()
DInterpC-portdbg.c3934 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()