HomeSort by relevance Sort by last modified time
    Searched refs:overflowed (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CGExprCXX.cpp 588 // Compute the size before cookie, and track whether it overflowed.
594 // Add in the cookie, and check whether it's overflowed.
695 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local
697 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
699 hasOverflow = overflowed;
734 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local
736 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
738 hasOverflow = overflowed;
    [all...]
  /external/mksh/src/
shf.c 848 bool overflowed = false; local
853 overflowed = true;
857 if (overflowed)
  /external/v8/src/heap/
mark-compact.h 160 bool overflowed() const { return overflowed_; } function in class:v8::internal::MarkingDeque
167 // otherwise mark the object as overflowed and wait for a rescan of the
763 // or overflowed in the heap.
767 // or overflowed in the heap. This respects references only considered in
781 // overflowed objects in the heap, in which case the marking stack's
785 // Refill the marking stack with overflowed objects from the heap. This
mark-compact.cc 1018 // the marking stack. Instead, we mark them as both marked and overflowed.
1019 // When the stack is in the overflowed state, objects marked as overflowed
1022 // the heap looking for objects marked as overflowed, push them on the stack,
    [all...]
  /external/libdrm/intel/
intel_decode.c 83 bool overflowed; member in struct:drm_intel_decode
122 if (!ctx->overflowed) {
124 ctx->overflowed = true;
    [all...]
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 491 lsr r3, r2, LOCK_WORD_READ_BARRIER_STATE_SHIFT @ if either of the upper two bits (28-29) are set, we overflowed.
    [all...]

Completed in 121 milliseconds