Home
last modified time | relevance | path

Searched defs:CurrentGCInfo (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/
Dwasm-engine.cc293 struct WasmEngine::CurrentGCInfo { struct in v8::internal::wasm::WasmEngine
294 explicit CurrentGCInfo(int8_t gc_sequence_index) in CurrentGCInfo() argument
301 std::unordered_map<Isolate*, WasmGCForegroundTask*> outstanding_isolates;
305 std::unordered_set<WasmCode*> dead_code;
310 const int8_t gc_sequence_index;
317 int8_t next_gc_sequence_index = 0;
321 base::TimeTicks start_time;