Home | History | Annotate | Download | only in ic

Lines Matching defs:extra_state

18                                       ExtraICState extra_state,
21 Code::ComputeMonomorphicFlags(kind, extra_state, cache_holder);
124 ExtraICState extra_state =
127 Code::ComputeMonomorphicFlags(Code::KEYED_STORE_IC, extra_state);
138 PropertyICCompiler compiler(isolate, Code::KEYED_STORE_IC, extra_state);
172 ExtraICState extra_state) {
173 Code::Flags flags = Code::ComputeFlags(Code::LOAD_IC, ic_state, extra_state);
195 ExtraICState extra_state) {
196 Code::Flags flags = Code::ComputeFlags(Code::STORE_IC, ic_state, extra_state);
293 ExtraICState extra_state =
296 Code::ComputeFlags(Code::KEYED_STORE_IC, POLYMORPHIC, extra_state);
300 PropertyICCompiler compiler(isolate, Code::KEYED_STORE_IC, extra_state);
343 ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags);
344 StrictMode strict_mode = StoreIC::GetStrictMode(extra_state);