Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc2770 ObjPtr<mirror::PointerArray> methods_and_pcs = GetTraceMethodsAndPCs(); in AddFrame()
2782 ObjPtr<mirror::PointerArray> GetTraceMethodsAndPCs() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetTraceMethodsAndPCs() function in art::BuildInternalStackTraceVisitor
2837 ObjPtr<mirror::PointerArray> trace_methods = build_trace_visitor.GetTraceMethodsAndPCs(); in CreateInternalStackTrace()