Lines Matching defs:kind
74 CompileImportWrapper(native_module_, counters_, key->kind, key->signature,
248 switch (module->types[type_index].kind) {
904 switch (expr.kind()) {
987 module_->import_table[index].kind == kExternalGlobal &&
1086 if (import.kind == kExternalMemory) {
1122 compiler::WasmImportCallKind kind = resolved.kind;
1124 switch (kind) {
1147 cache->MaybeGet(kind, expected_sig, expected_arity, kNoSuspend);
1153 WasmImportWrapperCache::CacheKey key(kind, expected_sig, expected_arity,
1187 if (kind == compiler::WasmImportCallKind::kJSFunctionArityMismatch) {
1200 kind, expected_sig, expected_arity, suspend);
1203 if (wasm_code->kind() == WasmCode::kWasmToJsWrapper) {
1208 DCHECK(kind >= compiler::WasmImportCallKind::kFirstMathIntrinsic &&
1209 kind <= compiler::WasmImportCallKind::kLastMathIntrinsic);
1438 switch (global_object->type().kind()) {
1584 if (module_->import_table[index].kind != kExternalFunction ||
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) {
1602 if (resolved.kind ==
1614 WasmImportWrapperCache::CacheKey key(kind, sig, expected_arity, suspend);
1649 switch (import.kind) {
1767 if (import.kind == kExternalFunction) {
1776 } else if (import.kind == kExternalGlobal) {
1808 switch (exp.kind) {
1976 table.initial_value.kind() == ConstantExpression::kRefFunc) {
1983 table.initial_value.kind() == ConstantExpression::kRefNull) {
2031 if (is_function_table && entry.kind() == ConstantExpression::kRefFunc) {
2035 entry.kind() == ConstantExpression::kRefNull) {