Home | History | Annotate | Download | only in ic

Lines Matching refs:ic_state

171                                              InlineCacheState ic_state,
173 Code::Flags flags = Code::ComputeFlags(Code::LOAD_IC, ic_state, extra_state);
181 if (ic_state == UNINITIALIZED) {
183 } else if (ic_state == PREMONOMORPHIC) {
194 InlineCacheState ic_state,
196 Code::Flags flags = Code::ComputeFlags(Code::STORE_IC, ic_state, extra_state);
204 if (ic_state == UNINITIALIZED) {
206 } else if (ic_state == PREMONOMORPHIC) {
208 } else if (ic_state == GENERIC) {
210 } else if (ic_state == MEGAMORPHIC) {