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

/openjdk9/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A DFrameID.c43 jlong frameGeneration; local
45 frameGeneration = threadControl_getFrameGeneration(thread);
46 frame = (frameGeneration<<FNUM_BWIDTH) | (jlong)fnum;
60 jlong frameGeneration; local
62 frameGeneration = threadControl_getFrameGeneration(thread);
63 if ( frameGeneration != (frame>>FNUM_BWIDTH) ) {
H A DthreadControl.c85 jlong frameGeneration; member in struct:ThreadNode
976 node->frameGeneration++; /* Increment on each resume */
1243 node->frameGeneration++; /* Increment on each resume */
1811 node->frameGeneration++; /* Increment on each resume */
2380 node->frameGeneration++; /* Increment on each resume */
2486 jlong frameGeneration = -1; local
2495 frameGeneration = node->frameGeneration;
2500 return frameGeneration;

Completed in 70 milliseconds