Searched refs:heap_profiler_options (Results 1 – 3 of 3) sorted by relevance
107 heap_profiler_options.Clear(); in Clear()116 heap_profiler_options.breakdown_threshold_bytes = in Merge()117 std::min(heap_profiler_options.breakdown_threshold_bytes, in Merge()118 config.heap_profiler_options.breakdown_threshold_bytes); in Merge()485 const DictionaryValue* heap_profiler_options = nullptr; in SetMemoryDumpConfigFromConfigDict() local487 &heap_profiler_options)) { in SetMemoryDumpConfigFromConfigDict()489 if (heap_profiler_options->GetInteger(kBreakdownThresholdBytes, in SetMemoryDumpConfigFromConfigDict()492 memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes = in SetMemoryDumpConfigFromConfigDict()495 memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes = in SetMemoryDumpConfigFromConfigDict()579 if (memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes != in ToDict()[all …]
625 tc1.memory_dump_config().heap_profiler_options.breakdown_threshold_bytes); in TEST()648 tc.memory_dump_config().heap_profiler_options.breakdown_threshold_bytes); in TEST()659 tc.memory_dump_config().heap_profiler_options.breakdown_threshold_bytes); in TEST()
88 HeapProfiler heap_profiler_options; member