Home | History | Annotate | Download | only in src

Lines Matching refs:CompareICState

1585                 CompareICState::State left, CompareICState::State right,
1586 CompareICState::State state)
1607 CompareICState::State left() const {
1610 CompareICState::State right() const {
1613 CompareICState::State state() const { return StateBits::decode(minor_key_); }
1635 return state() == CompareICState::KNOWN_RECEIVER;
1640 class LeftStateBits : public BitField<CompareICState::State, 4, 4> {};
1641 class RightStateBits : public BitField<CompareICState::State, 8, 4> {};
1642 class StateBits : public BitField<CompareICState::State, 12, 4> {};