Lines Matching refs:diff
35 CompilationStatistics::BasicStats* diff) {
37 diff->function_name_ = pipeline_stats->function_name_;
38 diff->delta_ = timer_.Elapsed();
41 diff->max_allocated_bytes_ = outer_zone_diff + scope_->GetMaxAllocatedBytes();
42 diff->absolute_max_allocated_bytes_ =
43 diff->max_allocated_bytes_ + allocated_bytes_at_start_;
44 diff->total_allocated_bytes_ =
67 CompilationStatistics::BasicStats diff;
68 total_stats_.End(this, &diff);
69 compilation_stats_->RecordTotalStats(diff);
84 CompilationStatistics::BasicStats diff;
85 phase_kind_stats_.End(this, &diff);
86 compilation_stats_->RecordPhaseKindStats(phase_kind_name_, diff);
89 TRACE_STR_COPY(diff.AsJSON().c_str()));
102 CompilationStatistics::BasicStats diff;
103 phase_stats_.End(this, &diff);
104 compilation_stats_->RecordPhaseStats(phase_kind_name_, phase_name_, diff);
107 TRACE_STR_COPY(diff.AsJSON().c_str()));