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

/external/chromium_org/v8/src/ic/
H A Dic-compiler.cc125 KeyedStoreIC::ComputeExtraICState(strict_mode, store_mode);
294 KeyedStoreIC::ComputeExtraICState(strict_mode, store_mode);
H A Dic.h324 static ExtraICState ComputeExtraICState(ContextualMode contextual_mode) { function in class:v8::internal::LoadIC
450 static ExtraICState ComputeExtraICState(StrictMode flag) { function in class:v8::internal::StoreIC
537 static ExtraICState ComputeExtraICState(StrictMode flag, function in class:v8::internal::KeyedStoreIC
H A Dic.cc1348 ExtraICState extra_state = ComputeExtraICState(strict_mode);
1397 ExtraICState state = ComputeExtraICState(strict_mode);

Completed in 1561 milliseconds