Searched refs:BinDebugInfo (Results 1 – 3 of 3) sorted by relevance
626 const std::array<BinDebugInfo, kNumBins> bin_infos = get_bin_debug_info(); in DumpMemoryLog()629 const BinDebugInfo& bin_info = bin_infos[bin_num]; in DumpMemoryLog()701 std::array<BFCAllocator::BinDebugInfo, BFCAllocator::kNumBins>703 std::array<BinDebugInfo, kNumBins> bin_infos; in get_bin_debug_info()709 BinDebugInfo& bin_info = bin_infos[bin_num]; in get_bin_debug_info()
373 struct BinDebugInfo { struct382 std::array<BinDebugInfo, kNumBins> get_bin_debug_info()
442 std::array<BFCAllocator::BinDebugInfo, BFCAllocator::kNumBins> bin_infos; in TestBinDebugInfo()449 const BFCAllocator::BinDebugInfo& bin_info = bin_infos[i]; in TestBinDebugInfo()484 const BFCAllocator::BinDebugInfo& bin_info = bin_infos[i]; in TestBinDebugInfo()571 TEST_F(GPUBFCAllocatorPrivateMethodsTest, BinDebugInfo) { TestBinDebugInfo(); } in TEST_F() argument