Home
last modified time | relevance | path

Searched defs:gcIsInBackground (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_key_stats.cpp189 bool gcIsInBackground = longGCStats->GetGCIsInBackground(); in ProcessLongGCEvent() local
Dgc_stats.cpp572 bool GCStats::IsLongGC(GCReason gcReason, bool gcIsSensitive, bool gcIsInBackground, float gcTotalT… in IsLongGC()
Dlong_gc_stats.h108 void SetGCIsInBackground(bool gcIsInBackground) in SetGCIsInBackground()