Home
last modified time | relevance | path

Searched refs:caller_thread_ (Results 1 – 2 of 2) sorted by relevance

/ark/runtime_core/runtime/include/
Dgc_task.h54 this->caller_thread_ = caller_thread; in GCTask()
75 ManagedThread *caller_thread_; // NOLINT(misc-non-private-member-variables-in-classes) member
/ark/runtime_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp269 auto *caller_thread = task.caller_thread_; in CollectYoungAndMove()