Searched refs:AddPotentiallyDeadCode (Results 1 – 3 of 3) sorted by relevance
342 V8_WARN_UNUSED_RESULT bool AddPotentiallyDeadCode(WasmCode*);
1418 bool WasmEngine::AddPotentiallyDeadCode(WasmCode* code) { in AddPotentiallyDeadCode() function in v8::internal::wasm::WasmEngine
478 if (GetWasmEngine()->AddPotentiallyDeadCode(this)) { in DecRefOnPotentiallyDeadCode()