Lines Matching defs:builtin
218 Node* GetBuiltinPointerTarget(Builtin builtin) {
220 return NumberConstant(static_cast<int>(builtin));
2460 // For 32-bit memories, just call the builtin.
6243 Builtin builtin) {
6247 : gasm_->GetBuiltinPointerTarget(builtin);
6258 auto builtin = gasm_->MakeDeferredLabel();
6264 gasm_->GotoIf(ovf, &builtin);
6270 // Otherwise, call builtin, to convert to a HeapNumber.
6271 gasm_->Bind(&builtin);
6293 auto builtin = gasm_->MakeDeferredLabel();
6296 gasm_->GotoIfNot(IsSmi(value), &builtin);
6302 // Otherwise, call builtin which changes non-Smi to Int32.
6303 gasm_->Bind(&builtin);
6550 // I32PairToBigInt builtin here, so that we don't have to replace the
6567 // BigIntToI32Pair builtin here, so that we don't have to replace the
6794 // Generate a call to the AllocateJSArray builtin.
7938 // Unknown case. Use the call builtin.