Home
last modified time | relevance | path

Searched refs:GetBlockIdx (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp49 *pack += blocks_[GetBlockIdx(idx)].Stored(h.size + 1); in Store()
57 uptr block_idx = GetBlockIdx(idx); in Load()
76 uptr block_idx = GetBlockIdx(start); in Alloc()
77 uptr last_idx = GetBlockIdx(start + count - 1); in Alloc()
H A Dsanitizer_stack_store.h56 static constexpr uptr GetBlockIdx(uptr frame_idx) { in GetBlockIdx() function