Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h649 void ReinstallDebugCode(WasmCode*);
Dwasm-debug.cc265 native_module_->ReinstallDebugCode(it->code); in RecompileLiftoffWithBreakpoints()
Dwasm-code-manager.cc1384 void NativeModule::ReinstallDebugCode(WasmCode* code) { in ReinstallDebugCode() function in v8::internal::wasm::NativeModule