Home
last modified time | relevance | path

Searched refs:GetPreWrbEntrypoint (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_barrier_set.cpp113 return Thread::GetCurrent()->GetPreWrbEntrypoint() != nullptr; in IsPreBarrierEnabled()
119 ASSERT(Thread::GetCurrent()->GetPreWrbEntrypoint() != nullptr); in PreBarrier()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dthread.h296 void *GetPreWrbEntrypoint() const in GetPreWrbEntrypoint() function in ark::Thread
/arkcompiler/runtime_core/static_core/runtime/
H A Dstring_table.cpp162 auto *preWrb = Thread::GetCurrent()->GetPreWrbEntrypoint(); in PreBarrierOnGet()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-gc.cpp902 ASSERT(thread->GetPreWrbEntrypoint() != entrypointFuncUntyped); in UpdatePreWrbEntrypointInThreads()
916 [[maybe_unused]] auto callback = [](ManagedThread *thread) { return thread->GetPreWrbEntrypoint() == nullptr; }; in EnsurePreWrbDisabledInThreads()

Completed in 8 milliseconds