Searched refs:breakdown_threshold_bytes (Results 1 – 6 of 6) sorted by relevance
90 : breakdown_threshold_bytes(kDefaultBreakdownThresholdBytes) {} in HeapProfiler()93 breakdown_threshold_bytes = kDefaultBreakdownThresholdBytes; in Clear()121 heap_profiler_options.breakdown_threshold_bytes = in Merge()122 std::min(heap_profiler_options.breakdown_threshold_bytes, in Merge()123 config.heap_profiler_options.breakdown_threshold_bytes); in Merge()454 memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes = in SetMemoryDumpConfigFromConfigDict()457 memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes = in SetMemoryDumpConfigFromConfigDict()553 if (memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes != in ToDict()558 memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes); in ToDict()
71 uint32_t breakdown_threshold_bytes);
184 uint32_t breakdown_threshold_bytes) in HeapDumpWriter() argument187 breakdown_threshold_bytes_(breakdown_threshold_bytes) { in HeapDumpWriter()
72 uint32_t breakdown_threshold_bytes; member
660 tc1.memory_dump_config().heap_profiler_options.breakdown_threshold_bytes); in TEST()693 tc.memory_dump_config().heap_profiler_options.breakdown_threshold_bytes); in TEST()704 tc.memory_dump_config().heap_profiler_options.breakdown_threshold_bytes); in TEST()
856 memory_dump_config.heap_profiler_options.breakdown_threshold_bytes); in OnTraceLogEnabled()