Home
last modified time | relevance | path

Searched refs:resumeLocation (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/libunwind/src/
DUnwind-sjlj.c36 uint32_t resumeLocation; member
429 (void *)context, ufc->resumeLocation + 1); in _Unwind_GetIP()
430 return ufc->resumeLocation + 1; in _Unwind_GetIP()
443 ufc->resumeLocation + 1); in _Unwind_GetIPInfo()
444 return ufc->resumeLocation + 1; in _Unwind_GetIPInfo()
454 ufc->resumeLocation = new_value - 1; in _Unwind_SetIP()
/external/oj-libjdwp/src/share/back/
DthreadControl.c107 static jlocation resumeLocation; variable
582 error = methodLocation(gdata->threadResume, &resumeLocation, &unused); in threadControl_initialize()
775 gdata->threadClass, gdata->threadResume, resumeLocation); in threadControl_onConnect()