Lines Matching defs:if_runtime
779 Label* if_runtime,
801 if_runtime);
810 GotoIf(IsDeprecatedMap(target_map), if_runtime);
820 if_runtime);
847 if_runtime);
855 GotoIf(IsJSReceiverInstanceType(source_instance_type), if_runtime);
862 if_runtime);
882 Label if_runtime(this, Label::kDeferred);
883 GotoIf(IsNullOrUndefined(source), &if_runtime);
886 Return(SetOrCopyDataProperties(context, target, source, &if_runtime,
890 BIND(&if_runtime);
930 Label if_runtime(this, Label::kDeferred);
931 SetOrCopyDataProperties(context, target, source, &if_runtime, base::nullopt,
935 BIND(&if_runtime);
944 Label if_runtime(this, Label::kDeferred);
945 GotoIfForceSlowPath(&if_runtime);
946 SetOrCopyDataProperties(context, target, source, &if_runtime, base::nullopt,
950 BIND(&if_runtime);
958 Label if_empty(this), if_runtime(this, Label::kDeferred);
959 TNode<Map> receiver_map = CheckEnumCache(receiver, &if_empty, &if_runtime);
965 BIND(&if_runtime);