Home
last modified time | relevance | path

Searched refs:DecRefOnPotentiallyDeadCode (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h346 if (V8_UNLIKELY(old_count == 1)) return DecRefOnPotentiallyDeadCode(); in DecRef()
446 V8_NOINLINE bool DecRefOnPotentiallyDeadCode();
Dwasm-code-manager.cc477 V8_WARN_UNUSED_RESULT bool WasmCode::DecRefOnPotentiallyDeadCode() { in DecRefOnPotentiallyDeadCode() function in v8::internal::wasm::WasmCode