Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic.h324 static ExtraICState ComputeExtraICState(ContextualMode contextual_mode) { in ComputeExtraICState() function
450 static ExtraICState ComputeExtraICState(StrictMode flag) { in ComputeExtraICState() function
537 static ExtraICState ComputeExtraICState(StrictMode flag, in ComputeExtraICState() function
Dic-compiler.cc125 KeyedStoreIC::ComputeExtraICState(strict_mode, store_mode); in ComputeKeyedStoreMonomorphic()
294 KeyedStoreIC::ComputeExtraICState(strict_mode, store_mode); in ComputeKeyedStorePolymorphic()
Dic.cc1348 ExtraICState extra_state = ComputeExtraICState(strict_mode); in initialize_stub()
1397 ExtraICState state = ComputeExtraICState(strict_mode); in pre_monomorphic_stub()