Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread.cc2804 ObjPtr<mirror::PointerArray> methods_and_pcs = in Init() local
2808 if (methods_and_pcs == nullptr) { in Init()
2812 trace->Set</*kTransactionActive=*/ false, /*kCheckTransaction=*/ false>(0, methods_and_pcs); in Init()
2840 ObjPtr<mirror::PointerArray> methods_and_pcs = GetTraceMethodsAndPCs(); in AddFrame() local
2841 methods_and_pcs->SetElementPtrSize</*kTransactionActive=*/ false, /*kCheckTransaction=*/ false>( in AddFrame()
2843 methods_and_pcs->SetElementPtrSize</*kTransactionActive=*/ false, /*kCheckTransaction=*/ false>( in AddFrame()
2844 static_cast<uint32_t>(methods_and_pcs->GetLength()) / 2 + count_, dex_pc, pointer_size_); in AddFrame()