Searched refs:IsWasmValue (Results 1 – 1 of 1) sorted by relevance
149 if (IsTagged() || IsHeapObject() || IsDouble() || IsWasmValue()) { in MightCauseMapDeprecation()161 if (IsWasmValue() || other.IsWasmValue()) return false; in CanBeInPlaceChangedTo()177 if (IsWasmValue()) return Representation::WasmValue(); in MostGenericInPlaceChange()182 if (IsWasmValue()) return false; in is_more_general_than()206 constexpr bool IsWasmValue() const { return kind_ == kWasmValue; } in IsWasmValue() function