Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc2709 BuildInternalStackTraceVisitor(Thread* self, Thread* thread, int skip_depth) in BuildInternalStackTraceVisitor() argument
2712 skip_depth_(skip_depth), in BuildInternalStackTraceVisitor()
2817 const uint32_t skip_depth = count_visitor.GetSkipDepth(); in CreateInternalStackTrace() local
2821 soa.Self(), const_cast<Thread*>(this), skip_depth); in CreateInternalStackTrace()