Lines Matching defs:arg
684 Node* WasmGraphBuilder::RefAsNonNull(Node* arg,
687 TrapIfTrue(wasm::kTrapIllegalCast, IsNull(arg), position);
689 return arg;
5455 for (auto arg : args) {
5456 slot_size += ElementSizeInBytes(arg.first);
5463 for (auto arg : args) {
5464 MachineRepresentation type = arg.first;
5465 Node* value = arg.second;
7468 1 /* new.target */ + 1 /* #arg */ + 1 /* context */;
7776 CTypeInfo arg = info->ArgumentInfo(i + 1);
7777 if (NormalizeFastApiRepresentation(arg) !=