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

/openjdk7/jdk/src/share/back/
H A DclassTrack.c36 * Each slot in the hash table has a linked list of KlassNode.
51 typedef struct KlassNode { struct
54 struct KlassNode *next; /* next node in this slot */
55 } KlassNode; typedef in typeref:struct:KlassNode
59 * to a linked list of KlassNode.
61 static KlassNode **table;
78 transferClass(JNIEnv *env, jclass klass, KlassNode **newTable) {
80 KlassNode **head = &table[slot];
81 KlassNode **newHead = &newTable[slot];
82 KlassNode **nodePt
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp745 KlassNode, // type (maybe dynamic) of the obj. enumerator in enum:AllocateNode::__anon300
754 fields[KlassNode] = TypeInstPtr::NOTNULL;
803 return (allo == NULL) ? NULL : allo->in(KlassNode);

Completed in 45 milliseconds