Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.cc61 Thread* thread, uint32_t max_depth) in BoundedStackVisitor() argument
65 max_depth_(max_depth), in BoundedStackVisitor()
110 uint32_t max_depth = profile_options.GetMaxStackDepth(); in GetSample() local
111 BoundedStackVisitor bounded_stack_visitor(&stack, thread, max_depth); in GetSample()
/art/runtime/gc/
Dheap.cc3698 StackCrawlState(uintptr_t* frames, size_t max_depth, size_t skip_count) in StackCrawlState() argument
3699 : frames_(frames), frame_count_(0), max_depth_(max_depth), skip_count_(skip_count) { in StackCrawlState()
3725 static size_t get_backtrace(uintptr_t* frames, size_t max_depth) { in get_backtrace() argument
3726 StackCrawlState state(frames, max_depth, 0u); in get_backtrace()