Home
last modified time | relevance | path

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

/external/v8/src/
Dtypes-inl.h72 bool ZoneTypeConfig::is_bitset(Type* type) { in is_bitset() function
79 return !is_bitset(type) && struct_tag(as_struct(type)) == tag; in is_struct()
91 DCHECK(is_bitset(type)); in as_bitset()
98 DCHECK(!is_bitset(type)); in as_struct()
215 bool HeapTypeConfig::is_bitset(Type* type) { in is_bitset() function
Dtypes.h505 bool IsBitset() { return Config::is_bitset(this); } in IsBitset()
916 static inline bool is_bitset(Type* type);
958 static inline bool is_bitset(Type* type);