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

/openjdk7/jdk/src/share/back/
H A DclassTrack.c115 * The signatures of classes in the table are returned.
120 struct bag *signatures = bagCreateBag(sizeof(char*), 10); local
123 if (signatures == NULL) {
124 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"signatures");
135 sigSpot = bagAdd(signatures);
151 return signatures;
157 * The signatures of classes which were unloaded (not present in the
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_class.c48 * Method signatures and names are obtained via BCI.
352 static const char * signatures[] = local
367 n_signatures = (int)sizeof(signatures)/(int)sizeof(signatures[0]);
374 fillin_pkey(signatures[i], loader_index, &key);

Completed in 24 milliseconds