Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/common_interfaces/thread/
Dthread_holder.h136 void *GetMutator() const in GetMutator() function
/arkcompiler/ets_runtime/common_components/heap/collector/
Dfinalizer_processor.h94 Mutator* GetMutator() const { return fpMutator_; } in GetMutator() function
/arkcompiler/ets_runtime/common_components/mutator/
Dmutator.cpp170 Mutator* Mutator::GetMutator() noexcept in GetMutator() function in common::Mutator
Dthread_local.h50 static Mutator* GetMutator() { return GetThreadLocalData()->mutator; } in GetMutator() function