Home
last modified time | relevance | path

Searched refs:TypeHandle (Results 1 – 7 of 7) sorted by relevance

/external/v8/test/cctest/
Dtypes-fuzz.h38 template<class Type, class TypeHandle, class Region>
134 #define DECLARE_TYPE(name, value) TypeHandle name;
138 #define DECLARE_TYPE(name, value) TypeHandle Mask##name##ForTesting;
141 TypeHandle SignedSmall;
142 TypeHandle UnsignedSmall;
144 TypeHandle ObjectClass;
145 TypeHandle ArrayClass;
146 TypeHandle NumberClass;
147 TypeHandle UninitializedClass;
149 TypeHandle SmiConstant;
[all …]
Dtest-types.cc95 template<class Type, class TypeHandle, class Region, class Rep>
97 typedef Types<Type, TypeHandle, Region> TypesInstance;
114 bool Equal(TypeHandle type1, TypeHandle type2) { in Equal()
128 void CheckEqual(TypeHandle type1, TypeHandle type2) { in CheckEqual()
132 void CheckSub(TypeHandle type1, TypeHandle type2) { in CheckSub()
140 void CheckSubOrEqual(TypeHandle type1, TypeHandle type2) { in CheckSubOrEqual()
148 void CheckUnordered(TypeHandle type1, TypeHandle type2) { in CheckUnordered()
156 void CheckOverlap(TypeHandle type1, TypeHandle type2) { in CheckOverlap()
161 void CheckDisjoint(TypeHandle type1, TypeHandle type2) { in CheckDisjoint()
170 TypeHandle t = *it; in IsSomeType()
[all …]
/external/v8/src/
Dtypes.h336 typedef typename Config::template Handle<TypeImpl>::type TypeHandle; typedef
352 static TypeHandle type(Region* region) { \
361 static TypeHandle SignedSmall(Region* region) { in SignedSmall()
367 static TypeHandle UnsignedSmall(Region* region) { in UnsignedSmall()
371 static TypeHandle Class(i::Handle<i::Map> map, Region* region) { in Class()
374 static TypeHandle Constant(i::Handle<i::Object> value, Region* region) { in Constant()
377 static TypeHandle Range(double min, double max, Region* region) { in Range()
384 static TypeHandle Context(TypeHandle outer, Region* region) { in Context()
387 static TypeHandle Array(TypeHandle element, Region* region) { in Array()
391 TypeHandle result, TypeHandle receiver, int arity, Region* region) { in Function()
[all …]
Dtypes.cc749 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::Intersect( in Intersect()
750 TypeHandle type1, TypeHandle type2, Region* region) { in Intersect()
854 TypeHandle range, TypeHandle bitset, Region* region) { in IntersectRangeAndBitset()
862 int TypeImpl<Config>::IntersectAux(TypeHandle lhs, TypeHandle rhs, in IntersectAux()
930 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::NormalizeRangeAndBitset( in NormalizeRangeAndBitset()
975 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::Union( in Union()
976 TypeHandle type1, TypeHandle type2, Region* region) { in Union()
1011 TypeHandle range = None(region); in Union()
1024 TypeHandle bits = BitsetType::New(new_bitset, region); in Union()
1038 TypeHandle type, UnionHandle result, int size, Region* region) { in AddToUnion()
[all …]
Dtypes-inl.h34 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::Name( \
53 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::NowOf( in NowOf()
/external/v8/src/crankshaft/
Dhydrogen-types.h66 static HType FromType(typename T::TypeHandle type) WARN_UNUSED_RESULT;
Dhydrogen-types.cc16 HType HType::FromType(typename T::TypeHandle type) { in FromType()