Home | History | Annotate | Download | only in ic

Lines Matching full:extra_state

18                                       ExtraICState extra_state,
21 Code::ComputeMonomorphicFlags(kind, extra_state, cache_holder);
72 ExtraICState extra_state =
80 PropertyICCompiler compiler(isolate, Code::KEYED_STORE_IC, extra_state);
110 ExtraICState extra_state) {
111 Code::Flags flags = Code::ComputeFlags(Code::STORE_IC, ic_state, extra_state);
168 ExtraICState extra_state =
170 PropertyICCompiler compiler(isolate, Code::KEYED_STORE_IC, extra_state);
202 ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags);
203 LanguageMode language_mode = StoreICState::GetLanguageMode(extra_state);