HomeSort by relevance Sort by last modified time
    Searched refs:IsTagged (Results 1 - 25 of 34) 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/chromium_org/v8/src/
hydrogen-minus-zero.cc 45 ASSERT(change->to().IsTagged() ||
property-details.h 142 bool IsTagged() const { return kind_ == kTagged; }
144 bool IsSmiOrTagged() const { return IsSmi() || IsTagged(); }
hydrogen-infer-representation.cc 34 if (current->representation().IsTagged()) return;
hydrogen-uint32-analysis.cc 48 HChange::cast(use)->to().IsTagged());
hydrogen-instructions.cc 131 if (CheckFlag(kCannotBeTagged) && new_rep.IsTagged()) return;
568 if (!representation().IsTagged() || type().Equals(HType::Tagged())) return;
905 if (index_rep.IsTagged() && actual_index->type().IsSmi()) {
908 if (length_rep.IsTagged() && actual_length->type().IsSmi()) {
    [all...]
hydrogen-instructions.h 373 bool IsTagged() const {
699 ASSERT(!CheckFlag(kCannotBeTagged) || !r.IsTagged());
702 if (r.IsTagged()) {
711 if (r.IsTagged()) {
    [all...]
lithium-allocator.cc     [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/v8/src/ia32/
lithium-ia32.cc 834 if (instr->representation().IsTagged()) {
835 ASSERT(instr->left()->representation().IsTagged());
836 ASSERT(instr->right()->representation().IsTagged());
902 ASSERT(left->representation().IsTagged());
903 ASSERT(right->representation().IsTagged());
1059 if (!rep.IsTagged() || type.IsSmi() || type.IsBoolean()) {
1074 ASSERT(instr->value()->representation().IsTagged());
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 704 if (instr->representation().IsTagged()) {
705 ASSERT(instr->left()->representation().IsTagged());
706 ASSERT(instr->right()->representation().IsTagged());
774 ASSERT(left->representation().IsTagged());
775 ASSERT(right->representation().IsTagged());
1013 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean() &&
1022 ASSERT(instr->value()->representation().IsTagged());
    [all...]
lithium-codegen-x64.cc 420 chunk_->LookupLiteralRepresentation(op).IsTagged();
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 695 if (instr->representation().IsTagged()) {
696 ASSERT(instr->left()->representation().IsTagged());
697 ASSERT(instr->right()->representation().IsTagged());
775 ASSERT(left->representation().IsTagged());
776 ASSERT(right->representation().IsTagged());
1007 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean() &&
1021 ASSERT(instr->value()->representation().IsTagged());
    [all...]
lithium-codegen-arm.cc 434 ASSERT(r.IsTagged());
471 } else if (r.IsTagged()) {
545 ASSERT(r.IsTagged());
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 700 if (instr->representation().IsTagged()) {
701 ASSERT(instr->left()->representation().IsTagged());
702 ASSERT(instr->right()->representation().IsTagged());
780 ASSERT(left->representation().IsTagged());
781 ASSERT(right->representation().IsTagged());
1012 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean() &&
1021 ASSERT(instr->value()->representation().IsTagged());
    [all...]
lithium-codegen-mips.cc 422 ASSERT(r.IsTagged());
459 } else if (r.IsTagged()) {
531 ASSERT(r.IsTagged());
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 748 if (instr->representation().IsTagged()) {
829 ASSERT(left->representation().IsTagged());
830 ASSERT(right->representation().IsTagged());
    [all...]
  /external/v8/src/
lithium.h 482 if (representation.IsTagged()) {
hydrogen-instructions.cc 437 if (!representation().IsTagged() || type().Equals(HType::Tagged())) return;
1031 to().IsTagged() &&
    [all...]
hydrogen-instructions.h 316 bool IsTagged() const { return kind_ == kTagged; }
364 bool IsTagged() {
    [all...]
lithium-allocator.cc     [all...]

Completed in 254 milliseconds

1 2