Home
last modified time | relevance | path

Searched defs:stat_fields (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp65 struct stat_fields { struct
66 jfieldID pss_field;
67 jfieldID pssSwappable_field;
68 jfieldID rss_field;
69 jfieldID privateDirty_field;
70 jfieldID sharedDirty_field;
71 jfieldID privateClean_field;
72 jfieldID sharedClean_field;
73 jfieldID swappedOut_field;
74 jfieldID swappedOutPss_field;
[all …]
/aosp_15_r20/art/runtime/
H A Dexec_utils.cc221 std::vector<std::string> stat_fields; in ParseProcStat() local