Searched refs:ComputeExtraICState (Results 1 – 7 of 7) sorted by relevance
304 static ExtraICState ComputeExtraICState(ContextualMode mode, in ComputeExtraICState() function569 static ExtraICState ComputeExtraICState(StrictModeFlag flag) { in ComputeExtraICState() function658 return ComputeExtraICState(strict_mode()); in extra_ic_state()705 static ExtraICState ComputeExtraICState(StrictModeFlag flag, in ComputeExtraICState() function743 return ComputeExtraICState(strict_mode(), STANDARD_STORE); in extra_ic_state()
1416 StoreIC::ComputeExtraICState(kNonStrictMode)); in Generate_StoreIC_Megamorphic()1422 StoreIC::ComputeExtraICState(kStrictMode)); in Generate_StoreIC_Megamorphic_Strict()
225 KeyedStoreIC::ComputeExtraICState(strict_mode, store_mode); in ComputeKeyedStoreElement()643 ExtraICState extra_state = KeyedStoreIC::ComputeExtraICState( in ComputeStoreElementPolymorphic()
837 return StoreIC::ComputeExtraICState(strict_mode_); in GetExtraICState()
393 Code::ComputeExtraICState(grow_mode, strict_mode); in ComputeKeyedLoadOrStoreElement()1358 Code::ComputeExtraICState(grow_mode_, strict_mode_); in GetCode()
1600 Code::ExtraICState extra_state = Code::ComputeExtraICState(grow_mode, in ComputeStub()
4331 static inline ExtraICState ComputeExtraICState( in ComputeExtraICState() function