Searched refs:HasOverflowed (Results 1 – 12 of 12) sorted by relevance
41 bool StackLimitCheck::HasOverflowed(LocalIsolate* local_isolate) { in HasOverflowed() function in v8::internal::StackLimitCheck
2096 bool HasOverflowed() const { in HasOverflowed() function2100 static bool HasOverflowed(LocalIsolate* local_isolate);2118 if (stack_check.HasOverflowed()) { \
253 if (check.HasOverflowed()) { in Invoke()
178 V8_INLINE bool HasOverflowed() const { return overflowed_; } in HasOverflowed() function
497 if (!stack_frame.HasOverflowed()) { in MakeNotPredicateImpl()602 bool HasOverflowed() const { in HasOverflowed() function in tensorflow::__anon2eac6f9e0111::PredicateFactory::IncrementStackDepth676 if (stack_frame.HasOverflowed()) { in MakeAndOrImpl()
378 if (check.HasOverflowed()) { in StackPush()746 if (builder_.HasOverflowed()) return EXCEPTION; in SerializeArrayLikeSlow()
73 if (stackLimitCheck.HasOverflowed() || (recursion_limit == 0)) { in StringReplaceOneCharWithString()
79 if (check.HasOverflowed()) { in StructureWalk()
79 if (check.HasOverflowed()) { in Advance()
3602 if (check.HasOverflowed()) { in EnsureAnalyzed()
2104 if (check.HasOverflowed()) return; in HandleDebugBreak()
5382 ? StackLimitCheck::HasOverflowed(local_isolate_) in StackHasOverflowed()5383 : StackLimitCheck(isolate_).HasOverflowed(); in StackHasOverflowed()