Lines Matching refs:WasmImportCallKind
1122 compiler::WasmImportCallKind kind = resolved.kind;
1125 case compiler::WasmImportCallKind::kLinkError:
1129 case compiler::WasmImportCallKind::kWasmToWasm: {
1140 case compiler::WasmImportCallKind::kWasmToCapi: {
1170 case compiler::WasmImportCallKind::kWasmToJSFastApi: {
1187 if (kind == compiler::WasmImportCallKind::kJSFunctionArityMismatch) {
1208 DCHECK(kind >= compiler::WasmImportCallKind::kFirstMathIntrinsic &&
1209 kind <= compiler::WasmImportCallKind::kLastMathIntrinsic);
1593 compiler::WasmImportCallKind kind = resolved.kind;
1594 if (kind == compiler::WasmImportCallKind::kWasmToWasm ||
1595 kind == compiler::WasmImportCallKind::kLinkError ||
1596 kind == compiler::WasmImportCallKind::kWasmToCapi ||
1597 kind == compiler::WasmImportCallKind::kWasmToJSFastApi) {
1603 compiler::WasmImportCallKind::kJSFunctionArityMismatch) {