Home
last modified time | relevance | path

Searched refs:GetPreBarrierType (Results 1 – 3 of 3) sorted by relevance

/ark/runtime_core/runtime/
Dobject_accessor-impl.cpp56 ObjectAccessor::GetPreBarrierType(const ManagedThread *thread) in GetPreBarrierType() function in panda::ObjectAccessor
58 return thread->GetPreBarrierType(); in GetPreBarrierType()
/ark/runtime_core/runtime/include/
Dobject_accessor.h176 static mem::BarrierType GetPreBarrierType(const ManagedThread *thread);
Dmanaged_thread.h205 ALWAYS_INLINE mem::BarrierType GetPreBarrierType() const in GetPreBarrierType() function