Lines Matching refs:CompareIC
50 V(CompareIC) \
1160 CompareIC::State left,
1161 CompareIC::State right,
1162 CompareIC::State handler)
1175 CompareIC::State* left_state,
1176 CompareIC::State* right_state,
1177 CompareIC::State* handler_state,
1180 static CompareIC::State CompareState(int minor_key) {
1181 return static_cast<CompareIC::State>(HandlerStateField::decode(minor_key));
1196 virtual CodeStub::Major MajorKey() { return CompareIC; }
1212 Condition GetCondition() const { return CompareIC::ComputeCondition(op_); }
1216 virtual bool UseSpecialCache() { return state_ == CompareIC::KNOWN_OBJECT; }
1219 CompareIC::State left_;
1220 CompareIC::State right_;
1221 CompareIC::State state_;