Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dthread.cc3029 ObjPtr<mirror::PointerArray> methods_and_pcs = in Init() local
3033 if (methods_and_pcs == nullptr) { in Init()
3037 trace->Set</*kTransactionActive=*/ false, /*kCheckTransaction=*/ false>(0, methods_and_pcs); in Init()
3065 ObjPtr<mirror::PointerArray> methods_and_pcs = GetTraceMethodsAndPCs(); in AddFrame() local
3066 methods_and_pcs->SetElementPtrSize</*kTransactionActive=*/ false, /*kCheckTransaction=*/ false>( in AddFrame()
3068 methods_and_pcs->SetElementPtrSize</*kTransactionActive=*/ false, /*kCheckTransaction=*/ false>( in AddFrame()
3069 static_cast<uint32_t>(methods_and_pcs->GetLength()) / 2 + count_, dex_pc, pointer_size_); in AddFrame()