Lines Matching refs:SparseInputMask
241 class SparseInputMask final {
294 explicit SparseInputMask(BitMaskType bit_mask) : bit_mask_(bit_mask) {} in SparseInputMask() function
297 static SparseInputMask Dense() { return SparseInputMask(kDenseBitMask); } in Dense()
301 bool IsDense() const { return bit_mask_ == SparseInputMask::kDenseBitMask; } in IsDense()
329 bool operator==(SparseInputMask const& lhs, SparseInputMask const& rhs);
330 bool operator!=(SparseInputMask const& lhs, SparseInputMask const& rhs);
335 SparseInputMask sparse_input_mask) in TypedStateValueInfo()
341 SparseInputMask sparse_input_mask() const { return sparse_input_mask_; } in sparse_input_mask()
345 SparseInputMask sparse_input_mask_;
374 SparseInputMask SparseInputMaskOf(Operator const*) V8_WARN_UNUSED_RESULT;
507 const Operator* StateValues(int arguments, SparseInputMask bitmask); in NON_EXPORTED_BASE()
509 SparseInputMask bitmask); in NON_EXPORTED_BASE()