Searched refs:MAYBE_UNUSED (Results 1 - 17 of 17) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_hap.h | 44 MAYBE_UNUSED uintptr_t arkSymbolExtractorPtr_ = 0; 45 MAYBE_UNUSED std::unique_ptr<uint8_t[]> abcDataPtr_ = nullptr; 46 MAYBE_UNUSED size_t abcDataSize_ = 0; 47 MAYBE_UNUSED uintptr_t abcLoadOffset_ = 0; 48 MAYBE_UNUSED std::unique_ptr<uint8_t[]> srcMapDataPtr_ = nullptr; 49 MAYBE_UNUSED size_t srcMapDataSize_ = 0; 50 MAYBE_UNUSED uintptr_t srcMapLoadOffset_ = 0; 51 MAYBE_UNUSED std::unique_ptr<DfxExtractor> extractor_ = nullptr;
|
H A D | fp_unwinder.h | 66 MAYBE_UNUSED uintptr_t sp = 0; in Unwind() 67 MAYBE_UNUSED bool isJsFrame = false; in Unwind() 95 MAYBE_UNUSED uintptr_t sp = 0; in UnwindSafe() 96 MAYBE_UNUSED bool isJsFrame = false; in UnwindSafe() 154 MAYBE_UNUSED const uintptr_t maxUnwindAddrRange_ = 16 * 1024; // 16: 16k 157 MAYBE_UNUSED uintptr_t arkMapStart_ = 0; 158 MAYBE_UNUSED uintptr_t arkMapEnd_ = 0;
|
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/ |
H A D | thread_sampler.h | 100 MAYBE_UNUSED void ResetConsumeInfo();
119 MAYBE_UNUSED uint64_t copyStackCount_ {0};
120 MAYBE_UNUSED uint64_t copyStackTimeCost_ {0};
121 MAYBE_UNUSED uint64_t unwindCount_ {0};
122 MAYBE_UNUSED uint64_t unwindTimeCost_ {0};
123 MAYBE_UNUSED uint64_t processTimeCost_ {0};
124 MAYBE_UNUSED uint64_t sampleCount_ {0};
125 MAYBE_UNUSED uint64_t requestCount_ {0};
126 MAYBE_UNUSED uint64_t signalTimeCost_ {0};
127 MAYBE_UNUSED uint64_ [all...] |
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/ |
H A D | unwind_remote_benchmark.cpp | 42 NOINLINE static void TestFunc6(MAYBE_UNUSED void (*func)(void*), MAYBE_UNUSED volatile bool* ready)
in TestFunc6() 107 static size_t UnwindRemote(unwindstack::Unwinder unwinder, MAYBE_UNUSED UnwindData* dataPtr)
|
H A D | unwind_local_benchmark.cpp | 69 static size_t UnwindLocal(MAYBE_UNUSED void* data)
in UnwindLocal()
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_remote_benchmark.cpp | 43 NOINLINE static void TestFunc6(MAYBE_UNUSED void (*func)(void*), MAYBE_UNUSED void* data)
in TestFunc6() 79 MAYBE_UNUSED bool unwRet = unwinder->UnwindRemote(tid);
in UnwinderRemote()
|
H A D | unwind_local_benchmark.cpp | 84 static size_t UnwinderLocal(MAYBE_UNUSED void* data)
in UnwinderLocal() 91 MAYBE_UNUSED bool unwRet = unwinder->UnwindLocal(false, isFp);
in UnwinderLocal() 103 static size_t UnwinderLocalFp(MAYBE_UNUSED void* data) {
in UnwinderLocalFp() 144 static size_t FpUnwinderLocal(MAYBE_UNUSED void* data) {
in FpUnwinderLocal() 167 static size_t FpUnwinderLocalSafe(MAYBE_UNUSED void* data) {
in FpUnwinderLocalSafe()
|
/base/hiviewdfx/faultloggerd/interfaces/common/ |
H A D | dfx_define.h | 87 #define MAYBE_UNUSED [[maybe_unused]] macro
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/ |
H A D | unwind_remote_benchmark.cpp | 33 NOINLINE static void TestFunc6(MAYBE_UNUSED void (*func)(void*))
in TestFunc6()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | unwinder.cpp | 245 MAYBE_UNUSED const uintptr_t pacMaskDefault_ = static_cast<uintptr_t>(0xFFFFFF8000000000); 253 MAYBE_UNUSED bool enableMixstack_ = true; 254 MAYBE_UNUSED bool ignoreMixstack_ = false; 255 MAYBE_UNUSED bool stopWhenArkFrame_ = false; 256 MAYBE_UNUSED bool isJitCrash_ = false; 789 MAYBE_UNUSED UnwindContext* uctx = reinterpret_cast<UnwindContext *>(ctx); in Unwind() 927 MAYBE_UNUSED int mapRet = acc_->GetMapByPc(frame.pc, map, ctx); in StepInner() 974 MAYBE_UNUSED int utiRet = acc_->FindUnwindTable(frame.pc, uti, ctx); in StepInner()
|
H A D | dfx_regs_arm.cpp | 95 bool DfxRegsArm::SetPcFromReturnAddress(MAYBE_UNUSED std::shared_ptr<DfxMemory> memory) in SetPcFromReturnAddress()
|
H A D | dwarf_section.cpp | 63 MAYBE_UNUSED auto segbase = uti.segbase;
in SearchEntry() 353 MAYBE_UNUSED uintptr_t augSize = memory_->ReadUleb128(ptr);
in FillInCie()
|
H A D | dfx_regs_riscv64.cpp | 95 bool DfxRegsRiscv64::SetPcFromReturnAddress(MAYBE_UNUSED std::shared_ptr<DfxMemory> memory) in SetPcFromReturnAddress()
|
H A D | dfx_regs_arm64.cpp | 95 bool DfxRegsArm64::SetPcFromReturnAddress(MAYBE_UNUSED std::shared_ptr<DfxMemory> memory) in SetPcFromReturnAddress()
|
H A D | dfx_elf.cpp | 695 MAYBE_UNUSED uintptr_t ehFrameStart = memory->ReadEncodedValue(ptr, hdr->ehFramePtrEnc);
in FillUnwindTableByEhhdrLocal() 743 MAYBE_UNUSED uintptr_t ehFrameStart = mmap_->ReadEncodedValue(ptrOffset, hdr->ehFramePtrEnc);
in FillUnwindTableByEhhdr()
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | unwinder_test.cpp | 113 MAYBE_UNUSED bool unwRet = unwinder->UnwindLocal(); in HWTEST_F() 150 MAYBE_UNUSED bool unwRet = unwinder->UnwindLocal(); in HWTEST_F() 362 MAYBE_UNUSED bool unwRet = unwinder->UnwindLocal(); in HWTEST_F() 387 MAYBE_UNUSED bool unwRet = unwinder->UnwindLocal(); in HWTEST_F()
|
H A D | dwarf_test.cpp | 285 MAYBE_UNUSED bool ret = false; in Test06()
|
Completed in 13 milliseconds