Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler_options.h113 uint32_t GetMaxStackDepth() const { in GetMaxStackDepth() function
Dprofiler.cc110 uint32_t max_depth = profile_options.GetMaxStackDepth(); in GetSample()