Home
last modified time | relevance | path

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

/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dfunction-templates-expected.cc24 if (rhs.HasOverflowed()) in Checked()
31 bool HasOverflowed() const { return false; } in HasOverflowed() function in WTF::Checked
53 static bool HasOverflowed(WTF::Checked<U, int>& input) { in HasOverflowed() function
57 return input.HasOverflowed(); in HasOverflowed()
Dfunction-templates-original.cc53 static bool HasOverflowed(WTF::Checked<U, int>& input) { in HasOverflowed() function
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc412 if (!stack_frame.HasOverflowed()) { in MakeNotPredicateImpl()
505 bool HasOverflowed() const { in HasOverflowed() function in tensorflow::__anon9db8ce5c0111::PredicateFactory::IncrementStackDepth
576 if (stack_frame.HasOverflowed()) { in MakeAndOrImpl()
/external/v8/src/
Dstring-builder-inl.h170 V8_INLINE bool HasOverflowed() const { return overflowed_; } in HasOverflowed() function
Djson-stringifier.cc362 if (check.HasOverflowed()) { in StackPush()
623 if (builder_.HasOverflowed()) return EXCEPTION; in SerializeArrayLikeSlow()
Dexecution.cc68 if (check.HasOverflowed()) { in Invoke()
Disolate.h1965 bool HasOverflowed() const { in HasOverflowed() function
1986 if (stack_check.HasOverflowed()) { \
Djson-parser.cc286 if (stack_check.HasOverflowed()) { in ParseJsonValue()
/external/v8/src/runtime/
Druntime-literals.cc80 if (check.HasOverflowed()) { in StructureWalk()
Druntime-strings.cc71 if (stackLimitCheck.HasOverflowed() || (recursion_limit == 0)) { in StringReplaceOneCharWithString()
/external/v8/src/regexp/
Dregexp-parser.cc80 if (check.HasOverflowed()) { in Advance()
Djsregexp.cc6304 if (check.HasOverflowed()) { in EnsureAnalyzed()
/external/v8/src/debug/
Ddebug.cc1938 if (check.HasOverflowed()) return; in HandleDebugBreak()