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

/openjdk7/jdk/src/share/back/
H A DcommonRef.c36 * Each object sent to the front end is tracked with the RefNode struct
41 * its collection. Once an object is collected, its RefNode may be
45 * is reused. The RefNode* is stored with the object as it's JVMTI Tag.
53 * commonRef_refToID. A RefNode is freed once the reference
57 * One hash table is maintained. The mapping of ID to jobject (or RefNode*)
59 * of RefNode's grow.
85 /* Create a fresh RefNode structure, create a weak ref and tag the object */
86 static RefNode *
89 RefNode *node;
93 /* Could allocate RefNode'
[all...]
H A Dutil.h60 typedef struct RefNode { struct
63 struct RefNode *next; /* next RefNode* in bucket chain */
66 } RefNode; typedef in typeref:struct:RefNode
132 RefNode **objectsByID;

Completed in 32 milliseconds