Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc1198 : kSuspend; in ProcessImportedFunction()
1613 : kSuspend; in CompileImportWrappers()
H A Dwasm-objects.cc1482 : wasm::kSuspend; in ImportWasmJSFunctionIntoTable()
2116 suspender.is_null() ? wasm::kNoSuspend : wasm::kSuspend; in New()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h59 enum Suspend : bool { kSuspend = false, kNoSuspend = true }; member in v8::internal::compiler::TrapId::LoadTransformationKind
H A Dwasm-compiler.cc7144 if (suspend == wasm::kSuspend) {

Completed in 23 milliseconds