Lines Matching refs:extra_state
18 ExtraICState extra_state, in Find() argument
21 Code::ComputeMonomorphicFlags(kind, extra_state, cache_holder); in Find()
124 ExtraICState extra_state = in ComputeKeyedStoreMonomorphic() local
127 Code::ComputeMonomorphicFlags(Code::KEYED_STORE_IC, extra_state); in ComputeKeyedStoreMonomorphic()
138 PropertyICCompiler compiler(isolate, Code::KEYED_STORE_IC, extra_state); in ComputeKeyedStoreMonomorphic()
172 ExtraICState extra_state) { in ComputeLoad() argument
173 Code::Flags flags = Code::ComputeFlags(Code::LOAD_IC, ic_state, extra_state); in ComputeLoad()
195 ExtraICState extra_state) { in ComputeStore() argument
196 Code::Flags flags = Code::ComputeFlags(Code::STORE_IC, ic_state, extra_state); in ComputeStore()
293 ExtraICState extra_state = in ComputeKeyedStorePolymorphic() local
296 Code::ComputeFlags(Code::KEYED_STORE_IC, POLYMORPHIC, extra_state); in ComputeKeyedStorePolymorphic()
300 PropertyICCompiler compiler(isolate, Code::KEYED_STORE_IC, extra_state); in ComputeKeyedStorePolymorphic()
343 ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags); in CompileStoreGeneric() local
344 StrictMode strict_mode = StoreIC::GetStrictMode(extra_state); in CompileStoreGeneric()