Home
last modified time | relevance | path

Searched refs:is_bottom (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dvalue-type.h95 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() function
356 constexpr bool is_bottom() const { return kind() == kBottom; } in is_bottom() function
367 DCHECK(is_object_reference() || is_bottom()); in AsNonNull()
Dfunction-body-decoder-impl.h313 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 …]
Dgraph-builder-interface.cc1164 result.rtt_depth = rtt_type.is_bottom() in ComputeStaticKnowledge()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc5673 __ PushRegister(rtt.type.is_bottom() ? kBottom : obj.type.kind(), obj_reg); in BrOnCast()