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()
72 ExtraICState extra_state = in ComputeKeyedStoreMonomorphicHandler() local
80 PropertyICCompiler compiler(isolate, Code::KEYED_STORE_IC, extra_state); in ComputeKeyedStoreMonomorphicHandler()
110 ExtraICState extra_state) { in ComputeStore() argument
111 Code::Flags flags = Code::ComputeFlags(Code::STORE_IC, ic_state, extra_state); in ComputeStore()
168 ExtraICState extra_state = in ComputeKeyedStorePolymorphicHandlers() local
170 PropertyICCompiler compiler(isolate, Code::KEYED_STORE_IC, extra_state); in ComputeKeyedStorePolymorphicHandlers()
202 ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags); in CompileStoreGeneric() local
203 LanguageMode language_mode = StoreICState::GetLanguageMode(extra_state); in CompileStoreGeneric()
Dic.h329 ExtraICState extra_state);
331 Isolate* isolate, ExtraICState extra_state, State initialization_state);
386 static IcCheckType GetKeyType(ExtraICState extra_state) { in GetKeyType() argument
387 return IcCheckTypeField::decode(extra_state); in GetKeyType()
416 ExtraICState extra_state);
418 Isolate* isolate, State initialization_state, ExtraICState extra_state);
420 ExtraICState extra_state);
563 ExtraICState extra_state);
Dic.cc557 ExtraICState extra_state) { in ChooseMegamorphicStub() argument
559 return KeyedLoadGenericStub(isolate, LoadICState(extra_state)).GetCode(); in ChooseMegamorphicStub()
561 return is_strong(LoadICState::GetLanguageMode(extra_state)) in ChooseMegamorphicStub()
880 ExtraICState extra_state) { in initialize_stub() argument
881 return LoadICTrampolineStub(isolate, LoadICState(extra_state)).GetCode(); in initialize_stub()
886 Isolate* isolate, ExtraICState extra_state, State initialization_state) { in initialize_stub_in_optimized_code() argument
887 return LoadICStub(isolate, LoadICState(extra_state)).GetCode(); in initialize_stub_in_optimized_code()
892 ExtraICState extra_state) { in initialize_stub() argument
893 return KeyedLoadICTrampolineStub(isolate, LoadICState(extra_state)).GetCode(); in initialize_stub()
898 Isolate* isolate, State initialization_state, ExtraICState extra_state) { in initialize_stub_in_optimized_code() argument
[all …]
Dic-compiler.h22 ExtraICState extra_state);