Home
last modified time | relevance | path

Searched refs:IsFastArrayConstructorPrototypeChainIntact (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Djs-native-context-specialization.cc759 isolate()->IsFastArrayConstructorPrototypeChainIntact()) { in ReduceElementAccess()
778 isolate()->IsFastArrayConstructorPrototypeChainIntact()) { in ReduceElementAccess()
/external/v8/src/
Disolate.h985 bool IsFastArrayConstructorPrototypeChainIntact();
Disolate.cc2531 bool Isolate::IsFastArrayConstructorPrototypeChainIntact() { in IsFastArrayConstructorPrototypeChainIntact() function in v8::internal::Isolate
2620 if (!IsFastArrayConstructorPrototypeChainIntact()) return; in UpdateArrayProtectorOnSetElement()
/external/v8/src/crankshaft/
Dhydrogen.cc7476 isolate()->IsFastArrayConstructorPrototypeChainIntact()) { in BuildKeyedHoleMode()
9188 if (isolate()->IsFastArrayConstructorPrototypeChainIntact() && in TryInlineBuiltinMethodCall()
/external/v8/test/cctest/
Dtest-api.cc19549 CHECK_EQ(true, i_isolate->IsFastArrayConstructorPrototypeChainIntact()); in BreakArrayGuarantees()
19552 CHECK_EQ(false, i_isolate->IsFastArrayConstructorPrototypeChainIntact()); in BreakArrayGuarantees()