Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dstate.h59 ALWAYS_INLINE inline void SetThread(ManagedThread *thread) in SetThread() function
61 static_cast<T *>(this)->SetThread(thread); in SetThread()
97 SetThread(thread); in State()
144 ALWAYS_INLINE inline void SetThread(ManagedThread *thread) in SetThread() function
146 arch::regs::SetThread(thread); in SetThread()
164 SetThread(threadSpill_); in RestoreState()
184 SetThread(thread); in State()
224 ALWAYS_INLINE inline void SetThread(ManagedThread *thread) in SetThread() function
Dinstruction_handler_state.h43 ALWAYS_INLINE void SetThread(ManagedThread *thread) in SetThread() function
45 state_.SetThread(thread); in SetThread()
Dinstruction_handler_base.h256 ALWAYS_INLINE void SetThread(ManagedThread *thread) in SetThread() function
258 state_->SetThread(thread); in SetThread()
/arkcompiler/runtime_core/static_core/runtime/interpreter/arch/aarch64/
Dglobal_regs.h116 ALWAYS_INLINE inline void SetThread(ManagedThread *thread) in SetThread() function