Home | History | Annotate | Download | only in src

Lines Matching refs:extra_ic_state

4201   inline ExtraICState extra_ic_state();  // Only valid for IC stubs.
4322 static inline StrictModeFlag GetStrictMode(ExtraICState extra_ic_state) {
4323 return ExtraICStateStrictMode::decode(extra_ic_state);
4327 ExtraICState extra_ic_state) {
4328 return ExtraICStateKeyedAccessGrowMode::decode(extra_ic_state);
4342 ExtraICState extra_ic_state = kNoExtraICState,
4350 ExtraICState extra_ic_state = kNoExtraICState,