Searched refs:is_trace_alloc (Results 1 – 2 of 2) sorted by relevance
27 #define TRACE(...) TRACE_COND(data()->is_trace_alloc(), __VA_ARGS__)1933 data()->is_trace_alloc()); in AddInitialIntervals()2084 data()->is_trace_alloc()); in Define()2086 data()->is_trace_alloc()); in Define()2088 range->ShortenTo(position, data()->is_trace_alloc()); in Define()2094 range->AddUsePosition(use_pos, data()->is_trace_alloc()); in Define()2109 range->AddUsePosition(use_pos, data()->is_trace_alloc()); in Use()2112 data()->is_trace_alloc()); in Use()2176 allocation_zone(), data()->is_trace_alloc()); in ProcessInstructions()2188 allocation_zone(), data()->is_trace_alloc()); in ProcessInstructions()[all …]
213 bool is_trace_alloc() { in is_trace_alloc() function