Home
last modified time | relevance | path

Searched refs:IsTagged (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/
Dlayout-descriptor.cc48 layout_descriptor->IsTagged(details.field_index())); in ShareAppend()
74 layout_descriptor->IsTagged(details.field_index())); in AppendIfFastOrUseFull()
118 bool LayoutDescriptor::IsTagged(int field_index, int max_sequence_length, in IsTagged() function in v8::internal::LayoutDescriptor
196 bool LayoutDescriptorHelper::IsTagged( in IsTagged() function in v8::internal::LayoutDescriptorHelper
210 bool tagged = layout_descriptor_->IsTagged(field_index, max_sequence_length, in IsTagged()
277 bool tagged_actual = IsTagged(details.field_index() + bit); in IsConsistentWithMap()
288 DCHECK(IsTagged(i)); in IsConsistentWithMap()
Dlayout-descriptor.h29 V8_INLINE bool IsTagged(int field_index);
36 bool IsTagged(int field_index, int max_sequence_length,
152 inline bool IsTagged(int offset_in_bytes);
159 bool IsTagged(int offset_in_bytes, int end_offset,
Dlayout-descriptor-inl.h97 bool LayoutDescriptor::IsTagged(int field_index) { in IsTagged() function
196 layout_descriptor->IsTagged(details.field_index())); in Initialize()
240 bool LayoutDescriptorHelper::IsTagged(int offset_in_bytes) { in IsTagged() function
247 return layout_descriptor_->IsTagged(field_index); in IsTagged()
Dproperty-details.h175 bool IsTagged() const { return kind_ == kTagged; } in IsTagged() function
177 bool IsSmiOrTagged() const { return IsSmi() || IsTagged(); } in IsSmiOrTagged()
Dinterface-descriptors.cc52 if (!machine_types_[i].IsTagged()) return false; in AllStackParametersAreTagged()
Dmachine-type.h92 constexpr bool IsTagged() const { in IsTagged() function
Dobjects-body-descriptors-inl.h34 return helper.IsTagged(offset); in IsValidSlotImpl()
53 if (helper.IsTagged(offset, end_offset, &end_of_region_offset)) { in IterateBodyImpl()
/external/pdfium/core/fpdfdoc/
Dcpdf_structtree.cpp18 bool IsTagged(const CPDF_Document* pDoc) { in IsTagged() function
30 if (!IsTagged(pDoc)) in LoadPage()
/external/pdfium/fpdfsdk/
Dfpdfcatalog_unittest.cpp67 TEST_F(PDFCatalogTest, IsTagged) { in TEST_F() argument
/external/v8/src/objects/
Dmap-inl.h136 return !layout_descriptor()->IsTagged(index.property_index()); in IsUnboxedDoubleField()
/external/v8/src/compiler/
Dcode-assembler.h119 : ((type1.IsTagged() && type2.IsTagged()) in CommonMachineType()
/external/v8/src/ic/
Daccessor-assembler.cc1587 DCHECK(representation.IsTagged()); in PrepareValueForStore()