Searched defs:stat_fields (Results 1 – 1 of 1) sorted by relevance
77 struct stat_fields { struct78 jfieldID pss_field;79 jfieldID pssSwappable_field;80 jfieldID privateDirty_field;81 jfieldID sharedDirty_field;82 jfieldID privateClean_field;83 jfieldID sharedClean_field;84 jfieldID swappedOut_field;97 static stat_fields stat_fields[_NUM_CORE_HEAP]; variable