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

1 2

  /external/v8/test/cctest/
test-representation.cc 58 TestPairPositive(Representation::Tagged(), Representation::None());
69 TestPairPositive(Representation::Tagged(), Representation::Integer8());
80 TestPairPositive(Representation::Tagged(), Representation::UInteger8());
91 TestPairPositive(Representation::Tagged(), Representation::Integer16());
102 TestPairPositive(Representation::Tagged(), Representation::UInteger16());
113 TestPairPositive(Representation::Tagged(), Representation::Smi());
124 TestPairPositive(Representation::Tagged(), Representation::Integer32());
test-transitions.cc 56 attributes, Representation::Tagged(), OMIT_TRANSITION)
60 attributes, Representation::Tagged(), OMIT_TRANSITION)
107 attributes, Representation::Tagged(), OMIT_TRANSITION)
111 attributes, Representation::Tagged(), OMIT_TRANSITION)
165 attributes, Representation::Tagged(), OMIT_TRANSITION)
214 attributes, Representation::Tagged(), OMIT_TRANSITION)
257 Representation::Tagged(), OMIT_TRANSITION)
276 attributes, Representation::Tagged(), OMIT_TRANSITION)
test-hydrogen-types.cc 98 // T < Tagged for all T \ {Any}
104 // Tagged < T implies T = Tagged or T = Any
107 CHECK(!HType::Tagged().IsSubtypeOf(ti) ||
108 HType::Tagged().Equals(ti) ||
test-field-type-tracking.cc 175 Init(index, ACCESSOR, attrs, Representation::Tagged(),
194 Init(index, ACCESSOR_CONSTANT, attrs, Representation::Tagged(), getter);
230 representations_[index] = Representation::Tagged();
595 Representation::Tagged(), any_type, FORCE_FIELD);
597 Representation::Tagged(), any_type);
747 Representation::Tagged(), any_type);
761 Representation::Tagged(), any_type);
775 Representation::Tagged(), any_type);
859 Representation::Tagged(), any_type,
860 Representation::Tagged(), any_type)
    [all...]
test-unboxed-doubles.cc 86 Representation::Tagged()};
167 // All properties tagged.
255 bool tagged = true; local
258 tagged = !tagged;
262 layout_desc = layout_desc->SetTaggedForTesting(i, tagged);
273 bool tagged = true; local
276 tagged = !tagged;
279 CHECK_EQ(tagged, layout_desc->IsTagged(i))
574 const bool tagged = (i % (PROP_KIND_NUMBER - 1)) != 1; local
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 479 explicit HValue(HType type = HType::Tagged())
516 // Tagged is the bottom of the lattice, don't go any further.
    [all...]
hydrogen-types.cc 26 return HType::Tagged();
hydrogen-types.h 24 V(Tagged, 0x1) /* 0000 0000 0000 0001 */ \
hydrogen-infer-representation.cc 137 // for defaults to Tagged.
144 phi->ChangeRepresentation(Representation::Tagged());
154 current->ChangeRepresentation(Representation::Tagged());
hydrogen-instructions.cc 535 !t.value->type().Equals(HType::Tagged()))
1056 return Representation::Tagged();
1062 return Representation::Tagged();
    [all...]
  /external/v8/src/
property.h 95 Representation::Tagged()) {}
property-details.h 110 static Representation Tagged() { return Representation(kTagged); }
156 return Representation::Tagged();
type-cache.h 117 // The JSArray::length property always contains a tagged number in the range
120 CreateNative(Type::Unsigned32(), Type::Tagged());
bootstrapper.cc     [all...]
code-stubs-hydrogen.cc     [all...]
types.h 79 // Tagged = TaggedInt \/ TaggedPtr
83 // Number <= Tagged \/ UntaggedNumber
178 V(Tagged, kTaggedSigned | kTaggedPointer)
objects.cc     [all...]
  /external/v8/src/compiler/
access-builder.cc 63 Type::Tagged(),
275 Type::Tagged(), MachineType::AnyTagged(), kFullWriteBarrier};
284 Type::Tagged(), MachineType::AnyTagged(), kFullWriteBarrier};
474 return ForPropertyCellValue(Type::Tagged());
488 ElementAccess access = {kTaggedBase, FixedArray::kHeaderSize, Type::Tagged(),
access-info.cc 269 Type* field_type = Type::Tagged();
376 Type* field_type = Type::Tagged();
424 Type* field_type = Type::Tagged();
js-global-object-specialization.cc 107 Type* property_cell_value_type = Type::Tagged();
174 graph()->NewNode(simplified()->ReferenceEqual(Type::Tagged()), value,
js-native-context-specialization.cc 239 simplified()->ReferenceEqual(Type::Tagged()), value, this_value);
355 DCHECK(field_type->Is(Type::Tagged()));
    [all...]
typer.cc     [all...]
js-create-lowering.cc     [all...]
  /external/v8/test/js-perf-test/Templates/
templates.js 15 new BenchmarkSuite('Tagged', [1000], [
  /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

Completed in 424 milliseconds

1 2