Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-engine.cc1353 base::Vector<WasmCode*> live_code) { in ReportLiveCodeForGC() argument
1356 live_code.size()); in ReportLiveCodeForGC()
1364 for (WasmCode* code : live_code) current_gc_info_->dead_code.erase(code); in ReportLiveCodeForGC()