Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dclient.cc280 StackRange thread_stack_range; in GetStackEnd() local
283 thread_stack_range = main_thread_stack_range_; in GetStackEnd()
285 thread_stack_range = GetThreadStackRange(); in GetStackEnd()
287 if (Contained(thread_stack_range, stackptr)) { in GetStackEnd()
288 return thread_stack_range.end; in GetStackEnd()
298 if (is_main_thread && stackptr < thread_stack_range.end) { in GetStackEnd()
299 return thread_stack_range.end; in GetStackEnd()