Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp62 stack_trace += GetInBlockIdx(idx); in Load()
82 return blocks_[block_idx].GetOrCreate(this) + GetInBlockIdx(start); in Alloc()
87 uptr in_first = kBlockSizeFrames - GetInBlockIdx(start); in Alloc()
H A Dsanitizer_stack_store.h60 static constexpr uptr GetInBlockIdx(uptr frame_idx) { in GetInBlockIdx() function