Home
last modified time | relevance | path

Searched refs:SetThread (Results 1 – 4 of 4) sorted by relevance

/ark/runtime_core/runtime/interpreter/
Dstate.h58 ALWAYS_INLINE inline void SetThread(ManagedThread *thread) in SetThread() function
60 static_cast<T *>(this)->SetThread(thread); in SetThread()
95 SetThread(thread); in State()
142 ALWAYS_INLINE inline void SetThread(ManagedThread *thread) in SetThread() function
144 arch::regs::SetThread(thread); in SetThread()
160 SetThread(thread_spill_); in RestoreState()
178 SetThread(thread); in State()
220 ALWAYS_INLINE inline void SetThread(ManagedThread *thread) in SetThread() function
Dinstruction_handler_state.h46 ALWAYS_INLINE void SetThread(ManagedThread *thread) in SetThread() function
48 state_.SetThread(thread); in SetThread()
Dinstruction_handler_base.h169 ALWAYS_INLINE void SetThread(ManagedThread *thread) in SetThread() function
171 state_->SetThread(thread); in SetThread()
/ark/runtime_core/runtime/interpreter/arch/aarch64/
Dglobal_regs.h94 ALWAYS_INLINE inline void SetThread(ManagedThread *thread) in SetThread() function