| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_scope.cpp | 27 GCScope<TRACE_TIMING_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase phase) in GCScope() 32 GCScope<TIMING_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase phase) in GCScope() 37 GCScope<TRACE_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase phase) in GCScope()
|
| D | gc_scoped_phase.h | 38 static PandaString GetPhaseName(GCPhase phase) in GetPhaseName() 66 static const char *GetPhaseAbbr(GCPhase phase) in GetPhaseAbbr()
|
| D | gc_phase.h | 34 constexpr size_t ToIndex(GCPhase phase) in ToIndex() 44 constexpr bool IsMarking(GCPhase phase) in IsMarking()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/ |
| D | maple_phase_manager.cpp | 223 AnalysisDep *MaplePhaseManager::FindAnalysisDep(const MaplePhase *phase) in FindAnalysisDep() 246 void MaplePhaseManager::RunDependentPhase(const MaplePhase &phase, AnalysisDataManager &adm, IRTemp… in RunDependentPhase() 271 auto *phase = static_cast<phaseT *>(phaseInfo.GetConstructor()(transformPhaseMempool.get())); in RunTransformPhase() local 293 phaseT *phase = nullptr; in RunAnalysisPhase() local
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | collector.cpp | 26 const char* Collector::GetGCPhaseName(GCPhase phase) in GetGCPhaseName()
|
| D | collector.h | 62 … virtual void SetGCPhase(const GCPhase phase) { gcPhase_.store(phase, std::memory_order_release); } in SetGCPhase()
|
| D | collector_proxy.h | 43 void SetGCPhase(const GCPhase phase) override { currentCollector_->SetGCPhase(phase); } in SetGCPhase()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/ |
| D | remark_cycle_test.cpp | 53 void GCPhaseStarted(mem::GCPhase phase) override in GCPhaseStarted() 91 void GCPhaseFinished(mem::GCPhase phase) override in GCPhaseFinished()
|
| D | mark_deep_js2sts_test.cpp | 88 void GCPhaseStarted(mem::GCPhase phase) override in GCPhaseStarted()
|
| D | mark_cycle2_test.cpp | 89 void GCPhaseStarted(mem::GCPhase phase) override in GCPhaseStarted()
|
| D | mark_js2sts_test.cpp | 101 void GCPhaseStarted(mem::GCPhase phase) override in GCPhaseStarted()
|
| /arkcompiler/ets_runtime/common_components/mutator/tests/ |
| D | mutator_test.cpp | 235 GCPhase phase = GCPhase::GC_PHASE_ENUM; in HWTEST_F_L0() local 244 GCPhase phase = GCPhase::GC_PHASE_PRECOPY; in HWTEST_F_L0() local 253 GCPhase phase = GCPhase::GC_PHASE_IDLE; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/common_components/mutator/ |
| D | mutator_manager.cpp | 239 void MutatorManager::StopTheWorld(bool syncGCPhase, GCPhase phase) in StopTheWorld() 358 void MutatorManager::EnsurePhaseTransition(GCPhase phase, std::list<Mutator*> &undoneMutators) in EnsurePhaseTransition() 380 void MutatorManager::TransitionAllMutatorsToGCPhase(GCPhase phase) in TransitionAllMutatorsToGCPhase()
|
| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | region_space.cpp | 42 GCPhase phase = Mutator::GetMutator()->GetMutatorPhase(); in AllocateThreadLocalRegion() local 145 GCPhase phase = Mutator::GetMutator()->GetMutatorPhase(); in AllocOldRegion() local 172 GCPhase phase = Mutator::GetMutator()->GetMutatorPhase(); in AllocPinnedRegion() local
|
| D | region_manager.h | 181 GCPhase phase = Mutator::GetMutator()->GetMutatorPhase(); variable 217 GCPhase phase = Mutator::GetMutator()->GetMutatorPhase(); variable 246 GCPhase phase = Mutator::GetMutator()->GetMutatorPhase(); variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cfgo.h | 71 CfgoPhase phase = kCfgoDefault; variable
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | compilerImpl.cpp | 188 while (auto phase = context.phaseManager->NextPhase()) { in RunVerifierAndPhases() local 241 while (auto phase = context.phaseManager->NextPhase()) { in RunPhases() local 536 while (auto phase = phaseManager.NextPhase()) { in GetPhasesList() local
|
| /arkcompiler/ets_frontend/ets2panda/test/utils/ |
| D | checker_test.h | 130 while (auto phase = publicContext_->phaseManager->NextPhase()) { in InitializeChecker() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | gc_task_tracker.cpp | 68 void GCTaskTracker::GCPhaseStarted(mem::GCPhase phase) in GCPhaseStarted()
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | options.h | 168 bool HasVerifierPhase(std::string_view phase) const in HasVerifierPhase()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| D | union_normalisation_test.h | 122 while (auto phase = publicContext_->phaseManager->NextPhase()) { in InitializeChecker() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ |
| D | util.cpp | 204 for (auto *phase : phaseManager->RebindPhases()) { in Rebind() local 243 for (auto *phase : phaseManager->RecheckPhases()) { in Recheck() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/xgc/ |
| D | xgc.cpp | 242 void XGC::GCPhaseStarted(mem::GCPhase phase) in GCPhaseStarted() 272 void XGC::GCPhaseFinished(mem::GCPhase phase) in GCPhaseFinished()
|
| /arkcompiler/ets_runtime/common_components/heap/ |
| D | heap.cpp | 302 void HeapImpl::InstallBarrier(const GCPhase phase) in InstallBarrier() 325 void HeapImpl::SetGCPhase(const GCPhase phase) { collectorProxy_.SetGCPhase(phase); } in SetGCPhase()
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/templates/ |
| D | Template.mjs | 141 function runIters(phase, count, time) { argument
|