Searched refs:SetDebugDispatchTable (Results 1 – 2 of 2) sorted by relevance
131 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());
628 void SetDebugDispatchTable(const void *const *dispatchTable) in SetDebugDispatchTable() function