Home | History | Annotate | Download | only in src

Lines Matching refs:LoadICState

2090   explicit LoadDictionaryElementStub(Isolate* isolate, const LoadICState& state)
2100 return LoadICState::GetLanguageMode(MinorKey());
2109 explicit KeyedLoadGenericStub(Isolate* isolate, const LoadICState& state)
2118 return LoadICState::GetLanguageMode(MinorKey());
2129 LoadICTrampolineStub(Isolate* isolate, const LoadICState& state)
2143 LoadICState state() const {
2144 return LoadICState(static_cast<ExtraICState>(minor_key_));
2154 explicit KeyedLoadICTrampolineStub(Isolate* isolate, const LoadICState& state)
2228 explicit LoadICStub(Isolate* isolate, const LoadICState& state)
2251 explicit KeyedLoadICStub(Isolate* isolate, const LoadICState& state)