Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc2734 ObjPtr<mirror::PointerArray> methods_and_pcs = in Init() local
2738 if (methods_and_pcs == nullptr) { in Init()
2742 trace->Set</*kTransactionActive=*/ false, /*kCheckTransaction=*/ false>(0, methods_and_pcs); in Init()
2770 ObjPtr<mirror::PointerArray> methods_and_pcs = GetTraceMethodsAndPCs(); in AddFrame() local
2771 methods_and_pcs->SetElementPtrSize</*kTransactionActive=*/ false, /*kCheckTransaction=*/ false>( in AddFrame()
2773 methods_and_pcs->SetElementPtrSize</*kTransactionActive=*/ false, /*kCheckTransaction=*/ false>( in AddFrame()
2774 methods_and_pcs->GetLength() / 2 + count_, dex_pc, pointer_size_); in AddFrame()