Searched refs:trace_methods (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc2629 ObjPtr<mirror::PointerArray> trace_methods = build_trace_visitor.GetTraceMethodsAndPCs(); local
2630 // Second half of trace_methods is dex PCs.
2631 for (uint32_t i = 0; i < static_cast<uint32_t>(trace_methods->GetLength() / 2); ++i) {
2632 auto* method = trace_methods->GetElementPtrSize<ArtMethod*>(

Completed in 93 milliseconds