types-inl.h | 95 bool ZoneTypeConfig::is_bitset(Type* type) { function in class:v8::internal::ZoneTypeConfig 103 if (is_bitset(type)) return false; 111 if (is_bitset(type)) return false; 125 DCHECK(is_bitset(type)); 132 DCHECK(!is_bitset(type)); 139 DCHECK(!is_bitset(type)); 302 bool HeapTypeConfig::is_bitset(Type* type) { function in class:v8::internal::HeapTypeConfig
|