Home
last modified time | relevance | path

Searched refs:ComputeExtraICState (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/v8/src/
Dic.h304 static ExtraICState ComputeExtraICState(ContextualMode mode, in ComputeExtraICState() function
569 static ExtraICState ComputeExtraICState(StrictModeFlag flag) { in ComputeExtraICState() function
658 return ComputeExtraICState(strict_mode()); in extra_ic_state()
705 static ExtraICState ComputeExtraICState(StrictModeFlag flag, in ComputeExtraICState() function
743 return ComputeExtraICState(strict_mode(), STANDARD_STORE); in extra_ic_state()
Dbuiltins.cc1416 StoreIC::ComputeExtraICState(kNonStrictMode)); in Generate_StoreIC_Megamorphic()
1422 StoreIC::ComputeExtraICState(kStrictMode)); in Generate_StoreIC_Megamorphic_Strict()
Dstub-cache.cc225 KeyedStoreIC::ComputeExtraICState(strict_mode, store_mode); in ComputeKeyedStoreElement()
643 ExtraICState extra_state = KeyedStoreIC::ComputeExtraICState( in ComputeStoreElementPolymorphic()
Dcode-stubs.h837 return StoreIC::ComputeExtraICState(strict_mode_); in GetExtraICState()
/external/v8/src/
Dstub-cache.cc393 Code::ComputeExtraICState(grow_mode, strict_mode); in ComputeKeyedLoadOrStoreElement()
1358 Code::ComputeExtraICState(grow_mode_, strict_mode_); in GetCode()
Dic.cc1600 Code::ExtraICState extra_state = Code::ComputeExtraICState(grow_mode, in ComputeStub()
Dobjects.h4331 static inline ExtraICState ComputeExtraICState( in ComputeExtraICState() function