Lines Matching refs:GetExtraICState
199 virtual ExtraICState GetExtraICState() const { return kNoExtraICState; } in GetExtraICState() function
792 minor_key_ = state.GetExtraICState(); in CallICStub()
804 virtual ExtraICState GetExtraICState() const FINAL OVERRIDE { in GetExtraICState() function
879 virtual ExtraICState GetExtraICState() const { return kind(); } in GetExtraICState() function
1098 set_sub_minor_key(state.GetExtraICState()); in HydrogenCodeStub()
1103 set_sub_minor_key(state.GetExtraICState()); in BinaryOpICStub()
1116 virtual ExtraICState GetExtraICState() const FINAL OVERRIDE { in GetExtraICState() function
1121 return BinaryOpICState(isolate(), GetExtraICState()); in state()
1146 minor_key_ = state.GetExtraICState(); in BinaryOpICWithAllocationSiteStub()
1165 virtual ExtraICState GetExtraICState() const OVERRIDE { in GetExtraICState() function
1345 virtual ExtraICState GetExtraICState() const { return sub_minor_key(); } in GetExtraICState() function
1786 minor_key_ = state.GetExtraICState(); in LoadICTrampolineStub()
1795 virtual ExtraICState GetExtraICState() const FINAL OVERRIDE { in GetExtraICState() function
1826 set_sub_minor_key(state.GetExtraICState()); in MegamorphicLoadStub()
1835 virtual ExtraICState GetExtraICState() const FINAL OVERRIDE { in GetExtraICState() function
1848 set_sub_minor_key(state.GetExtraICState()); in VectorLoadStub()
1857 virtual ExtraICState GetExtraICState() const FINAL OVERRIDE { in GetExtraICState() function
1862 LoadICState state() const { return LoadICState(GetExtraICState()); } in state()
2260 virtual ExtraICState GetExtraICState() const { return types().ToIntegral(); } in GetExtraICState() function