Searched refs:GetInBlockIdx (Results 1 – 2 of 2) sorted by relevance
62 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()
60 static constexpr uptr GetInBlockIdx(uptr frame_idx) { in GetInBlockIdx() function