HomeSort by relevance Sort by last modified time
    Searched refs:IsTagged (Results 1 - 25 of 44) sorted by null

1 2

  /external/v8/src/
layout-descriptor.h 27 V8_INLINE bool IsTagged(int field_index);
34 bool IsTagged(int field_index, int max_sequence_length,
142 inline bool IsTagged(int offset_in_bytes);
149 bool IsTagged(int offset_in_bytes, int end_offset,
layout-descriptor.cc 52 layout_descriptor->IsTagged(details.field_index()));
79 layout_descriptor->IsTagged(details.field_index()));
123 bool LayoutDescriptor::IsTagged(int field_index, int max_sequence_length,
191 bool LayoutDescriptorHelper::IsTagged(
205 bool tagged = layout_descriptor_->IsTagged(field_index, max_sequence_length,
271 bool tagged_actual = IsTagged(details.field_index() + bit);
282 DCHECK(IsTagged(i));
layout-descriptor-inl.h 95 bool LayoutDescriptor::IsTagged(int field_index) {
209 layout_descriptor->IsTagged(details.field_index()));
244 bool LayoutDescriptorHelper::IsTagged(int offset_in_bytes) {
251 return layout_descriptor_->IsTagged(field_index);
property-details.h 174 bool IsTagged() const { return kind_ == kTagged; }
176 bool IsSmiOrTagged() const { return IsSmi() || IsTagged(); }
objects-body-descriptors-inl.h 30 return helper.IsTagged(offset);
48 if (helper.IsTagged(offset, end_offset, &end_of_region_offset)) {
71 if (helper.IsTagged(offset, end_offset, &end_of_region_offset)) {
  /external/v8/src/crankshaft/
hydrogen-uint32-analysis.cc 46 HChange::cast(use)->to().IsTagged());
hydrogen-infer-representation.cc 12 if (current->representation().IsTagged()) return;
hydrogen-instructions.cc 124 if (CheckFlag(kCannotBeTagged) && new_rep.IsTagged()) return;
567 if (t.value->representation().IsTagged() &&
971 if (index_rep.IsTagged() && actual_index->type().IsSmi()) {
974 if (length_rep.IsTagged() && actual_length->type().IsSmi()) {
    [all...]
hydrogen-range-analysis.cc 70 DCHECK(instr->to().IsTagged() ||
hydrogen-instructions.h 506 DCHECK(!CheckFlag(kCannotBeTagged) || !r.IsTagged());
509 if (r.IsTagged()) {
518 if (r.IsTagged()) {
    [all...]
lithium-allocator.cc     [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 748 // operations, these assertions should check IsTagged().
811 DCHECK(instr->representation().IsTagged());
925 DCHECK(r.IsTagged());
    [all...]
lithium-codegen-arm64.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 684 DCHECK(left->representation().IsTagged());
685 DCHECK(right->representation().IsTagged());
873 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() ||
891 DCHECK(instr->value()->representation().IsTagged());
    [all...]
lithium-codegen-arm.cc 452 } else if (r.IsTagged()) {
526 DCHECK(r.IsTagged());
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 694 DCHECK(left->representation().IsTagged());
695 DCHECK(right->representation().IsTagged());
883 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() ||
896 DCHECK(instr->value()->representation().IsTagged());
    [all...]
lithium-codegen-mips.cc 470 } else if (r.IsTagged()) {
542 DCHECK(r.IsTagged());
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 694 DCHECK(left->representation().IsTagged());
695 DCHECK(right->representation().IsTagged());
883 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() ||
896 DCHECK(instr->value()->representation().IsTagged());
    [all...]
lithium-codegen-mips64.cc 453 } else if (r.IsTagged()) {
527 DCHECK(r.IsTagged());
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 699 DCHECK(left->representation().IsTagged());
700 DCHECK(right->representation().IsTagged());
888 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() ||
906 DCHECK(instr->value()->representation().IsTagged());
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 632 DCHECK(left->representation().IsTagged());
633 DCHECK(right->representation().IsTagged());
815 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() ||
831 DCHECK(instr->value()->representation().IsTagged());
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 711 DCHECK(left->representation().IsTagged());
712 DCHECK(right->representation().IsTagged());
905 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() ||
918 DCHECK(instr->value()->representation().IsTagged());
    [all...]
  /external/pdfium/core/fpdfdoc/
doc_tagged.cpp 27 bool IsTagged(const CPDF_Document* pDoc) {
50 if (!IsTagged(pDoc))
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 717 DCHECK(left->representation().IsTagged());
718 DCHECK(right->representation().IsTagged());
906 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() ||
927 DCHECK(instr->value()->representation().IsTagged());
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 714 DCHECK(left->representation().IsTagged());
715 DCHECK(right->representation().IsTagged());
921 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() ||
944 DCHECK(instr->value()->representation().IsTagged());
    [all...]

Completed in 730 milliseconds

1 2