Home
last modified time | relevance | path

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

123

/dports/lang/v8/v8-9.6.180.12/tools/clang/rewrite_to_chrome_style/tests/
H A 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()
H A Dfunction-templates-original.cc53 static bool HasOverflowed(WTF::Checked<U, int>& input) { in HasOverflowed() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/clang/rewrite_to_chrome_style/tests/
H A 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()
H A Dfunction-templates-original.cc53 static bool HasOverflowed(WTF::Checked<U, int>& input) { in HasOverflowed() function
/dports/security/keybase/client-v5.7.1/go/kbfs/dokan/winacl/
H A Dwinacl.go60 func (sd *SecurityDescriptor) HasOverflowed() bool { func
98 if sd.HasOverflowed() {
110 if sd.HasOverflowed() {
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/execution/
H A Dlocal-isolate.cc41 bool StackLimitCheck::HasOverflowed(LocalIsolate* local_isolate) { in HasOverflowed() function in v8::internal::StackLimitCheck
H A Disolate.h2096 bool HasOverflowed() const { in HasOverflowed() function
2100 static bool HasOverflowed(LocalIsolate* local_isolate);
2118 if (stack_check.HasOverflowed()) { \
/dports/lang/v8/v8-9.6.180.12/src/execution/
H A Dlocal-isolate.cc59 bool StackLimitCheck::HasOverflowed(LocalIsolate* local_isolate) { in HasOverflowed() function in v8::internal::StackLimitCheck
H A Disolate.h2354 bool HasOverflowed() const { in HasOverflowed() function
2358 static bool HasOverflowed(LocalIsolate* local_isolate);
2379 if (stack_check.HasOverflowed()) { \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/strings/
H A Dstring-builder-inl.h178 V8_INLINE bool HasOverflowed() const { return overflowed_; } in HasOverflowed() function
/dports/lang/v8/v8-9.6.180.12/src/strings/
H A Dstring-builder-inl.h178 V8_INLINE bool HasOverflowed() const { return overflowed_; } in HasOverflowed() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/strings/
H A Dstring-builder-inl.h178 V8_INLINE bool HasOverflowed() const { return overflowed_; } in HasOverflowed() function
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Djson-stringifier.cc247 if (check.HasOverflowed()) { in StackPush()
508 if (builder_.HasOverflowed()) return EXCEPTION; in SerializeArrayLikeSlow()
H A Dstring-builder.h324 INLINE(bool HasOverflowed()) const { return overflowed_; } in INLINE() argument
H A Dexecution.cc68 if (check.HasOverflowed()) { in Invoke()
H A Disolate.h1791 bool HasOverflowed() const { in HasOverflowed() function
1812 if (stack_check.HasOverflowed()) { \
/dports/lang/v8/v8-9.6.180.12/src/d8/
H A Dasync-hooks-wrapper.cc186 if (!i::StackLimitCheck{i_isolate}.HasOverflowed()) { in ShellPromiseHook()
/dports/lang/v8/v8-9.6.180.12/src/json/
H A Djson-stringifier.cc379 if (check.HasOverflowed()) { in StackPush()
747 if (builder_.HasOverflowed()) return EXCEPTION; in SerializeArrayLikeSlow()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Djs-heap-broker.cc204 ? StackLimitCheck::HasOverflowed(local_isolate_) in StackHasOverflowed()
205 : StackLimitCheck(isolate_).HasOverflowed(); in StackHasOverflowed()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/json/
H A Djson-stringifier.cc378 if (check.HasOverflowed()) { in StackPush()
746 if (builder_.HasOverflowed()) return EXCEPTION; in SerializeArrayLikeSlow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/json/
H A Djson-stringifier.cc378 if (check.HasOverflowed()) { in StackPush()
746 if (builder_.HasOverflowed()) return EXCEPTION; in SerializeArrayLikeSlow()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dcontexts.cc529 if (check.HasOverflowed()) { in RunPromiseHook()
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-strings.cc73 if (stackLimitCheck.HasOverflowed() || (recursion_limit == 0)) { in StringReplaceOneCharWithString()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/runtime/
H A Druntime-strings.cc73 if (stackLimitCheck.HasOverflowed() || (recursion_limit == 0)) { in StringReplaceOneCharWithString()
/dports/www/node10/node-v10.24.1/deps/v8/src/runtime/
H A Druntime-literals.cc75 if (check.HasOverflowed()) { in StructureWalk()

123