Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dstack-guard.cc309 wasm::GetWasmEngine()->ReportLiveCodeFromStackForGC(isolate_); in HandleInterrupts()
/third_party/node/deps/v8/src/wasm/
Dwasm-engine.h335 void ReportLiveCodeFromStackForGC(Isolate*);
Dwasm-engine.cc126 GetWasmEngine()->ReportLiveCodeFromStackForGC(isolate_); in RunInternal()
1387 void WasmEngine::ReportLiveCodeFromStackForGC(Isolate* isolate) { in ReportLiveCodeFromStackForGC() function in v8::internal::wasm::WasmEngine