Searched refs:is_undetectable (Results 1 – 7 of 7) sorted by relevance
192 if (type.is_undetectable()) { in Lub()244 DCHECK(!type.is_undetectable()); in Lub()247 DCHECK(!type.is_undetectable()); in Lub()250 DCHECK(!type.is_undetectable()); in Lub()253 DCHECK(!type.is_undetectable()); in Lub()
49 bool is_undetectable() const { return flags_ & kUndetectable; } in is_undetectable() function
658 if (map->is_undetectable()) flags |= HeapObjectType::kUndetectable; in HeapObjectTypeFromMap()
44 BIT_FIELD_ACCESSORS(Map, bit_field, is_undetectable, Map::IsUndetectableBit) in ACCESSORS()
375 DECL_BOOLEAN_ACCESSORS(is_undetectable)
798 if (is_undetectable()) os << "\n - undetectable"; in MapPrint()
424 bool HeapObject::IsUndetectable() const { return map()->is_undetectable(); } in IsUndetectable()