Searched refs:StoreICState (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ic/ |
D | ic-state.h | 240 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()
|
D | ic-inl.h | 72 DCHECK(StoreICState::GetLanguageMode(old_target->extra_ic_state()) == in SetTargetAtAddress() 73 StoreICState::GetLanguageMode(target->extra_ic_state())); in SetTargetAtAddress()
|
D | ic.h | 379 return StoreICState::GetLanguageMode(extra_ic_state()); in language_mode()
|
D | ic.cc | 837 LanguageMode mode = StoreICState::GetLanguageMode(extra_state); in ChooseMegamorphicStub()
|
/external/v8/src/ |
D | code-factory.cc | 90 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()
|
D | code-stubs.h | 2020 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()
|
D | code-stubs.cc | 569 assembler->KeyedStoreIC(&p, StoreICState::GetLanguageMode(GetExtraICState())); in GenerateAssembly() 584 assembler->KeyedStoreIC(&p, StoreICState::GetLanguageMode(GetExtraICState())); in GenerateAssembly()
|
/external/v8/src/builtins/ |
D | builtins.h | 188 StoreICState::kStrictModeState) \ 192 StoreICState::kStrictModeState, StoreWithVector) \ 203 ASH(StoreIC_Setter_ForDeopt, STORE_IC, StoreICState::kStrictModeState) \
|