Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc272 struct NthCallerWithDexPcVisitor FINAL : public StackVisitor {
273 explicit NthCallerWithDexPcVisitor(Thread* thread, size_t frame) in NthCallerWithDexPcVisitor() function
319 NthCallerWithDexPcVisitor visitor(self, is_wait ? 1U : 0U); in AtraceMonitorLockImpl()