HomeSort by relevance Sort by last modified time
    Searched refs:task_contexts_ (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/trace_event/
heap_profiler_allocation_context_tracker.cc 87 task_contexts_.reserve(kMaxTaskDepth);
139 if (task_contexts_.size() < kMaxTaskDepth)
140 task_contexts_.push_back(context);
149 if (task_contexts_.empty())
152 DCHECK_EQ(context, task_contexts_.back())
154 task_contexts_.pop_back();
240 ctx.type_name = task_contexts_.empty() ? nullptr : task_contexts_.back();
heap_profiler_allocation_context_tracker.h 100 std::vector<const char*> task_contexts_; member in class:base::trace_event::AllocationContextTracker

Completed in 188 milliseconds