Searched refs:StoreICState (Results 1 – 7 of 7) sorted by relevance
73 DCHECK(StoreICState::GetLanguageMode(old_target->extra_ic_state()) == in SetTargetAtAddress()74 StoreICState::GetLanguageMode(target->extra_ic_state())); in SetTargetAtAddress()108 DCHECK(StoreICState::GetLanguageMode(code->extra_ic_state()) == in set_target()109 StoreICState::GetLanguageMode(target()->extra_ic_state())); in set_target()116 DCHECK(StoreICState::GetLanguageMode(code->extra_ic_state()) == in set_target()
242 class StoreICState final BASE_EMBEDDED {244 explicit StoreICState(ExtraICState extra_ic_state) : state_(extra_ic_state) {} in StoreICState() function246 explicit StoreICState(LanguageMode mode) in StoreICState() function256 return StoreICState(state).language_mode(); in GetLanguageMode()
439 return StoreICState(flag).GetExtraICState(); in ComputeExtraICState()448 return StoreICState::GetLanguageMode(extra_ic_state()); in language_mode()527 return StoreICState(flag).GetExtraICState() | in ComputeExtraICState()
203 LanguageMode language_mode = StoreICState::GetLanguageMode(extra_state); in CompileStoreGeneric()
529 isolate, StoreICState::GetLanguageMode(target->extra_ic_state())); in Clear()935 VectorKeyedStoreICTrampolineStub stub(isolate, StoreICState(language_mode)); in initialize_stub()947 VectorKeyedStoreICStub stub(isolate, StoreICState(language_mode)); in initialize_stub_in_optimized_code()958 LanguageMode mode = StoreICState::GetLanguageMode(extra_state); in ChooseMegamorphicStub()1599 VectorStoreICTrampolineStub stub(isolate, StoreICState(language_mode)); in initialize_stub()1610 VectorStoreICStub stub(isolate, StoreICState(language_mode)); in initialize_stub_in_optimized_code()
207 StoreICState::kStrictModeState) \215 StoreICState::kStrictModeState) \217 StoreICState::kStrictModeState) \219 StoreICState::kStrictModeState) \
2165 VectorStoreICTrampolineStub(Isolate* isolate, const StoreICState& state) in VectorStoreICTrampolineStub()2179 StoreICState state() const { in state()2180 return StoreICState(static_cast<ExtraICState>(minor_key_)); in state()2191 VectorKeyedStoreICTrampolineStub(Isolate* isolate, const StoreICState& state) in VectorKeyedStoreICTrampolineStub()2274 VectorStoreICStub(Isolate* isolate, const StoreICState& state) in VectorStoreICStub()2297 VectorKeyedStoreICStub(Isolate* isolate, const StoreICState& state) in VectorKeyedStoreICStub()