Home
last modified time | relevance | path

Searched defs:max_depth (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dallocation_record.cc188 AllocRecordStackVisitor(Thread* thread, size_t max_depth, AllocRecordStackTrace* trace_out) in AllocRecordStackVisitor()
Dheap.cc4039 StackCrawlState(uintptr_t* frames, size_t max_depth, size_t skip_count) in StackCrawlState()
4066 static size_t get_backtrace(uintptr_t* frames, size_t max_depth) { in get_backtrace()
/art/runtime/
Dprofiler.cc61 uint32_t max_depth) in BoundedStackVisitor()
112 uint32_t max_depth = profile_options.GetMaxStackDepth(); in GetSample() local