Searched refs:GetPtr (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | fp_unwinder_test.cpp | 53 auto unwSz = FpUnwinder::GetPtr()->Unwind(pc, fp, pcs, maxSize); in HWTEST_F() 85 auto unwSz = FpUnwinder::GetPtr()->UnwindSafe(pc, fp, pcs, maxSize); in HWTEST_F()
|
/base/update/updateservice/napi/include/ |
H A D | napi_auto_register.h | 45 std::shared_ptr<INTERFACE> GetPtr(uint32_t functionType)
in GetPtr() function in OHOS::UpdateEngine::Container
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | fp_unwinder.h | 38 static FpUnwinder* GetPtr() in GetPtr() function in OHOS::HiviewDFX::FpUnwinder
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | thread_context.cpp | 196 ctxPtr->frameSz = FpUnwinder::GetPtr()->UnwindSafe(pc, fp, ctxPtr->pcs, DEFAULT_MAX_LOCAL_FRAME_NUM); in CopyContextAndWaitTimeout() 242 FpUnwinder::GetPtr(); in InitSignalHandler()
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_local_benchmark.cpp | 149 auto unwSize = FpUnwinder::GetPtr()->Unwind(regs[0], regs[1], pcs, maxSize);
in FpUnwinderLocal() 172 auto unwSize = FpUnwinder::GetPtr()->UnwindSafe(regs[0], regs[1], pcs, maxSize);
in FpUnwinderLocalSafe()
|
Completed in 3 milliseconds