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

/art/runtime/
H A Dthread.cc2561 ObjPtr<mirror::PointerArray> trace_methods_and_pcs = GetTraceMethodsAndPCs(); local
2562 trace_methods_and_pcs->SetElementPtrSize<kTransactionActive>(count_, method, pointer_size_);
2563 trace_methods_and_pcs->SetElementPtrSize<kTransactionActive>(
2564 trace_methods_and_pcs->GetLength() / 2 + count_,

Completed in 57 milliseconds