Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dmanaged_thread.h634 void *const *GetCurrentDispatchTable() const in GetCurrentDispatchTable() function
/arkcompiler/runtime_core/static_core/runtime/interpreter/templates/
Dinterpreter-inl_gen.h.erb156 InstructionHandlerState state(thread, pc, frame, thread->GetCurrentDispatchTable<IS_DEBUG>());
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h2414 this->SetDispatchTable(this->GetThread()->template GetCurrentDispatchTable<IS_DEBUG>()); in HandleReturnStackless()
3377 this->SetDispatchTable(this->GetThread()->template GetCurrentDispatchTable<IS_DEBUG>()); in CallInterpreterStackless()