Home | History | Annotate | Download | only in src

Lines Matching refs:extra_ic_state

4900   inline ExtraICState extra_ic_state();  // Only valid for IC stubs.
5039 static inline StrictModeFlag GetStrictMode(ExtraICState extra_ic_state) {
5040 return ExtraICStateStrictMode::decode(extra_ic_state);
5044 ExtraICState extra_ic_state) {
5045 return ExtraICStateKeyedAccessStoreMode::decode(extra_ic_state);
5063 ExtraICState extra_ic_state = kNoExtraICState,
5070 ExtraICState extra_ic_state = kNoExtraICState,