Lines Matching refs:extra_state
557 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
900 return KeyedLoadICStub(isolate, LoadICState(extra_state)).GetCode(); in initialize_stub_in_optimized_code()
902 return is_strong(LoadICState::GetLanguageMode(extra_state)) in initialize_stub_in_optimized_code()
957 ExtraICState extra_state) { in ChooseMegamorphicStub() argument
958 LanguageMode mode = StoreICState::GetLanguageMode(extra_state); in ChooseMegamorphicStub()
1585 Isolate* isolate, ExtraICState extra_state, in StoreICInitializeStubHelper() argument
1588 isolate, initialization_state, extra_state); in StoreICInitializeStubHelper()