Home
last modified time | relevance | path

Searched refs:SetDebugDispatchTable (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/templates/
Dinterpreter-inl_gen.h.erb131 thread->SetDebugDispatchTable(quick_<%= namespace %>_inst_dispatch_table.data());
133 thread->SetDebugDispatchTable(quick_<%= namespace %>_debug_dispatch_table.data());
141 thread->SetDebugDispatchTable(instDispatchTable.data());
143 thread->SetDebugDispatchTable(debugDispatchTable.data());
150 thread->SetDebugDispatchTable(instDispatchTable.data());
152 thread->SetDebugDispatchTable(debugDispatchTable.data());
/arkcompiler/runtime_core/static_core/runtime/include/
Dmanaged_thread.h628 void SetDebugDispatchTable(const void *const *dispatchTable) in SetDebugDispatchTable() function