Lines Matching defs:kind

166                                wasm_signature->GetReturn().kind() ==
171 arg_needs_conversion_[i] = type.kind() == wasm::kI64;
1444 wasm::ValueKind kind = type.kind();
1446 if (kind == wasm::kF32 && m->Float32Select().IsSupported()) {
1450 if (kind == wasm::kF64 && m->Float64Select().IsSupported()) {
1454 if (kind == wasm::kI32 && m->Word32Select().IsSupported()) {
1458 if (kind == wasm::kI64 && m->Word64Select().IsSupported()) {
1643 switch (wasmtype.kind()) {
1736 switch (wasmtype.kind()) {
2501 switch (sig->GetParam(i).kind()) {
2633 switch (sig->GetParam(i).kind()) {
6388 switch (type.kind()) {
6401 if (type.kind() == wasm::kOptRef) {
6425 if (type.kind() == wasm::kOptRef) {
6606 switch (type.kind()) {
6678 switch (type.kind()) {
6867 switch (type.kind()) {
6897 switch (type.kind()) {
7006 if (sig_->GetParam(i).kind() == wasm::kF32) {
7081 bool BuildWasmToJSWrapper(WasmImportCallKind kind, int expected_arity,
7092 if (kind == WasmImportCallKind::kRuntimeTypeError) {
7113 switch (kind) {
7211 // The native_context is sufficient here, because all kind of callables
7918 if (IsClassConstructor(shared->kind())) {
7944 wasm::WasmOpcode GetMathIntrinsicOpcode(WasmImportCallKind kind,
7950 switch (kind) {
7981 WasmImportCallKind kind, const wasm::FunctionSig* sig) {
8013 auto opcode = GetMathIntrinsicOpcode(kind, &debug_name);
8044 wasm::CompilationEnv* env, WasmImportCallKind kind,
8047 DCHECK_NE(WasmImportCallKind::kLinkError, kind);
8048 DCHECK_NE(WasmImportCallKind::kWasmToWasm, kind);
8049 DCHECK_NE(WasmImportCallKind::kWasmToJSFastApi, kind);
8053 kind >= WasmImportCallKind::kFirstMathIntrinsic &&
8054 kind <= WasmImportCallKind::kLastMathIntrinsic) {
8055 return CompileWasmMathIntrinsic(kind, sig);
8084 builder.BuildWasmToJSWrapper(kind, expected_arity, suspend);
8086 // Build a name in the form "wasm-to-js-<kind>-<signature>".
8090 "wasm-to-js-%d-", static_cast<int>(kind));
8217 WasmImportCallKind kind,
8237 builder.BuildWasmToJSWrapper(kind, expected_arity, suspend);
8239 // Build a name in the form "wasm-to-js-<kind>-<signature>".
8656 descriptor_kind, // kind
8745 call_descriptor->kind(), // kind