Searched refs:BlockCount (Results 1 – 12 of 12) sorted by relevance
194 CHECK_BOOL(statInfo.BlockCount == 1); in TestVirtualBlocks()590 CHECK_BOOL( poolStats.BlockCount == 1 ); in TestCustomPools()593 CHECK_BOOL( poolStats.UnusedBytes == poolStats.BlockCount * poolDesc.BlockSize ); in TestCustomPools()604 CHECK_BOOL( poolStats.BlockCount == 2 ); in TestCustomPools()607 CHECK_BOOL( poolStats.UnusedBytes == poolStats.BlockCount * poolDesc.BlockSize ); in TestCustomPools()611 CHECK_BOOL( poolStats.BlockCount == 1 ); in TestCustomPools()614 CHECK_BOOL( poolStats.UnusedBytes == poolStats.BlockCount * poolDesc.BlockSize ); in TestCustomPools()641 CHECK_BOOL( poolStats.BlockCount == 1 ); in TestCustomPools()652 …CHECK_BOOL( globalStatsCurr.Total.BlockCount == globalStatsBeg.Total.BlockCount + poolStats.BlockC… in TestCustomPools()692 CHECK_BOOL( poolStats.BlockCount == 2 ); in TestCustomPools()[all …]
1120 UINT BlockCount; member
503 dst.BlockCount += src.BlockCount; in AddStatInfo()3161 outInfo.BlockCount = 1; in CalcAllocationStatInfo()4869 statInfo.BlockCount = 1; in CalculateStats()4981 json.WriteNumber(statInfo.BlockCount); in AddStatInfoToJson()
574 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq() local577 BlockCount *= BlockFreq; in getProfileCountFromFreq()580 BlockCount = (BlockCount + EntryFreq.lshr(1)).udiv(EntryFreq); in getProfileCountFromFreq()581 return BlockCount.getLimitedValue(); in getProfileCountFromFreq()
161 uint32_t BlockCount; in readGCNO() local162 if (!Buff.readInt(BlockCount)) in readGCNO()164 for (uint32_t i = 0, e = BlockCount; i != e; ++i) { in readGCNO()179 if (BlockNo >= BlockCount) { in readGCNO()208 if (BlockNo >= BlockCount) { in readGCNO()
340 unsigned BlockCount = 0; in findPotentialBlockers() local347 BlockCount++; in findPotentialBlockers()348 if (BlockCount >= InspectionLimit) in findPotentialBlockers()359 if (BlockCount < InspectionLimit) { in findPotentialBlockers()361 int LimitLeft = InspectionLimit - BlockCount; in findPotentialBlockers()
259 const uint64_t BlockCount = Size / BlockBytes; in emitConstantSizeRepmov() local263 DAG.getIntPtrConstant(BlockCount, dl), BlockType); in emitConstantSizeRepmov()
361 while (unsigned &BlockCount = LoopBlocks[CurrentLoop]) { in orderNodes() local364 --BlockCount; in orderNodes()
373 size_t BlockCount() const;
1157 size_t Coverage::FunctionData::BlockCount() const { in BlockCount() function in v8::debug::Coverage::FunctionData
376 for (size_t k = 0; k < function_data.BlockCount(); k++) { in coverageToProtocol()
3442 for (size_t k = 0; k < function_data.BlockCount(); k++) { in WriteLcovData()