Searched refs:AddPotentiallyDeadCode (Results 1 – 3 of 3) sorted by relevance
326 V8_WARN_UNUSED_RESULT bool AddPotentiallyDeadCode(WasmCode*);
1246 bool WasmEngine::AddPotentiallyDeadCode(WasmCode* code) { in AddPotentiallyDeadCode() function in v8::internal::wasm::WasmEngine
460 if (native_module_->engine()->AddPotentiallyDeadCode(this)) { in DecRefOnPotentiallyDeadCode()