Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DFrameID.c43 jlong frameGeneration; in createFrameID() local
45 frameGeneration = threadControl_getFrameGeneration(thread); in createFrameID()
46 frame = (frameGeneration<<FNUM_BWIDTH) | (jlong)fnum; in createFrameID()
60 jlong frameGeneration; in validateFrameID() local
62 frameGeneration = threadControl_getFrameGeneration(thread); in validateFrameID()
63 if ( frameGeneration != (frame>>FNUM_BWIDTH) ) { in validateFrameID()
DthreadControl.c85 jlong frameGeneration; member
978 node->frameGeneration++; /* Increment on each resume */ in resumeThreadByNode()
1245 node->frameGeneration++; /* Increment on each resume */ in commonResumeList()
1813 node->frameGeneration++; /* Increment on each resume */ in setPopFrameEvent()
2382 node->frameGeneration++; /* Increment on each resume */ in resetHelper()
2488 jlong frameGeneration = -1; in threadControl_getFrameGeneration() local
2497 frameGeneration = node->frameGeneration; in threadControl_getFrameGeneration()
2502 return frameGeneration; in threadControl_getFrameGeneration()