Home
last modified time | relevance | path

Searched refs:DCHECK_GE (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_java.cpp93 DCHECK_GE(ptr, jctx->heap_begin); in __tsan_java_alloc()
106 DCHECK_GE(ptr, jctx->heap_begin); in __tsan_java_free()
120 DCHECK_GE(src, jctx->heap_begin); in __tsan_java_move()
122 DCHECK_GE(dst, jctx->heap_begin); in __tsan_java_move()
143 DCHECK_GE(*from_ptr, jctx->heap_begin); in __tsan_java_find()
165 DCHECK_GE(addr, jctx->heap_begin); in __tsan_java_mutex_lock()
177 DCHECK_GE(addr, jctx->heap_begin); in __tsan_java_mutex_unlock()
187 DCHECK_GE(addr, jctx->heap_begin); in __tsan_java_mutex_read_lock()
199 DCHECK_GE(addr, jctx->heap_begin); in __tsan_java_mutex_read_unlock()
209 DCHECK_GE(addr, jctx->heap_begin); in __tsan_java_mutex_lock_rec()
[all …]
H A Dtsan_vector_clock.h45 DCHECK_GE(v, clk_[static_cast<u8>(sid)]); in Set()
H A Dtsan_rtl.h715 DCHECK_GE(pos, &current->events[0]); in TraceAcquire()
787 DCHECK_GE(thr->shadow_stack_pos, thr->shadow_stack); in FuncEntry()
H A Dtsan_rtl.cpp949 DCHECK_GE(pos, &part->events[0]); in TraceSkipGap()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_range.cpp46 DCHECK_GE(state1, 0); in Intersect()
47 DCHECK_GE(state2, 0); in Intersect()
H A Dsanitizer_array_ref.h77 DCHECK_GE(size(), N);
83 DCHECK_GE(size(), N);
H A Dsanitizer_internal_defs.h351 #define DCHECK_GE(a, b) CHECK_GE(a, b) macro
359 #define DCHECK_GE(a, b) macro
H A Dsanitizer_fuchsia.cpp261 DCHECK_GE(base + size_, map_size + offset); in DoMmapFixedOrDie()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h132 #define DCHECK_GE(A, B) CHECK_GE(A, B) macro
152 #define DCHECK_GE(A, B) \ macro
H A Dmem_map.cpp52 DCHECK_GE(From, MappedBase); in releaseAndZeroPagesToOSImpl()
H A Dallocator_common.h34 DCHECK_GE(B->Count, N); in appendFromBatch()
H A Dquarantine.h49 DCHECK_GE(Size, sizeof(QuarantineBatch)); in merge()
269 DCHECK_GE(CacheSize, OverheadSize); in recycle()
H A Dprimary32.h734 DCHECK_GE(BG->MaxCachedPerBatch, CurBatch->getCount()); in pushBlocksImpl()
1039 DCHECK_GE(AllocatedPagesCount, Recorder.getReleasedPagesCount()); in getSizeClassFragmentationInfo()
1061 DCHECK_GE(Sci->FreeListInfo.PoppedBlocks, Sci->FreeListInfo.PushedBlocks); in releaseToOSMaybe()
1124 DCHECK_GE(Sci->FreeListInfo.PoppedBlocks, Sci->FreeListInfo.PushedBlocks); in hasChanceToReleasePages()
H A Dprimary64.h459 DCHECK_GE(Region->FreeListInfo.PoppedBlocks, in verifyAllBlocksAreReleasedTestOnly()
871 DCHECK_GE(BG->MaxCachedPerBatch, CurBatch->getCount()); in pushBlocksImpl()
1207 DCHECK_GE(AllocatedPagesCount, Recorder.getReleasedPagesCount()); in getRegionFragmentationInfo()
1509 DCHECK_GE(Region->FreeListInfo.PoppedBlocks, in hasChanceToReleasePages()
1612 DCHECK_GE(AllocatedUserEnd, BatchGroupBase); in collectGroupsToRelease()
H A Dlist.h103 DCHECK_GE(reinterpret_cast<uptr>(X), reinterpret_cast<uptr>(Base)); in assertElementInRange()
H A Dsecondary.h815 DCHECK_GE(NewMapBase, MapBase); in allocate()
841 DCHECK_GE(HeaderPos, MapBase + getGuardPageSize()); in allocate()
H A Drelease.h605 DCHECK_GE(RegionSize, BlockSize); in markFreeBlocksInRegion()
H A Dcombined.h1097 DCHECK_GE(Offset, 2 * sizeof(u32)); in initChunk()
1229 DCHECK_GE(Offset, 2 * sizeof(u32)); in initChunkWithMemoryTagging()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_writer.h222 DCHECK_GE(NextRecord - B, reinterpret_cast<char *>(Buffer.Data));
H A Dxray_segmented_array.h504 DCHECK_GE(PS, CS); in trim()