Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-native-context-specialization.cc750 isolate()->IsFastArrayConstructorPrototypeChainIntact()) { in ReduceElementAccess()
781 isolate()->IsFastArrayConstructorPrototypeChainIntact()) { in ReduceElementAccess()
/external/v8/src/
Disolate.h960 bool IsFastArrayConstructorPrototypeChainIntact();
Disolate.cc2427 bool Isolate::IsFastArrayConstructorPrototypeChainIntact() { in IsFastArrayConstructorPrototypeChainIntact() function in v8::internal::Isolate
2488 if (IsFastArrayConstructorPrototypeChainIntact() && in UpdateArrayProtectorOnSetElement()
Dbuiltins.cc225 isolate->IsFastArrayConstructorPrototypeChainIntact()) { in IsJSArrayFastElementMovingAllowed()
1190 DCHECK(isolate->IsFastArrayConstructorPrototypeChainIntact()); in HasConcatSpreadableModifier()
1390 if (!isolate->IsFastArrayConstructorPrototypeChainIntact()) { in Fast_ArrayConcat()
/external/v8/src/crankshaft/
Dhydrogen.cc7322 isolate()->IsFastArrayConstructorPrototypeChainIntact()) { in BuildKeyedHoleMode()
8909 if (isolate()->IsFastArrayConstructorPrototypeChainIntact() && in TryInlineBuiltinMethodCall()
/external/v8/test/cctest/
Dtest-api.cc18934 CHECK_EQ(true, i_isolate->IsFastArrayConstructorPrototypeChainIntact()); in BreakArrayGuarantees()
18937 CHECK_EQ(false, i_isolate->IsFastArrayConstructorPrototypeChainIntact()); in BreakArrayGuarantees()