Home | History | Annotate | Download | only in src

Lines Matching refs:ExtraICState

261 typedef int ExtraICState;
262 static const ExtraICState kNoExtraICState = 0;
4904 Kind kind, ExtraICState extra);
4975 inline ExtraICState extra_ic_state(); // Only valid for IC stubs.
5122 Kind kind, ExtraICState extra_ic_state = kNoExtraICState,
5130 static inline ExtraICState ExtractExtraICStateFromFlags(Flags flags);
5348 : public BitField<ExtraICState, KindField::kNext,