Home | History | Annotate | Download | only in src

Lines Matching refs:ic_state

4635 InlineCacheState Code::ic_state() {
4648 DCHECK(is_inline_cache_stub() || ic_state() == DEBUG_STUB);
4938 return ic_state() == DEBUG_STUB;
4954 Code::Flags Code::ComputeFlags(Kind kind, InlineCacheState ic_state,
4959 | ICStateField::encode(ic_state)