Searched refs:is_bottom (Results 1 – 4 of 4) sorted by relevance
95 DCHECK(is_bottom() || is_valid()); in HeapType()122 return !is_bottom() && representation_ >= kFirstSentinel; in is_generic()127 constexpr bool is_bottom() const { return representation_ == kBottom; } in is_bottom() function356 constexpr bool is_bottom() const { return kind() == kBottom; } in is_bottom() function367 DCHECK(is_object_reference() || is_bottom()); in AsNonNull()
313 return heap_type.is_bottom() ? kWasmBottom in read_value_type()4460 if (!VALIDATE(rtt.type.is_rtt() || rtt.type.is_bottom())) {4471 obj.type.is_bottom())) {4516 if (!VALIDATE(rtt.type.is_rtt() || rtt.type.is_bottom())) {4526 obj.type.is_bottom())) {4532 CreateValue(rtt.type.is_bottom()4535 obj.type.is_bottom()4588 if (!VALIDATE(rtt.type.is_rtt() || rtt.type.is_bottom())) {4598 obj.type.is_bottom())) {4615 rtt.type.is_bottom()[all …]
1164 result.rtt_depth = rtt_type.is_bottom() in ComputeStaticKnowledge()
5673 __ PushRegister(rtt.type.is_bottom() ? kBottom : obj.type.kind(), obj_reg); in BrOnCast()