Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-engine.h342 V8_WARN_UNUSED_RESULT bool AddPotentiallyDeadCode(WasmCode*);
Dwasm-engine.cc1418 bool WasmEngine::AddPotentiallyDeadCode(WasmCode* code) { in AddPotentiallyDeadCode() function in v8::internal::wasm::WasmEngine
Dwasm-code-manager.cc478 if (GetWasmEngine()->AddPotentiallyDeadCode(this)) { in DecRefOnPotentiallyDeadCode()