Home
last modified time | relevance | path

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

/external/v8/src/
Disolate-inl.h141 bool Isolate::IsStringLengthOverflowIntact() { in IsStringLengthOverflowIntact() function
Disolate.h998 inline bool IsStringLengthOverflowIntact();
Disolate.cc2958 DCHECK(IsStringLengthOverflowIntact()); in Throw()
2962 DCHECK(!IsStringLengthOverflowIntact()); in Throw()
Dfactory.cc1339 if (isolate()->IsStringLengthOverflowIntact()) { in NewInvalidStringLengthError()
/external/v8/src/compiler/
Djs-typed-lowering.cc629 if (isolate()->IsStringLengthOverflowIntact()) { in ReduceCreateConsString()
/external/v8/src/crankshaft/
Dhydrogen.cc2122 if (top_info()->IsStub() || !isolate()->IsStringLengthOverflowIntact()) { in BuildAddStringLengths()