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

1 2

  /external/v8/src/x64/
lithium-x64.cc 830 if (instr->representation().IsTagged()) {
831 ASSERT(instr->left()->representation().IsTagged());
832 ASSERT(instr->right()->representation().IsTagged());
897 ASSERT(left->representation().IsTagged());
898 ASSERT(right->representation().IsTagged());
1054 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean()) {
1062 ASSERT(instr->value()->representation().IsTagged());
    [all...]
lithium-codegen-x64.cc 318 chunk_->LookupLiteralRepresentation(op).IsTagged();
339 ASSERT(chunk_->LookupLiteralRepresentation(op).IsTagged());
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 835 if (instr->representation().IsTagged()) {
836 ASSERT(instr->left()->representation().IsTagged());
837 ASSERT(instr->right()->representation().IsTagged());
902 ASSERT(left->representation().IsTagged());
903 ASSERT(right->representation().IsTagged());
1057 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean()) {
1066 ASSERT(instr->value()->representation().IsTagged());
    [all...]
lithium-codegen-arm.cc 333 ASSERT(r.IsTagged());
373 } else if (r.IsTagged()) {
390 ASSERT(chunk_->LookupLiteralRepresentation(op).IsTagged());
426 ASSERT(r.IsTagged());
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 835 if (instr->representation().IsTagged()) {
836 ASSERT(instr->left()->representation().IsTagged());
837 ASSERT(instr->right()->representation().IsTagged());
902 ASSERT(left->representation().IsTagged());
903 ASSERT(right->representation().IsTagged());
1057 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean()) {
1065 ASSERT(instr->value()->representation().IsTagged());
    [all...]
lithium-codegen-mips.cc 303 ASSERT(r.IsTagged());
343 } else if (r.IsTagged()) {
358 ASSERT(chunk_->LookupLiteralRepresentation(op).IsTagged());
394 ASSERT(r.IsTagged());
    [all...]
  /external/chromium_org/v8/src/
hydrogen-minus-zero.cc 45 ASSERT(change->to().IsTagged() ||
property-details.h 176 bool IsTagged() const { return kind_ == kTagged; }
178 bool IsSmiOrTagged() const { return IsSmi() || IsTagged(); }
hydrogen-uint32-analysis.cc 48 HChange::cast(use)->to().IsTagged());
hydrogen-infer-representation.cc 34 if (current->representation().IsTagged()) return;
hydrogen-instructions.cc 131 if (CheckFlag(kCannotBeTagged) && new_rep.IsTagged()) return;
591 if (!representation().IsTagged() || type().Equals(HType::Tagged())) return;
936 if (index_rep.IsTagged() && actual_index->type().IsSmi()) {
939 if (length_rep.IsTagged() && actual_length->type().IsSmi()) {
    [all...]
hydrogen-instructions.h 663 ASSERT(!CheckFlag(kCannotBeTagged) || !r.IsTagged());
666 if (r.IsTagged()) {
675 if (r.IsTagged()) {
    [all...]
lithium-allocator.cc     [all...]