Home
last modified time | relevance | path

Searched refs:extra_state (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ic/
Dic-compiler.cc18 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
[all …]
Dic-compiler.h25 ExtraICState extra_state);
27 ExtraICState extra_state);
Dic.h357 ExtraICState extra_state);
387 ExtraICState extra_state);
544 ExtraICState extra_state) { in GetKeyedAccessStoreMode() argument
545 return ExtraICStateKeyedAccessStoreMode::decode(extra_state); in GetKeyedAccessStoreMode()
Dic.cc119 ExtraICState extra_state = new_target->extra_ic_state(); in TraceIC() local
123 KeyedStoreIC::GetKeyedAccessStoreMode(extra_state)); in TraceIC()
816 ExtraICState extra_state) { in initialize_stub() argument
817 return PropertyICCompiler::ComputeLoad(isolate, UNINITIALIZED, extra_state); in initialize_stub()
833 ExtraICState extra_state) { in pre_monomorphic_stub() argument
834 return PropertyICCompiler::ComputeLoad(isolate, PREMONOMORPHIC, extra_state); in pre_monomorphic_stub()
1348 ExtraICState extra_state = ComputeExtraICState(strict_mode); in initialize_stub() local
1350 PropertyICCompiler::ComputeStore(isolate, UNINITIALIZED, extra_state); in initialize_stub()