Searched refs:GetInBlockIdx (Results 1 – 2 of 2) sorted by relevance
65 stack_trace += GetInBlockIdx(idx); in Load() 87 return blocks_[block_idx].GetOrCreate(this) + GetInBlockIdx(start); in Alloc() 92 uptr in_first = kBlockSizeFrames - GetInBlockIdx(start); in Alloc()
60 static constexpr uptr GetInBlockIdx(uptr frame_idx) { in GetInBlockIdx() function