Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h836 enum WasmCallKind { kWasmFunction, kWasmImportWrapper, kWasmCapiFunction }; enumerator
Dwasm-compiler.cc8140 GetWasmCallDescriptor(&zone, sig, WasmCallKind::kWasmCapiFunction); in CompileWasmCapiCallWrapper()
8628 call_kind == kWasmImportWrapper || call_kind == kWasmCapiFunction; in GetWasmCallDescriptor()
8648 DCHECK_EQ(call_kind, kWasmCapiFunction); in GetWasmCallDescriptor()
/third_party/chromium/patch/
D0001-cve.patch150988 - call_kind == kWasmImportWrapper || call_kind == kWasmCapiFunction;
151029 + call_kind == kWasmImportWrapper || call_kind == kWasmCapiFunction;