Searched refs:WasmCallKind (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.h | 836 enum WasmCallKind { kWasmFunction, kWasmImportWrapper, kWasmCapiFunction }; enum 847 WasmCallKind kind = kWasmFunction, bool need_frame_state = false);
|
D | wasm-compiler.cc | 8096 GetWasmCallDescriptor(&zone, sig, WasmCallKind::kWasmImportWrapper); in CompileWasmImportCallWrapper() 8140 GetWasmCallDescriptor(&zone, sig, WasmCallKind::kWasmCapiFunction); in CompileWasmCapiCallWrapper() 8194 GetWasmCallDescriptor(&zone, sig, WasmCallKind::kWasmImportWrapper); in CompileWasmJSFastCallWrapper() 8249 GetWasmCallDescriptor(zone.get(), sig, WasmCallKind::kWasmImportWrapper); in CompileWasmToJSWrapper() 8623 WasmCallKind call_kind, in GetWasmCallDescriptor()
|