Searched defs:StackInfoNode (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp1184 struct StackInfoNode { struct
1185 struct StackInfoNode *next;
1199 struct StackInfoNode *node = NEW_RESOURCE_OBJ(struct StackInfoNode);
1255 for (struct StackInfoNode *sin = head(); sin != NULL; sin = sin->next) {

Completed in 34 milliseconds