Lines Matching refs:BlockInfo
107 for (BlockInfo &b : blocks_) res += b.Pack(type, this); in Pack()
112 for (BlockInfo &b : blocks_) b.Lock(); in LockAll()
116 for (BlockInfo &b : blocks_) b.Unlock(); in UnlockAll()
120 for (BlockInfo &b : blocks_) b.TestOnlyUnmap(this); in TestOnlyUnmap()
124 uptr *StackStore::BlockInfo::Get() const { in Get()
131 uptr *StackStore::BlockInfo::Create(StackStore *store) { in Create()
141 uptr *StackStore::BlockInfo::GetOrCreate(StackStore *store) { in GetOrCreate()
253 uptr *StackStore::BlockInfo::GetOrUnpack(StackStore *store) { in GetOrUnpack()
301 uptr StackStore::BlockInfo::Pack(Compression type, StackStore *store) { in Pack()
364 void StackStore::BlockInfo::TestOnlyUnmap(StackStore *store) { in TestOnlyUnmap()
369 bool StackStore::BlockInfo::Stored(uptr n) { in Stored()
374 bool StackStore::BlockInfo::IsPacked() const { in IsPacked()