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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_class.c64 typedef struct ClassKey { struct
67 } ClassKey; typedef in typeref:struct:ClassKey
95 static ClassKey*
102 HPROF_ASSERT(key_len==sizeof(ClassKey));
104 return (ClassKey*)key_ptr;
108 fillin_pkey(const char *sig, LoaderIndex loader_index, ClassKey *pkey)
110 static ClassKey empty_key;
128 fill_info(TableIndex index, ClassKey *pkey)
163 find_entry(ClassKey *pkey)
168 (void*)pkey, (int)sizeof(ClassKey));
[all...]

Completed in 1734 milliseconds