Searched refs:BinDebugInfo (Results 1 – 3 of 3) sorted by relevance
987 const std::array<BinDebugInfo, kNumBins> bin_infos = get_bin_debug_info(); in DumpMemoryLog()991 const BinDebugInfo& bin_info = bin_infos[bin_num]; in DumpMemoryLog()1103 const std::array<BinDebugInfo, kNumBins> bin_infos = get_bin_debug_info(); in RecordMemoryMapInternal()1106 const BinDebugInfo& bin_info = bin_infos[bin_num]; in RecordMemoryMapInternal()1164 std::array<BFCAllocator::BinDebugInfo, BFCAllocator::kNumBins>1166 std::array<BinDebugInfo, kNumBins> bin_infos; in get_bin_debug_info()1172 BinDebugInfo& bin_info = bin_infos[bin_num]; in get_bin_debug_info()
508 struct BinDebugInfo { struct517 std::array<BinDebugInfo, kNumBins> get_bin_debug_info()
456 std::array<BFCAllocator::BinDebugInfo, BFCAllocator::kNumBins> bin_infos; in TestBinDebugInfo()466 const BFCAllocator::BinDebugInfo& bin_info = bin_infos[i]; in TestBinDebugInfo()514 const BFCAllocator::BinDebugInfo& bin_info = bin_infos[i]; in TestBinDebugInfo()585 TEST_P(GPUBFCAllocatorPrivateMethodsTest, BinDebugInfo) { TestBinDebugInfo(); } in TEST_P() argument