Home
last modified time | relevance | path

Searched refs:HasOverflowed (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/execution/
Dlocal-isolate.cc41 bool StackLimitCheck::HasOverflowed(LocalIsolate* local_isolate) { in HasOverflowed() function in v8::internal::StackLimitCheck
Disolate.h2096 bool HasOverflowed() const { in HasOverflowed() function
2100 static bool HasOverflowed(LocalIsolate* local_isolate);
2118 if (stack_check.HasOverflowed()) { \
Dexecution.cc253 if (check.HasOverflowed()) { in Invoke()
/external/v8/src/strings/
Dstring-builder-inl.h178 V8_INLINE bool HasOverflowed() const { return overflowed_; } in HasOverflowed() function
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc497 if (!stack_frame.HasOverflowed()) { in MakeNotPredicateImpl()
602 bool HasOverflowed() const { in HasOverflowed() function in tensorflow::__anon2eac6f9e0111::PredicateFactory::IncrementStackDepth
676 if (stack_frame.HasOverflowed()) { in MakeAndOrImpl()
/external/v8/src/json/
Djson-stringifier.cc378 if (check.HasOverflowed()) { in StackPush()
746 if (builder_.HasOverflowed()) return EXCEPTION; in SerializeArrayLikeSlow()
/external/v8/src/runtime/
Druntime-strings.cc73 if (stackLimitCheck.HasOverflowed() || (recursion_limit == 0)) { in StringReplaceOneCharWithString()
Druntime-literals.cc79 if (check.HasOverflowed()) { in StructureWalk()
/external/v8/src/regexp/
Dregexp-parser.cc79 if (check.HasOverflowed()) { in Advance()
Dregexp-compiler.cc3602 if (check.HasOverflowed()) { in EnsureAnalyzed()
/external/v8/src/debug/
Ddebug.cc2104 if (check.HasOverflowed()) return; in HandleDebugBreak()
/external/v8/src/compiler/
Djs-heap-broker.cc5382 ? StackLimitCheck::HasOverflowed(local_isolate_) in StackHasOverflowed()
5383 : StackLimitCheck(isolate_).HasOverflowed(); in StackHasOverflowed()