Home
last modified time | relevance | path

Searched defs:newPhase (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/common_components/mutator/
Dmutator.cpp186 inline void MutatorBase::GcPhaseEnum(GCPhase newPhase) in GcPhaseEnum()
191 inline void MutatorBase::GCPhasePreForward(GCPhase newPhase) in GCPhasePreForward()
195 inline void MutatorBase::HandleGCPhase(GCPhase newPhase) in HandleGCPhase()
219 void MutatorBase::TransitionToGCPhaseExclusive(GCPhase newPhase) in TransitionToGCPhaseExclusive()
Dmutator.h175 __attribute__((always_inline)) inline void SetMutatorPhase(const GCPhase newPhase) in SetMutatorPhase()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_scoped_phase.cpp21 GCScopedPhase::GCScopedPhase(GC *gc, GCPhase newPhase) in GCScopedPhase()
/arkcompiler/runtime_core/common_interfaces/thread/
Dmutator_base.h273 __attribute__((always_inline)) inline void SetMutatorPhase(const GCPhase newPhase) in SetMutatorPhase()