Lines Matching refs:overall_size
455 size_t overall_size; in Dump() local
461 overall_size = count_output.SumLength(); in Dump()
470 okay = DumpToDdmsDirect(overall_size, max_length, CHUNK_TYPE("HPDS")); in Dump()
472 okay = DumpToDdmsBuffered(overall_size, max_length); in Dump()
475 okay = DumpToFile(overall_size, max_length); in Dump()
480 LOG(INFO) << "hprof: heap dump completed (" << PrettySize(RoundUp(overall_size, KB)) in Dump()
746 bool DumpToDdmsBuffered(size_t overall_size ATTRIBUTE_UNUSED, size_t max_length ATTRIBUTE_UNUSED) in DumpToDdmsBuffered()
759 bool DumpToFile(size_t overall_size, size_t max_length) in DumpToFile() argument
789 DCHECK_LE(file_output.SumLength(), overall_size); in DumpToFile()
810 bool DumpToDdmsDirect(size_t overall_size, size_t max_length, uint32_t chunk_type) in DumpToDdmsDirect() argument
827 DCHECK_LE(output.SumLength(), overall_size); in DumpToDdmsDirect()