Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test_switch.cpp57 thread->SetCurrentDispatchTable<false>(thread->GetDebugDispatchTable()); in EntryPoint()
/arkcompiler/runtime_core/static_core/runtime/interpreter/templates/
Dinterpreter-inl_gen.h.erb129 … thread->SetCurrentDispatchTable<IS_DEBUG>(quick_<%= namespace %>_inst_dispatch_table.data());
139 thread->SetCurrentDispatchTable<IS_DEBUG>(instDispatchTable.data());
148 thread->SetCurrentDispatchTable<IS_DEBUG>(instDispatchTable.data());
/arkcompiler/runtime_core/static_core/runtime/include/
Dmanaged_thread.h648 void SetCurrentDispatchTable(const void *const *dispatchTable) in SetCurrentDispatchTable() function