HomeSort by relevance Sort by last modified time
    Searched refs:IsTagged (Results 1 - 25 of 46) 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,
141 inline bool IsTagged(int offset_in_bytes);
148 bool IsTagged(int offset_in_bytes, int end_offset,
layout-descriptor.cc 51 layout_descriptor->IsTagged(details.field_index()));
78 layout_descriptor->IsTagged(details.field_index()));
122 bool LayoutDescriptor::IsTagged(int field_index, int max_sequence_length,
190 bool LayoutDescriptorHelper::IsTagged(
204 bool tagged = layout_descriptor_->IsTagged(field_index, max_sequence_length,
270 bool tagged_actual = IsTagged(details.field_index() + bit);
281 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);
objects-body-descriptors-inl.h 28 return helper.IsTagged(offset);
46 if (helper.IsTagged(offset, end_offset, &end_of_region_offset)) {
69 if (helper.IsTagged(offset, end_offset, &end_of_region_offset)) {
property-details.h 178 bool IsTagged() const { return kind_ == kTagged; }
180 bool IsSmiOrTagged() const { return IsSmi() || IsTagged(); }
  /external/v8/src/crankshaft/
hydrogen-uint32-analysis.cc 45 HChange::cast(use)->to().IsTagged());
hydrogen-infer-representation.cc 11 if (current->representation().IsTagged()) return;
hydrogen-instructions.cc 123 if (CheckFlag(kCannotBeTagged) && new_rep.IsTagged()) return;
566 if (t.value->representation().IsTagged() &&
970 if (index_rep.IsTagged() && actual_index->type().IsSmi()) {
973 if (length_rep.IsTagged() && actual_length->type().IsSmi()) {
    [all...]
hydrogen-range-analysis.cc 69 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 448 } else if (r.IsTagged()) {
522 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 466 } else if (r.IsTagged()) {
538 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 449 } else if (r.IsTagged()) {
523 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 630 DCHECK(left->representation().IsTagged());
631 DCHECK(right->representation().IsTagged());
813 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() ||
829 DCHECK(instr->value()->representation().IsTagged());
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 710 DCHECK(left->representation().IsTagged());
711 DCHECK(right->representation().IsTagged());
904 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() ||
917 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 395 milliseconds

1 2