Home
last modified time | relevance | path

Searched refs:rare_data_ (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dfragment_data.h25 return rare_data_ ? rare_data_->next_fragment_.get() : nullptr; in NextFragment()
47 return rare_data_ ? rare_data_->layer.get() : nullptr; in Layer()
56 return rare_data_ ? rare_data_->partial_invalidation_local_rect in PartialInvalidationLocalRect()
70 return rare_data_ ? rare_data_->partial_invalidation_visual_rect in PartialInvalidationVisualRect()
99 return rare_data_ && rare_data_->is_clip_path_cache_valid; in IsClipPathCacheValid()
109 return rare_data_ ? rare_data_->clip_path_path.get() : nullptr; in ClipPathPath()
123 return rare_data_ ? rare_data_->paint_properties.get() : nullptr; in PaintProperties()
126 return rare_data_ ? rare_data_->paint_properties.get() : nullptr; in PaintProperties()
135 if (rare_data_) in ClearPaintProperties()
157 if (!rare_data_ || !rare_data_->local_border_box_properties) in LocalBorderBoxProperties()
[all …]
H A Dfragment_data.cc18 if (!rare_data_) in DestroyTail()
22 while (next && next->rare_data_) { in DestroyTail()
33 return *rare_data_->next_fragment_; in EnsureNextFragment()
37 if (!rare_data_) in EnsureRareData()
38 rare_data_ = std::make_unique<RareData>(); in EnsureRareData()
39 return *rare_data_; in EnsureRareData()
43 if (rare_data_ || layer) in SetLayer()
140 if (!rare_data_) in InvalidateClipPathCache()
143 rare_data_->is_clip_path_cache_valid = false; in InvalidateClipPathCache()
145 rare_data_->clip_path_path = nullptr; in InvalidateClipPathCache()
[all …]
H A Dpaint_layer.h352 return rare_data_ ? rare_data_->enclosing_pagination_layer : nullptr; in EnclosingPaginationLayer()
526 return rare_data_ ? rare_data_->transform.get() : nullptr; in Transform()
539 return rare_data_ && rare_data_->transform && in Has3DTransform()
588 return rare_data_ && rare_data_->composited_layer_mapping; in HasCompositedLayerMapping()
593 return rare_data_ ? rare_data_->grouped_mapping : nullptr; in GroupedMapping()
688 return rare_data_ ? rare_data_->resource_info.Get() : nullptr; in ResourceInfo()
737 return rare_data_ in DirectCompositingReasons()
946 return rare_data_ ? rare_data_->compositing_reasons in GetCompositingReasons()
954 return rare_data_ ? rare_data_->squashing_disallowed_reasons in GetSquashingDisallowedReasons()
1127 return rare_data_ ? rare_data_->offset_for_in_flow_rel_position in OffsetForInFlowRelPosition()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dfragment_data.h25 return rare_data_ ? rare_data_->next_fragment_.get() : nullptr; in NextFragment()
54 return rare_data_ ? rare_data_->layer.get() : nullptr; in Layer()
61 return rare_data_ ? rare_data_->selection_visual_rect : IntRect(); in SelectionVisualRect()
73 return rare_data_ ? rare_data_->partial_invalidation_local_rect in PartialInvalidationLocalRect()
87 return rare_data_ ? rare_data_->partial_invalidation_visual_rect in PartialInvalidationVisualRect()
116 return rare_data_ && rare_data_->is_clip_path_cache_valid; in IsClipPathCacheValid()
126 return rare_data_ ? rare_data_->clip_path_path.get() : nullptr; in ClipPathPath()
140 return rare_data_ ? rare_data_->paint_properties.get() : nullptr; in PaintProperties()
152 if (rare_data_) in ClearPaintProperties()
173 return rare_data_ && rare_data_->local_border_box_properties; in HasLocalBorderBoxProperties()
[all …]
H A Dfragment_data.cc18 if (!rare_data_) in DestroyTail()
22 while (next && next->rare_data_) { in DestroyTail()
33 return *rare_data_->next_fragment_; in EnsureNextFragment()
37 if (!rare_data_) in EnsureRareData()
38 rare_data_ = std::make_unique<RareData>(); in EnsureRareData()
39 return *rare_data_; in EnsureRareData()
43 if (rare_data_ || layer) in SetLayer()
138 if (!rare_data_) in InvalidateClipPathCache()
141 rare_data_->is_clip_path_cache_valid = false; in InvalidateClipPathCache()
143 rare_data_->clip_path_path = nullptr; in InvalidateClipPathCache()
[all …]
H A Dpaint_layer.h350 return rare_data_ ? rare_data_->enclosing_pagination_layer : nullptr; in EnclosingPaginationLayer()
503 return rare_data_ ? rare_data_->transform.get() : nullptr; in Transform()
517 return rare_data_ && rare_data_->transform && in Has3DTransform()
564 return rare_data_ && rare_data_->composited_layer_mapping; in HasCompositedLayerMapping()
569 return rare_data_ ? rare_data_->grouped_mapping : nullptr; in GroupedMapping()
670 return rare_data_ ? rare_data_->resource_info.Get() : nullptr; in ResourceInfo()
719 return rare_data_ in DirectCompositingReasons()
923 return rare_data_ ? rare_data_->compositing_reasons in GetCompositingReasons()
931 return rare_data_ ? rare_data_->squashing_disallowed_reasons in GetSquashingDisallowedReasons()
1102 return rare_data_ ? rare_data_->offset_for_in_flow_rel_position in OffsetForInFlowRelPosition()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/
H A Dng_constraint_space.h107 rare_data_ = new RareData(*other.rare_data_); in NGConstraintSpace()
116 rare_data_ = other.rare_data_; in NGConstraintSpace()
117 other.rare_data_ = nullptr; in NGConstraintSpace()
126 delete rare_data_; variable
128 rare_data_ = new RareData(*other.rare_data_);
138 delete rare_data_; variable
140 rare_data_ = other.rare_data_;
152 delete rare_data_; in ~NGConstraintSpace() local
581 return rare_data_->MaySkipLayout(*other.rare_data_); in MaySkipLayout()
1152 return rare_data_; in EnsureRareData()
[all …]
H A Dng_layout_result.h68 return HasRareData() ? rare_data_->lines_until_clamp : 0; in LinesUntilClamp()
73 return HasRareData() ? rare_data_->oof_positioned_offset in OutOfFlowPositionedOffset()
96 return rare_data_->early_break; in GetEarlyBreak()
109 return rare_data_->exclusion_space; in ExclusionSpace()
119 return rare_data_->bfc_line_offset; in BfcLineOffset()
155 ? rare_data_->overflow_block_size_ in OverflowBlockSize()
166 return rare_data_->minimal_space_shortage; in MinimalSpaceShortage()
174 DCHECK(rare_data_->has_tallest_unbreakable_block_size); in TallestUnbreakableBlockSize()
176 return rare_data_->tallest_unbreakable_block_size; in TallestUnbreakableBlockSize()
184 return HasRareData() && rare_data_->is_single_use; in IsSingleUse()
[all …]
H A Dng_layout_result.cc58 DCHECK(!HasRareData() || !rare_data_->has_tallest_unbreakable_block_size); in NGLayoutResult()
119 rare_data_ = new RareData(*other.rare_data_); in NGLayoutResult()
120 rare_data_->bfc_line_offset = bfc_line_offset; in NGLayoutResult()
121 rare_data_->bfc_block_offset = bfc_block_offset; in NGLayoutResult()
202 rare_data_->bfc_line_offset = builder->bfc_line_offset_; in NGLayoutResult()
203 rare_data_->bfc_block_offset = builder->bfc_block_offset_; in NGLayoutResult()
219 delete rare_data_; in ~NGLayoutResult()
241 rare_data_ = new RareData(bfc_offset_.line_offset, bfc_block_offset); in EnsureRareData()
245 return rare_data_; in EnsureRareData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dng_constraint_space.h108 rare_data_ = new RareData(*other.rare_data_); in NGConstraintSpace()
117 rare_data_ = other.rare_data_; in NGConstraintSpace()
118 other.rare_data_ = nullptr; in NGConstraintSpace()
127 delete rare_data_; variable
129 rare_data_ = new RareData(*other.rare_data_);
139 delete rare_data_; variable
141 rare_data_ = other.rare_data_;
153 delete rare_data_; in ~NGConstraintSpace() local
630 return rare_data_->MaySkipLayout(*other.rare_data_); in MaySkipLayout()
1372 return rare_data_; in EnsureRareData()
[all …]
H A Dng_layout_result.h98 return HasRareData() ? rare_data_->oof_positioned_offset in OutOfFlowPositionedOffset()
121 return rare_data_->early_break; in GetEarlyBreak()
134 return rare_data_->exclusion_space; in ExclusionSpace()
144 return rare_data_->bfc_line_offset; in BfcLineOffset()
156 return rare_data_->bfc_block_offset; in BfcBlockOffset()
190 ? rare_data_->overflow_block_size in OverflowBlockSize()
197 return rare_data_->minimal_space_shortage; in MinimalSpaceShortage()
204 return rare_data_->tallest_unbreakable_block_size; in TallestUnbreakableBlockSize()
212 return HasRareData() && rare_data_->is_single_use; in IsSingleUse()
224 return HasRareData() && rare_data_->math_layout_data_ in MathItalicCorrection()
[all …]
H A Dng_layout_result.cc143 rare_data_ = new RareData(*other.rare_data_); in NGLayoutResult()
144 rare_data_->bfc_line_offset = bfc_line_offset; in NGLayoutResult()
145 rare_data_->bfc_block_offset = bfc_block_offset; in NGLayoutResult()
183 rare_data_ = new RareData(*other.rare_data_); in NGLayoutResult()
255 rare_data_->bfc_line_offset = builder->bfc_line_offset_; in NGLayoutResult()
256 rare_data_->bfc_block_offset = builder->bfc_block_offset_; in NGLayoutResult()
272 delete rare_data_; in ~NGLayoutResult()
294 rare_data_ = new RareData(bfc_offset_.line_offset, bfc_block_offset); in EnsureRareData()
298 return rare_data_; in EnsureRareData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_block_flow.h314 return rare_data_ ? rare_data_->multi_column_flow_thread_ : nullptr; in MultiColumnFlowThread()
317 if (rare_data_) in ResetMultiColumnFlowThread()
353 if (!rare_data_) in FirstForcedBreakOffset()
659 return rare_data_ && rare_data_->line_break_to_avoid_widow_ >= 0; in ShouldBreakAtLineToAvoidWidow()
663 return rare_data_ ? rare_data_->line_break_to_avoid_widow_ : -1; in LineBreakToAvoidWidow()
669 return rare_data_ && rare_data_->did_break_at_line_to_avoid_widow_; in DidBreakAtLineToAvoidWidow()
798 return rare_data_ in MaxPositiveMarginBefore()
803 return rare_data_ in MaxNegativeMarginBefore()
808 return rare_data_ in MaxPositiveMarginAfter()
813 return rare_data_ in MaxNegativeMarginAfter()
[all …]
H A Dlayout_box.h917 return rare_data_ ? rare_data_->offset_to_next_page_ : LayoutUnit(); in OffsetToNextPage()
1004 return rare_data_ ? rare_data_->spanner_placeholder_ : nullptr; in SpannerPlaceholder()
1018 return rare_data_ ? rare_data_->pagination_strut_ : LayoutUnit(); in PaginationStrut()
1022 if (rare_data_) in ResetPaginationStrut()
1508 return rare_data_ ? rare_data_->percent_height_container_ : nullptr; in PercentHeightContainer()
1577 return rare_data_ && in PreviousPhysicalContentBoxRect()
1578 rare_data_ in PreviousPhysicalContentBoxRect()
1584 return rare_data_ && in PreviousPhysicalLayoutOverflowRect()
1585 rare_data_ in PreviousPhysicalLayoutOverflowRect()
1800 if (!rare_data_) in EnsureRareData()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_block_flow.h351 return rare_data_ ? rare_data_->multi_column_flow_thread_ : nullptr; in MultiColumnFlowThread()
355 if (rare_data_) in ResetMultiColumnFlowThread()
393 if (!rare_data_) in FirstForcedBreakOffset()
724 return rare_data_ && rare_data_->line_break_to_avoid_widow_ >= 0; in ShouldBreakAtLineToAvoidWidow()
729 return rare_data_ ? rare_data_->line_break_to_avoid_widow_ : -1; in LineBreakToAvoidWidow()
736 return rare_data_ && rare_data_->did_break_at_line_to_avoid_widow_; in DidBreakAtLineToAvoidWidow()
881 return rare_data_ in MaxPositiveMarginBefore()
887 return rare_data_ in MaxNegativeMarginBefore()
893 return rare_data_ in MaxPositiveMarginAfter()
899 return rare_data_ in MaxNegativeMarginAfter()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_selector.h301 return has_rare_data_ ? data_.rare_data_->argument_ : g_null_atom; in Argument()
307 return has_rare_data_ ? data_.rare_data_->part_names_.get() : nullptr; in PartNames()
492 scoped_refptr<RareData> rare_data_; member
499 return data_.rare_data_->attribute_; in Attribute()
505 return data_.rare_data_->bits_.attribute_match_; in AttributeMatch()
527 data_.rare_data_->matching_value_ =
529 data_.rare_data_->serializing_value_ = value;
578 new (&data_.rare_data_) scoped_refptr<RareData>(o.data_.rare_data_); in CSSSelector()
588 data_.rare_data_.~scoped_refptr<RareData>(); in ~CSSSelector()
601 return data_.rare_data_->matching_value_; in Value()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/profiler/
H A Dprofile-generator.cc189 DCHECK(rare_data_); in GetInlineStack()
217 if (rare_data_) { in EstimatedSize()
218 estimated_size += sizeof(rare_data_.get()); in EstimatedSize()
231 rare_data_->inline_stacks_.size() * in EstimatedSize()
262 if (!rare_data_) { in EnsureRareData()
263 rare_data_.reset(new RareData()); in EnsureRareData()
265 return rare_data_.get(); in EnsureRareData()
295 if (rare_data_) { in print()
300 if (!rare_data_->inline_stacks_.empty()) { in print()
317 rare_data_->deopt_inlined_frames_) { in print()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_selector.h319 return has_rare_data_ ? data_.rare_data_->argument_ : g_null_atom; in Argument()
325 return has_rare_data_ ? data_.rare_data_->part_names_.get() : nullptr; in PartNames()
510 scoped_refptr<RareData> rare_data_; member
517 return data_.rare_data_->attribute_; in Attribute()
523 return data_.rare_data_->bits_.attribute_match_; in AttributeMatch()
545 data_.rare_data_->matching_value_ =
547 data_.rare_data_->serializing_value_ = value;
593 new (&data_.rare_data_) scoped_refptr<RareData>(o.data_.rare_data_); in CSSSelector()
603 data_.rare_data_.~scoped_refptr<RareData>(); in ~CSSSelector()
616 return data_.rare_data_->matching_value_; in Value()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/svg/
H A Dlayout_svg_shape.h87 DCHECK(rare_data_); in NonScalingStrokePath()
88 return rare_data_->non_scaling_stroke_path_; in NonScalingStrokePath()
92 DCHECK(rare_data_); in NonScalingStrokeTransform()
93 return rare_data_->non_scaling_stroke_transform_; in NonScalingStrokeTransform()
191 mutable std::unique_ptr<LayoutSVGShapeRareData> rare_data_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/svg/
H A Dlayout_svg_shape.h103 DCHECK(rare_data_); in NonScalingStrokePath()
104 return rare_data_->non_scaling_stroke_path_; in NonScalingStrokePath()
109 DCHECK(rare_data_); in NonScalingStrokeTransform()
110 return rare_data_->non_scaling_stroke_transform_; in NonScalingStrokeTransform()
224 mutable std::unique_ptr<LayoutSVGShapeRareData> rare_data_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/profiler/
H A Dprofile-generator.cc177 DCHECK(rare_data_); in GetInlineStack()
207 info.deopt_reason = rare_data_->deopt_reason_; in GetDeoptInfo()
209 if (rare_data_->deopt_inlined_frames_.empty()) { in GetDeoptInfo()
213 info.stack = rare_data_->deopt_inlined_frames_; in GetDeoptInfo()
219 if (!rare_data_) { in EnsureRareData()
220 rare_data_.reset(new RareData()); in EnsureRareData()
222 return rare_data_.get(); in EnsureRareData()
239 if (rare_data_) { in print()
244 if (!rare_data_->inline_stacks_.empty()) { in print()
258 if (!rare_data_->deopt_inlined_frames_.empty()) { in print()
[all …]
H A Dprofile-generator.h82 return rare_data_ ? rare_data_->bailout_reason_ : kEmptyBailoutReason; in bailout_reason()
90 return rare_data_ && rare_data_->deopt_id_ != kNoDeoptimizationId; in has_deopt_info()
93 if (!rare_data_) return; in clear_deopt_info()
95 rare_data_->deopt_reason_ = kNoDeoptReason; in clear_deopt_info()
96 rare_data_->deopt_id_ = kNoDeoptimizationId; in clear_deopt_info()
221 std::unique_ptr<RareData> rare_data_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/profiler/
H A Dprofile-generator.cc175 DCHECK(rare_data_); in GetInlineStack()
205 info.deopt_reason = rare_data_->deopt_reason_; in GetDeoptInfo()
207 if (rare_data_->deopt_inlined_frames_.empty()) { in GetDeoptInfo()
211 info.stack = rare_data_->deopt_inlined_frames_; in GetDeoptInfo()
217 if (!rare_data_) { in EnsureRareData()
218 rare_data_.reset(new RareData()); in EnsureRareData()
220 return rare_data_.get(); in EnsureRareData()
237 if (rare_data_) { in print()
242 if (!rare_data_->inline_stacks_.empty()) { in print()
256 if (!rare_data_->deopt_inlined_frames_.empty()) { in print()
[all …]
H A Dprofile-generator.h83 return rare_data_ ? rare_data_->bailout_reason_ : kEmptyBailoutReason; in bailout_reason()
91 return rare_data_ && rare_data_->deopt_id_ != kNoDeoptimizationId; in has_deopt_info()
94 if (!rare_data_) return; in clear_deopt_info()
96 rare_data_->deopt_reason_ = kNoDeoptReason; in clear_deopt_info()
97 rare_data_->deopt_id_ = kNoDeoptimizationId; in clear_deopt_info()
222 std::unique_ptr<RareData> rare_data_; variable
/dports/www/node10/node-v10.24.1/deps/v8/src/profiler/
H A Dprofile-generator.h74 return rare_data_ ? rare_data_->bailout_reason_ : kEmptyBailoutReason; in bailout_reason()
82 return rare_data_ && rare_data_->deopt_id_ != kNoDeoptimizationId; in has_deopt_info()
85 if (!rare_data_) return; in clear_deopt_info()
87 rare_data_->deopt_reason_ = kNoDeoptReason; in clear_deopt_info()
88 rare_data_->deopt_id_ = kNoDeoptimizationId; in clear_deopt_info()
184 std::unique_ptr<RareData> rare_data_; variable

123