Home
last modified time | relevance | path

Searched refs:StoreICState (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/ic/
Dic-inl.h73 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()
Dic-state.h242 class StoreICState final BASE_EMBEDDED {
244 explicit StoreICState(ExtraICState extra_ic_state) : state_(extra_ic_state) {} in StoreICState() function
246 explicit StoreICState(LanguageMode mode) in StoreICState() function
256 return StoreICState(state).language_mode(); in GetLanguageMode()
Dic.h439 return StoreICState(flag).GetExtraICState(); in ComputeExtraICState()
448 return StoreICState::GetLanguageMode(extra_ic_state()); in language_mode()
527 return StoreICState(flag).GetExtraICState() | in ComputeExtraICState()
Dic-compiler.cc203 LanguageMode language_mode = StoreICState::GetLanguageMode(extra_state); in CompileStoreGeneric()
Dic.cc529 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()
/external/v8/src/
Dbuiltins.h207 StoreICState::kStrictModeState) \
215 StoreICState::kStrictModeState) \
217 StoreICState::kStrictModeState) \
219 StoreICState::kStrictModeState) \
Dcode-stubs.h2165 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()