Lines Matching defs:kind
586 auto kind = compiler::WasmImportCallKind::kWasmToCapi;
588 cache->MaybeGet(kind, &sig, param_count, wasm::kNoSuspend);
593 wasm::WasmImportWrapperCache::CacheKey key(kind, &sig, param_count,
1101 DCHECK(wasm_to_js_wrapper->kind() == wasm::WasmCode::kWasmToJsWrapper ||
1102 wasm_to_js_wrapper->kind() == wasm::WasmCode::kWasmToCapiWrapper);
1468 compiler::WasmImportCallKind kind = resolved.kind;
1470 DCHECK_NE(compiler::WasmImportCallKind::kLinkError, kind);
1472 // {expected_arity} should only be used if kind != kJSFunctionArityMismatch.
1474 if (kind == compiler::WasmImportCallKind ::kJSFunctionArityMismatch) {
1485 &env, kind, sig, false, expected_arity, suspend);
1555 switch (global.type.kind()) {
1571 switch (field_type.kind()) {
1600 switch (element_type.kind()) {
1849 switch (sig->GetParam(i).kind()) {
1883 if (CodeKind::JS_TO_WASM_FUNCTION != code.kind() &&
1897 // if (js_function->code()->kind() != CodeKind::WASM_TO_CAPI_FUNCTION) {
1944 CodeKind::JS_TO_WASM_FUNCTION == export_wrapper->kind() ||
2104 CK kind = compiler::kDefaultImportCallKind;
2110 kind = CK::kJSFunctionArityMismatch;
2119 ToCodeT(compiler::CompileWasmToJSWrapper(isolate, sig, kind,
2262 switch (expected.kind()) {