Searched refs:RemoveDebugSideTables (Results 1 – 3 of 3) sorted by relevance
181 void RemoveDebugSideTables(Vector<WasmCode* const>);
571 void RemoveDebugSideTables(Vector<WasmCode* const> codes) { in RemoveDebugSideTables() function in v8::internal::wasm::DebugInfoImpl899 void DebugInfo::RemoveDebugSideTables(Vector<WasmCode* const> code) { in RemoveDebugSideTables() function in v8::internal::wasm::DebugInfo900 impl_->RemoveDebugSideTables(code); in RemoveDebugSideTables()
1993 if (debug_info) debug_info->RemoveDebugSideTables(codes); in FreeCode()