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

  /external/v8/src/compiler/
types.h 289 static bool IsKind(Type type, Kind kind);
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); }
455 bool IsKind(TypeBase::Kind kind) const {
467 bool IsUnion() const { return IsKind(TypeBase::kUnion); }
types.cc     [all...]

Completed in 52 milliseconds