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

1 2

  /external/v8/src/
hydrogen-instructions.h 305 static Representation Tagged() { return Representation(kTagged); }
339 static HType Tagged() { return HType(kTagged); }
577 type_(HType::Tagged()),
    [all...]
hydrogen-instructions.cc 238 case kTagged: return "tagged";
256 HType result = HType::Tagged();
437 if (!representation().IsTagged() || type().Equals(HType::Tagged())) return;
    [all...]
hydrogen.cc 567 Representation::Tagged());
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h 349 static HType Tagged() { return HType(kTagged); }
673 HValue(HType type = HType::Tagged())
703 // Tagged is the bottom of the lattice, don't go any further.
    [all...]
hydrogen-infer-representation.cc 148 // for defaults to Tagged.
155 phi->ChangeRepresentation(Representation::Tagged());
165 current->ChangeRepresentation(Representation::Tagged());
property-details.h 97 static Representation Tagged() { return Representation(kTagged); }
137 return Representation::Tagged();
property.h 125 Representation::Tagged()) {}
228 details_ = PropertyDetails(NONE, HANDLER, Representation::Tagged());
235 details_ = PropertyDetails(NONE, INTERCEPTOR, Representation::Tagged());
bootstrapper.cc     [all...]
hydrogen-instructions.cc 117 if (tagged_count > 0) return Representation::Tagged();
342 case kTagged: return "tagged";
359 HType result = HType::Tagged();
568 if (!representation().IsTagged() || type().Equals(HType::Tagged())) return;
1023 return Representation::Tagged();
1029 return Representation::Tagged();
    [all...]
types.cc 489 return Representation::Tagged();
type-info.cc 704 return Representation::Tagged();
code-stubs.h 787 enum ExponentType { INTEGER, DOUBLE, TAGGED, ON_STACK };
924 return Representation::Tagged();
    [all...]
hydrogen.cc 653 Representation::Tagged(), \
668 DEFINE_GET_CONSTANT(Hole, the_hole, HType::Tagged(), false)
669 DEFINE_GET_CONSTANT(Null, null, HType::Tagged(), false)
    [all...]
objects.h     [all...]
ic.cc     [all...]
  /external/chromium_org/v8/test/mjsunit/
math-min-max.js 141 // Tagged representation.
152 assertEquals(v1, Math.min(v1++, v6)); // int32, tagged
153 assertEquals(v2, Math.max(v5, v2++)); // tagged, int32
154 assertEquals(v6, Math.min(v6, v9++)); // tagged, double
155 assertEquals(v0, Math.max(v0++, v5)); // double, tagged
  /external/v8/test/mjsunit/
math-min-max.js 141 // Tagged representation.
152 assertEquals(v1, Math.min(v1++, v6)); // int32, tagged
153 assertEquals(v2, Math.max(v5, v2++)); // tagged, int32
154 assertEquals(v6, Math.min(v6, v9++)); // tagged, double
155 assertEquals(v0, Math.max(v0++, v5)); // double, tagged
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 1001 // Tagged values that are not known smis or booleans require a
    [all...]
stub-cache-arm.cc     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 1059 // Tagged values that are not known smis or booleans require a
    [all...]
stub-cache-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 1006 // Tagged values that are not known smis or booleans require a
    [all...]
stub-cache-mips.cc     [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 1007 // Tagged values that are not known smis or booleans require a
    [all...]
stub-cache-x64.cc     [all...]

Completed in 273 milliseconds

1 2