Home
last modified time | relevance | path

Searched defs:IsInhabited (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dtypes.h234 static bool IsInhabited(bitset bits) { return bits != kNone; } in IsInhabited() function
569 bool IsInhabited() { return BitsetType::IsInhabited(this->BitsetLub()); } in IsInhabited() function
/external/v8/src/ast/
Dast-types.h300 static bool IsInhabited(bitset bits) { in IsInhabited() function
797 bool IsInhabited() { return AstBitsetType::IsInhabited(this->BitsetLub()); } in IsInhabited() function