Searched refs:CLASS_SYSTEM (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h133 CLASS_SYSTEM = 0x00000020, enumerator in enum:ClassStatus
H A Dhprof_class.c309 if ( ! (info->status & (CLASS_SPECIAL|CLASS_SYSTEM|CLASS_UNLOADED)) ) {
377 info->status |= CLASS_SYSTEM;
H A Dhprof_init.c1182 class_add_status(gdata->thread_cnum, CLASS_SYSTEM);
1531 && ( ( class_get_status(cnum) & CLASS_SYSTEM) != 0

Completed in 39 milliseconds