Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-debug.h181 void RemoveDebugSideTables(Vector<WasmCode* const>);
Dwasm-debug.cc571 void RemoveDebugSideTables(Vector<WasmCode* const> codes) { in RemoveDebugSideTables() function in v8::internal::wasm::DebugInfoImpl
899 void DebugInfo::RemoveDebugSideTables(Vector<WasmCode* const> code) { in RemoveDebugSideTables() function in v8::internal::wasm::DebugInfo
900 impl_->RemoveDebugSideTables(code); in RemoveDebugSideTables()
Dwasm-code-manager.cc1993 if (debug_info) debug_info->RemoveDebugSideTables(codes); in FreeCode()