Home
last modified time | relevance | path

Searched refs:IsNoElementsProtectorIntact (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Disolate.h1235 bool IsNoElementsProtectorIntact(Context* context);
1236 bool IsNoElementsProtectorIntact();
Disolate.cc3333 bool Isolate::IsNoElementsProtectorIntact(Context* context) { in Throw() function in v8::internal::Isolate
3415 bool Isolate::IsNoElementsProtectorIntact() { in Throw() function in v8::internal::Isolate
3416 return Isolate::IsNoElementsProtectorIntact(context()); in Throw()
3487 if (!IsNoElementsProtectorIntact()) return; in Throw()
Delements.cc3438 return !isolate->IsNoElementsProtectorIntact(context); in HoleyPrototypeLookupRequired()
Dobjects.cc2495 isolate->IsNoElementsProtectorIntact()) { in IterationHasObservableEffects()
/external/v8/src/runtime/
Druntime-array.cc384 if (!isolate->IsNoElementsProtectorIntact() || in RUNTIME_FUNCTION()
/external/v8/src/compiler/
Djs-native-context-specialization.cc2701 isolate()->IsNoElementsProtectorIntact()) { in BuildIndexedStringLoad()
2850 if (!isolate()->IsNoElementsProtectorIntact()) return false; in CanTreatHoleAsUndefined()
Djs-call-reducer.cc981 isolate->IsNoElementsProtectorIntact() && in CanInlineArrayIteratingBuiltin()
4352 if (!isolate()->IsNoElementsProtectorIntact()) return NoChange(); in ReduceArrayPrototypePush()
4466 if (!isolate()->IsNoElementsProtectorIntact()) return NoChange(); in ReduceArrayPrototypePop()
4583 if (!isolate()->IsNoElementsProtectorIntact()) return NoChange(); in ReduceArrayPrototypeShift()
/external/v8/src/ic/
Dic.cc1192 if (isolate->IsNoElementsProtectorIntact()) { in GetLoadMode()