Searched refs:kMonomorphic (Results 1 – 2 of 2) sorted by relevance
1455 state_ = kMonomorphic; in FeedbackIterator()1467 if (state_ == kMonomorphic) { in Advance()
915 enum State { kMonomorphic, kPolymorphic, kOther }; enumerator