Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic-state.h240 class StoreICState final BASE_EMBEDDED {
242 explicit StoreICState(ExtraICState extra_ic_state) : state_(extra_ic_state) {} in StoreICState() function
244 explicit StoreICState(LanguageMode mode) in StoreICState() function
254 return StoreICState(state).language_mode(); in GetLanguageMode()
Dic-inl.h72 DCHECK(StoreICState::GetLanguageMode(old_target->extra_ic_state()) == in SetTargetAtAddress()
73 StoreICState::GetLanguageMode(target->extra_ic_state())); in SetTargetAtAddress()
Dic.h379 return StoreICState::GetLanguageMode(extra_ic_state()); in language_mode()
Dic.cc837 LanguageMode mode = StoreICState::GetLanguageMode(extra_state); in ChooseMegamorphicStub()
/external/v8/src/
Dcode-factory.cc90 StoreICTrampolineStub stub(isolate, StoreICState(language_mode)); in StoreIC()
97 StoreICStub stub(isolate, StoreICState(language_mode)); in StoreICInOptimizedCode()
105 KeyedStoreICTrampolineTFStub stub(isolate, StoreICState(language_mode)); in KeyedStoreIC()
108 KeyedStoreICTrampolineStub stub(isolate, StoreICState(language_mode)); in KeyedStoreIC()
116 KeyedStoreICTFStub stub(isolate, StoreICState(language_mode)); in KeyedStoreICInOptimizedCode()
119 KeyedStoreICStub stub(isolate, StoreICState(language_mode)); in KeyedStoreICInOptimizedCode()
Dcode-stubs.h2020 StoreICTrampolineStub(Isolate* isolate, const StoreICState& state) in StoreICTrampolineStub()
2034 StoreICState state() const { return StoreICState(GetExtraICState()); } in state()
2042 KeyedStoreICTrampolineStub(Isolate* isolate, const StoreICState& state) in KeyedStoreICTrampolineStub()
2054 StoreICState state() const { return StoreICState(GetExtraICState()); } in state()
2063 KeyedStoreICTrampolineTFStub(Isolate* isolate, const StoreICState& state) in KeyedStoreICTrampolineTFStub()
2149 StoreICStub(Isolate* isolate, const StoreICState& state) in StoreICStub()
2167 KeyedStoreICStub(Isolate* isolate, const StoreICState& state) in KeyedStoreICStub()
2189 KeyedStoreICTFStub(Isolate* isolate, const StoreICState& state) in KeyedStoreICTFStub()
Dcode-stubs.cc569 assembler->KeyedStoreIC(&p, StoreICState::GetLanguageMode(GetExtraICState())); in GenerateAssembly()
584 assembler->KeyedStoreIC(&p, StoreICState::GetLanguageMode(GetExtraICState())); in GenerateAssembly()
/external/v8/src/builtins/
Dbuiltins.h188 StoreICState::kStrictModeState) \
192 StoreICState::kStrictModeState, StoreWithVector) \
203 ASH(StoreIC_Setter_ForDeopt, STORE_IC, StoreICState::kStrictModeState) \