Home
last modified time | relevance | path

Searched refs:gcType_ (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Daot_builder.h49 gcType_ = gcType; in SetGcType()
53 return gcType_; in GetGcType()
163 uint32_t gcType_ {static_cast<uint32_t>(mem::GCType::INVALID_GC)};
H A Daot_builder.cpp128 aotHeader_.gcType = gcType_; in FillHeader()
H A Delf_builder.h1205 uint32_t gcType_ {static_cast<uint32_t>(mem::GCType::INVALID_GC)};
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.cpp170 switch (gcType_) { in PrintGCMemoryStatistic()
213 switch (gcType_) { in PrintGCDurationStatistic()
308 type = type == GCType::START ? gcType_ : type; in PrintGCSummaryStatistic()
400 gcType_ = GetGCType(gcType); in RecordStatisticBeforeGC()
403 switch (gcType_) { in RecordStatisticBeforeGC()
440 switch (gcType_) { in RecordStatisticAfterGC()
520 if (gcType_ == GCType::COMPRESS_GC && scopeDuration_[Scope::ScopeId::TotalGC] > longPauseTime_) { in RecordStatisticAfterGC()
534 if (gcType_ == GCType::PARTIAL_EDEN_GC) { in RecordGCSpeed()
547 } else if (gcType_ == GCType::PARTIAL_YOUNG_GC) { in RecordGCSpeed()
560 } else if (gcType_ in RecordGCSpeed()
[all...]
H A Dgc_stats.h111 switch (gcType_) { in GetGCTypeName()
134 if (gcType_ == GCType::PARTIAL_EDEN_GC) { in GetAvgSurvivalRate()
303 GCType gcType_ {GCType::START};
H A Dheap.h213 return gcType_; in GetGCType()
392 TriggerGCType gcType_ {TriggerGCType::YOUNG_GC};
467 : Task(id), sHeap_(heap), gcType_(type) {} in AsyncClearTask()
475 TriggerGCType gcType_; member in panda::panda::ecmascript::SharedHeap::AsyncClearTask
1493 return gcType_ == TriggerGCType::EDEN_GC; in IsEdenGC()
1498 return gcType_ == TriggerGCType::YOUNG_GC; in IsYoungGC()
1503 return gcType_ == TriggerGCType::YOUNG_GC || gcType_ == TriggerGCType::EDEN_GC; in IsGeneralYoungGC()
1581 : Task(id), heap_(heap), gcType_(type) {} in AsyncClearTask()
1589 TriggerGCType gcType_; member in panda::panda::ecmascript::Heap::AsyncClearTask
[all...]
H A Dheap.cpp336 sHeap_->ReclaimRegions(gcType_); in Run()
379 gcType_ = gcType; in DaemonCollectGarbage()
1140 gcType_ = gcType; in CollectGarbage()
1149 gcType_ = TriggerGCType::YOUNG_GC; in CollectGarbage()
1152 // gcType_ must be sure. Functions ProcessNativeReferences need to use it. in CollectGarbage()
1153 gcType_ = TriggerGCType::OLD_GC; in CollectGarbage()
1163 // gcType_ must be sure. Functions ProcessNativeReferences need to use it. in CollectGarbage()
1164 gcType_ = TriggerGCType::OLD_GC; in CollectGarbage()
1215 UpdateHeapStatsAfterGC(gcType_); in CollectGarbage()
1246 if (gcType_ in CollectGarbage()
[all...]
H A Dheap-inl.h592 if (!inBackground_ && gcType_ != TriggerGCType::FULL_GC && gcType_ != TriggerGCType::APPSPAWN_FULL_GC) { in SwapNewSpace()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_concurrent_marker.cpp44 gcType_ = gcType; in Mark()
146 sHeap_->DaemonCollectGarbage(gcType_, gcReason_); in HandleMarkingFinished()
H A Dshared_concurrent_marker.h131 TriggerGCType gcType_ {TriggerGCType::SHARED_GC};
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_stats.cpp30 statistic << GC_NAMES[ToIndex(gcType_)] << " "; in GetStatistics()
43 bool remarkPause = IsGenerationalGCType(gcType_) && (GetPhasePause(PauseTypeStats::REMARK_PAUSE) != 0U); in GetStatistics()
129 gcType_ = gcTypeFromRuntime; in GCStats()
134 gcType_ = GCType::INVALID_GC; in ~GCStats()
H A Dgc.h232 return instanceStats_.GetDump(gcType_); in DumpStatistics()
548 gcType_ = gcType; in SetType()
744 GCType gcType_ {GCType::INVALID_GC};
H A Dgc.cpp109 return gcType_; in GetType()
365 GCScopedStats scopedStats(GetPandaVm()->GetGCStats(), gcType_ == GCType::STW_GC ? GetStats() : nullptr); in RunPhases()
464 if (gcType_ != GCType::EPSILON_GC) { in AddReference()
971 return IsGenerationalGCType(gcType_); in IsGenerational()
H A Dgc_stats.h264 GCType gcType_ {GCType::INVALID_GC};
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi.h165 gcType_ = type; in SetGcType()
308 switch (gcType_) { in GetGcType()
429 GC_TYPE gcType_ = GC_TYPE::EPSILON; member in panda::RuntimeOption

Completed in 18 milliseconds