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

  /external/clang/test/CodeGen/
builtins-overflow.c 14 void overflowed(void);
26 overflowed();
40 overflowed();
54 overflowed();
68 overflowed();
82 overflowed();
96 overflowed();
115 overflowed();
134 overflowed();
149 overflowed();
    [all...]
  /external/v8/src/ppc/
assembler-ppc-inl.h 161 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
174 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
491 // 2) OVERFLOWED access:
499 bool overflowed = (opcode == ADDIS);
501 if (overflowed) {
507 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
518 bool overflowed = false; local
526 overflowed = true;
529 *access = (overflowed ? ConstantPoolEntry::OVERFLOWE
539 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); local
562 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
rgn-over3.d 4 # error: \A[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.text' will not fit in region `r1'\n[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.data' will not fit in region `r2'\n[^ \n]*?ld[^:\n]*?: region `r1' overflowed by 4 bytes\n[^ \n]*?ld[^:\n]*?: region `r2' overflowed by 4 bytes\Z
rgn-over6.d 4 # error: \A[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.text' will not fit in region `r1'\n[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.text' will not fit in region `v1'\n[^ \n]*?ld[^:\n]*?: region `r1' overflowed by 16 bytes\n[^ \n]*?ld[^:\n]*?: region `v1' overflowed by 16 bytes\Z
  /external/mksh/src/
shf.c 848 bool overflowed = false; local
853 overflowed = true;
857 if (overflowed)
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 629 // Compute the size before cookie, and track whether it overflowed.
635 // Add in the cookie, and check whether it's overflowed.
736 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local
738 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
740 hasOverflow = overflowed;
775 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local
777 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
779 hasOverflow = overflowed;
    [all...]
  /external/v8/src/heap/
mark-compact.h 200 bool overflowed() const { return overflowed_; } function in class:v8::internal::MarkingDeque
209 // deque as overflowed and wait for a rescan of the heap.
231 // the deque as overflowed and wait for a rescan of the heap.
701 // or overflowed in the heap.
705 // or overflowed in the heap. This respects references only considered in
723 // overflowed objects in the heap, in which case the marking stack's
727 // Refill the marking stack with overflowed objects from the heap. This
mark-compact.cc 954 // the marking stack. Instead, we mark them as both marked and overflowed.
955 // When the stack is in the overflowed state, objects marked as overflowed
958 // the heap looking for objects marked as overflowed, push them on the stack,
    [all...]
  /external/libdrm/intel/
intel_decode.c 86 bool overflowed; member in struct:drm_intel_decode
125 if (!ctx->overflowed) {
127 ctx->overflowed = true;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc 1530 overflowed(Address value, Overflow_check overflow) function in class:__anon75344::Powerpc_relocate_functions
    [all...]
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 560 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 2106 milliseconds