Lines Matching full:ic_state
4850 InlineCacheState Code::ic_state() {
4863 DCHECK(is_inline_cache_stub() || ic_state() == DEBUG_STUB);
5114 bool Code::is_debug_stub() { return ic_state() == DEBUG_STUB; }
5132 ic_state() == MONOMORPHIC;
5148 Code::Flags Code::ComputeFlags(Kind kind, InlineCacheState ic_state,
5153 | ICStateField::encode(ic_state)