Searched refs:kWasmImportWrapper (Results 1 – 2 of 2) sorted by relevance
836 enum WasmCallKind { kWasmFunction, kWasmImportWrapper, kWasmCapiFunction }; enumerator
8096 GetWasmCallDescriptor(&zone, sig, WasmCallKind::kWasmImportWrapper); in CompileWasmImportCallWrapper()8194 GetWasmCallDescriptor(&zone, sig, WasmCallKind::kWasmImportWrapper); in CompileWasmJSFastCallWrapper()8249 GetWasmCallDescriptor(zone.get(), sig, WasmCallKind::kWasmImportWrapper); in CompileWasmToJSWrapper()8628 call_kind == kWasmImportWrapper || call_kind == kWasmCapiFunction; in GetWasmCallDescriptor()8645 } else if (call_kind == kWasmImportWrapper) { in GetWasmCallDescriptor()