Searched refs:trace_methods (Results 1 – 1 of 1) sorted by relevance
2851 ObjPtr<mirror::PointerArray> trace_methods = build_trace_visitor.GetTraceMethodsAndPCs(); in CreateInternalStackTrace() local2853 for (uint32_t i = 0; i < static_cast<uint32_t>(trace_methods->GetLength() / 2); ++i) { in CreateInternalStackTrace()2854 auto* method = trace_methods->GetElementPtrSize<ArtMethod*>( in CreateInternalStackTrace()