Home
last modified time | relevance | path

Searched refs:threadControl_getStepRequest (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DstepControl.c270 step = threadControl_getStepRequest(thread); in handleFramePopEvent()
373 step = threadControl_getStepRequest(thread); in handleExceptionCatchEvent()
442 step = threadControl_getStepRequest(thread); in handleMethodEnterEvent()
525 step = threadControl_getStepRequest(thread); in stepControl_handleStep()
710 step = threadControl_getStepRequest(thread); in stepControl_resetRequest()
801 step = threadControl_getStepRequest(thread); in stepControl_beginStep()
890 step = threadControl_getStepRequest(thread); in stepControl_endStep()
H A DthreadControl.h55 StepRequest *threadControl_getStepRequest(jthread);
H A DthreadControl.c1619 threadControl_getStepRequest(jthread thread) in threadControl_getStepRequest() function