Searched refs:overflowed (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DCheckedArithmetic.h51 * - void overflowed();
54 * This function must return true if overflowed() has been called on an
78 NO_RETURN_DUE_TO_CRASH void overflowed() function in class:WTF::CrashOnOverflow
96 void overflowed() function in class:WTF::RecordOverflow
438 this->overflowed();
444 this->overflowed();
452 this->overflowed();
459 this->overflowed();
466 this->overflowed();
468 this->overflowed();
653 bool overflowed = lhs.safeGet(x) == CheckedState::DidOverflow || rhs.safeGet(y) == CheckedState::DidOverflow; local
665 bool overflowed = lhs.safeGet(x) == CheckedState::DidOverflow || rhs.safeGet(y) == CheckedState::DidOverflow; local
677 bool overflowed = lhs.safeGet(x) == CheckedState::DidOverflow || rhs.safeGet(y) == CheckedState::DidOverflow; local
[all...]
/external/chromium_org/chrome/browser/resources/
H A Dpolicy.css155 tbody.has-overflowed-value span.value {
159 tbody:not(.has-overflowed-value) button.toggle-expanded-value {
163 tbody:not(.has-overflowed-value) > tr.expanded-value-container,
164 tbody:not(.show-overflowed-value) > tr.expanded-value-container {
H A Dpolicy_android.css181 tbody.has-overflowed-value span.value {
185 tbody:not(.has-overflowed-value) button.toggle-expanded-value {
189 tbody:not(.has-overflowed-value) > tr.expanded-value-container,
190 tbody:not(.show-overflowed-value) > tr.expanded-value-container {
/external/chromium_org/base/third_party/symbolize/
H A Ddemangle.cc150 bool overflowed; // True if output gets overflowed. member in struct:__anon4015
186 state->overflowed = false;
248 // Append "str" at "out_cur". If there is an overflow, "overflowed"
258 state->overflowed = true;
262 if (!state->overflowed) {
1227 state.overflowed == false &&
/external/mksh/src/
H A Dshf.c850 bool overflowed = false; local
855 overflowed = true;
859 if (overflowed)
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp639 // Compute the size before cookie, and track whether it overflowed.
645 // Add in the cookie, and check whether it's overflowed.
746 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local
748 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
750 hasOverflow = overflowed;
785 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local
787 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
789 hasOverflow = overflowed;
/external/v8/src/
H A Dmark-compact.h188 bool overflowed() const { return overflowed_; } function in class:v8::internal::MarkingDeque
195 // otherwise mark the object as overflowed and wait for a rescan of the
675 // or overflowed in the heap.
680 // overflowed objects in the heap, in which case the marking stack's
684 // Refill the marking stack with overflowed objects from the heap. This
H A Dmark-compact.cc755 // the marking stack. Instead, we mark them as both marked and overflowed.
756 // When the stack is in the overflowed state, objects marked as overflowed
759 // the heap looking for objects marked as overflowed, push them on the stack,
1741 // overflowed objects in the heap.
1947 // Fill the marking stack with overflowed objects returned by the given
2078 // There may be overflowed objects in the heap. Visit them now.
2079 while (marking_deque_.overflowed()) {
2169 // marking stack have been marked, or are overflowed in the heap.
2192 // Sweep the heap for overflowed object
[all...]
/external/chromium_org/v8/src/
H A Dmark-compact.h188 bool overflowed() const { return overflowed_; } function in class:v8::internal::MarkingDeque
195 // otherwise mark the object as overflowed and wait for a rescan of the
853 // or overflowed in the heap.
857 // or overflowed in the heap. This respects references only considered in
871 // overflowed objects in the heap, in which case the marking stack's
875 // Refill the marking stack with overflowed objects from the heap. This
H A Dmark-compact.cc980 // the marking stack. Instead, we mark them as both marked and overflowed.
981 // When the stack is in the overflowed state, objects marked as overflowed
984 // the heap looking for objects marked as overflowed, push them on the stack,
1833 // overflowed objects in the heap.
1900 // Fill the marking stack with overflowed objects returned by the given
2113 // There may be overflowed objects in the heap. Visit them now.
2114 while (marking_deque_.overflowed()) {
2166 // marking stack have been marked, or are overflowed in the heap.
2183 // Sweep the heap for overflowed object
[all...]

Completed in 441 milliseconds