Home
last modified time | relevance | path

Searched refs:starting_frame_index (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context_tracker.cc246 int32_t starting_frame_index = frame_count; in GetContextSnapshot() local
248 starting_frame_index = backtrace_capacity - 1; in GetContextSnapshot()
251 for (int32_t i = starting_frame_index - 1; i >= 0; --i) { in GetContextSnapshot()