Home
last modified time | relevance | path

Searched refs:LoadICState (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/ic/
Dic-inl.h96 DCHECK(LoadICState::GetTypeofMode(code->extra_ic_state()) == in set_target()
97 LoadICState::GetTypeofMode(target()->extra_ic_state())); in set_target()
99 DCHECK(LoadICState::GetLanguageMode(code->extra_ic_state()) == in set_target()
100 LoadICState::GetLanguageMode(target()->extra_ic_state())); in set_target()
Dic-state.h204 class LoadICState final BASE_EMBEDDED {
218 explicit LoadICState(ExtraICState extra_ic_state) : state_(extra_ic_state) {} in LoadICState() function
220 explicit LoadICState(TypeofMode typeof_mode, LanguageMode language_mode) in LoadICState() function
233 return LoadICState(state).typeof_mode(); in GetTypeofMode()
237 return LoadICState(state).language_mode(); in GetLanguageMode()
Dic.h299 return LoadICState(typeof_mode, language_mode).GetExtraICState(); in ComputeExtraICState()
303 return LoadICState::GetTypeofMode(extra_ic_state()); in typeof_mode()
307 return LoadICState::GetLanguageMode(extra_ic_state()); in language_mode()
377 : public BitField<IcCheckType, LoadICState::kNextBitFieldOffset, 1> {};
382 return LoadICState(typeof_mode, language_mode).GetExtraICState() | in ComputeExtraICState()
Dic-compiler.cc47 !(is_strong(LoadICState::GetLanguageMode(extra_ic_state))); in ComputeKeyedLoadMonomorphicHandler()
61 stub = LoadDictionaryElementStub(isolate, LoadICState(extra_ic_state)) in ComputeKeyedLoadMonomorphicHandler()
Dhandler-compiler.cc603 LoadICState state = in CompileElementHandlers()
604 LoadICState(is_strong(language_mode) ? LoadICState::kStrongModeState in CompileElementHandlers()
Dic.cc559 return KeyedLoadGenericStub(isolate, LoadICState(extra_state)).GetCode(); in ChooseMegamorphicStub()
561 return is_strong(LoadICState::GetLanguageMode(extra_state)) in ChooseMegamorphicStub()
881 return LoadICTrampolineStub(isolate, LoadICState(extra_state)).GetCode(); in initialize_stub()
887 return LoadICStub(isolate, LoadICState(extra_state)).GetCode(); in initialize_stub_in_optimized_code()
893 return KeyedLoadICTrampolineStub(isolate, LoadICState(extra_state)).GetCode(); in initialize_stub()
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()
/external/v8/src/
Dcode-factory.cc19 isolate, LoadICState(typeof_mode, language_mode).GetExtraICState()), in LoadIC()
29 isolate, LoadICState(typeof_mode, language_mode).GetExtraICState(), in LoadICInOptimizedCode()
38 ExtraICState state = is_strong(language_mode) ? LoadICState::kStrongModeState in KeyedLoadIC()
49 ExtraICState state = is_strong(language_mode) ? LoadICState::kStrongModeState in KeyedLoadICInOptimizedCode()
Dcode-stubs.h2090 explicit LoadDictionaryElementStub(Isolate* isolate, const LoadICState& state) in LoadDictionaryElementStub()
2100 return LoadICState::GetLanguageMode(MinorKey()); in language_mode()
2109 explicit KeyedLoadGenericStub(Isolate* isolate, const LoadICState& state) in KeyedLoadGenericStub()
2118 return LoadICState::GetLanguageMode(MinorKey()); in language_mode()
2129 LoadICTrampolineStub(Isolate* isolate, const LoadICState& state) in LoadICTrampolineStub()
2143 LoadICState state() const { in state()
2144 return LoadICState(static_cast<ExtraICState>(minor_key_)); in state()
2154 explicit KeyedLoadICTrampolineStub(Isolate* isolate, const LoadICState& state) in KeyedLoadICTrampolineStub()
2228 explicit LoadICStub(Isolate* isolate, const LoadICState& state) in LoadICStub()
2251 explicit KeyedLoadICStub(Isolate* isolate, const LoadICState& state) in KeyedLoadICStub()
Ddisassembler.cc199 LoadICState::GetTypeofMode(code->extra_ic_state()) == in DecodeIt()
Dbuiltins.h204 LoadICState::kStrongModeState) \