HomeSort by relevance Sort by last modified time
    Searched refs:TypeBase (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
types.h 280 class TypeBase {
287 explicit TypeBase(Kind kind) : kind_(kind) {}
298 class RangeType : public TypeBase {
337 : TypeBase(kRange), bitset_(bitset), limits_(limits) {}
397 bool IsRange() const { return IsKind(TypeBase::kRange); }
398 bool IsHeapConstant() const { return IsKind(TypeBase::kHeapConstant); }
400 return IsKind(TypeBase::kOtherNumberConstant);
402 bool IsTuple() const { return IsKind(TypeBase::kTuple); }
451 Type(TypeBase* type_base)
455 bool IsKind(TypeBase::Kind kind) const
    [all...]
types.cc 465 : TypeBase(kHeapConstant), bitset_(bitset), heap_ref_(heap_ref) {}
    [all...]
  /external/v8/src/torque/
types.h 39 class TypeBase {
47 virtual ~TypeBase() {}
56 explicit TypeBase(Kind kind) : kind_(kind) {}
64 static x* cast(TypeBase* declarable) { \
68 static const x* cast(const TypeBase* declarable) { \
72 static x* DynamicCast(TypeBase* declarable) { \
77 static const x* DynamicCast(const TypeBase* declarable) { \
83 class Type : public TypeBase {
104 Type(TypeBase::Kind kind, const Type* parent)
105 : TypeBase(kind), parent_(parent) {
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsio0.c     [all...]

Completed in 82 milliseconds