Home
last modified time | relevance | path

Searched refs:ToTypeBase (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dtypes.cc1091 return static_cast<const HeapConstantType*>(ToTypeBase()); in AsHeapConstant()
1096 return static_cast<const OtherNumberConstantType*>(ToTypeBase()); in AsOtherNumberConstant()
1101 return static_cast<const RangeType*>(ToTypeBase()); in AsRange()
1106 return static_cast<const TupleType*>(ToTypeBase()); in AsTuple()
1111 return static_cast<const UnionType*>(ToTypeBase()); in AsUnion()
Dtypes.h457 const TypeBase* base = ToTypeBase(); in IsKind()
461 const TypeBase* ToTypeBase() const { in ToTypeBase() function