Home
last modified time | relevance | path

Searched refs:live_wasm_code (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-engine.cc1370 StackFrame* frame, std::unordered_set<wasm::WasmCode*>& live_wasm_code) { in ReportLiveCodeFromFrameForGC()
1372 live_wasm_code.insert(WasmFrame::cast(frame)->wasm_code()); in ReportLiveCodeFromFrameForGC()
1380 live_wasm_code.insert(osr_code); in ReportLiveCodeFromFrameForGC()
1389 std::unordered_set<wasm::WasmCode*> live_wasm_code; in ReportLiveCodeFromStackForGC() local
1402 ReportLiveCodeFromFrameForGC(frame, live_wasm_code); in ReportLiveCodeFromStackForGC()
1409 ReportLiveCodeFromFrameForGC(frame, live_wasm_code); in ReportLiveCodeFromStackForGC()
1415 isolate, base::OwnedVector<WasmCode*>::Of(live_wasm_code).as_vector()); in ReportLiveCodeFromStackForGC()
1369 ReportLiveCodeFromFrameForGC( StackFrame* frame, std::unordered_set<wasm::WasmCode*>& live_wasm_code) ReportLiveCodeFromFrameForGC() argument

Completed in 4 milliseconds