Searched defs:stat_fields (Results 1 – 1 of 1) sorted by relevance
82 struct stat_fields { struct83 jfieldID pss_field;84 jfieldID pssSwappable_field;85 jfieldID privateDirty_field;86 jfieldID sharedDirty_field;87 jfieldID privateClean_field;88 jfieldID sharedClean_field;89 jfieldID swappedOut_field;102 static stat_fields stat_fields[_NUM_CORE_HEAP]; variable