Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-engine.cc1067 if (current_gc_info_) { in RemoveIsolate()
1069 current_gc_info_->dead_code.erase(code); in RemoveIsolate()
1076 if (current_gc_info_) { in RemoveIsolate()
1301 if (current_gc_info_) { in FreeNativeModule()
1302 for (auto it = current_gc_info_->dead_code.begin(), in FreeNativeModule()
1303 end = current_gc_info_->dead_code.end(); in FreeNativeModule()
1306 it = current_gc_info_->dead_code.erase(it); in FreeNativeModule()
1312 native_module, current_gc_info_->dead_code.size()); in FreeNativeModule()
1360 if (current_gc_info_ == nullptr) return; in ReportLiveCodeForGC()
1363 current_gc_info_->gc_sequence_index); in ReportLiveCodeForGC()
[all …]
Dwasm-engine.h431 std::unique_ptr<CurrentGCInfo> current_gc_info_; variable