| /base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
| D | arm_exidx_test.cpp | 65 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(acc); variable 83 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(acc); variable 106 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(acc); variable 164 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(acc); variable 184 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(acc); variable 204 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(acc); variable 225 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(acc); variable 249 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(acc); variable 272 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(acc); variable 295 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(acc); variable [all …]
|
| D | memory_test.cpp | 56 auto memory = std::make_shared<DfxMemory>(acc); variable 78 auto memory = std::make_shared<DfxMemory>(acc); variable 111 auto memory = std::make_shared<DfxMemory>(acc); variable 150 auto memory = std::make_shared<DfxMemory>(acc); variable 180 auto memory = std::make_shared<DfxMemory>(acc); variable 207 auto memory = std::make_shared<DfxMemory>(acc); variable 229 auto memory = std::make_shared<DfxMemory>(acc); variable 255 auto memory = std::make_shared<DfxMemory>(acc); variable 298 auto memory = std::make_shared<DfxMemory>(acc); variable 348 auto memory = std::make_shared<DfxMemory>(acc); variable [all …]
|
| D | dwarf_test.cpp | 67 explicit DwarfSectionTest(std::shared_ptr<DfxMemory> memory) : DwarfSection(memory) {}; in DwarfSectionTest() 179 bool DwarfOpTest::Test04(std::shared_ptr<DfxMemoryTest> memory) in Test04() 255 bool DwarfOpTest::Test05(std::shared_ptr<DfxMemoryTest> memory) in Test05() 409 bool DwarfOpTest::Test09(std::shared_ptr<DfxMemoryTest> memory) in Test09() 448 bool DwarfOpTest::Test10(std::shared_ptr<DfxMemoryTest> memory) in Test10() 527 auto memory = std::make_shared<DfxMemory>(acc); variable 749 auto memory = std::make_shared<DfxMemory>(acc); variable 798 auto memory = std::make_shared<DfxMemoryTest>(); variable 821 auto memory = std::make_shared<DfxMemoryTest>(); variable 846 auto memory = std::make_shared<DfxMemoryTest>(); variable [all …]
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| D | dfx_instructions.cpp | 36 bool DfxInstructions::Flush(DfxRegs& regs, std::shared_ptr<DfxMemory> memory, uintptr_t cfa, RegLoc… in Flush() 73 bool DfxInstructions::Apply(std::shared_ptr<DfxMemory> memory, DfxRegs& regs, RegLocState& rsState) in Apply()
|
| D | dfx_regs_riscv64.cpp | 94 bool DfxRegsRiscv64::SetPcFromReturnAddress(MAYBE_UNUSED std::shared_ptr<DfxMemory> memory) in SetPcFromReturnAddress() 140 bool DfxRegsRiscv64::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame()
|
| D | dfx_regs_arm64.cpp | 95 bool DfxRegsArm64::SetPcFromReturnAddress(MAYBE_UNUSED std::shared_ptr<DfxMemory> memory) in SetPcFromReturnAddress() 141 bool DfxRegsArm64::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame()
|
| D | dfx_regs_x86_64.cpp | 63 bool DfxRegsX86_64::SetPcFromReturnAddress(std::shared_ptr<DfxMemory> memory) in SetPcFromReturnAddress() 96 bool DfxRegsX86_64::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame()
|
| D | dfx_regs_arm.cpp | 95 bool DfxRegsArm::SetPcFromReturnAddress(MAYBE_UNUSED std::shared_ptr<DfxMemory> memory) in SetPcFromReturnAddress() 126 bool DfxRegsArm::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame()
|
| D | dwarf_section.cpp | 30 DwarfSection::DwarfSection(std::shared_ptr<DfxMemory> memory) : memory_(memory) in DwarfSection()
|
| /base/security/device_security_level/baselib/utils/src/ |
| D | utils_mem.c | 35 void UtilsFree(void *memory) in UtilsFree()
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
| D | dwarf_cfa_instructions.h | 31 DwarfCfaInstructions(std::shared_ptr<DfxMemory> memory) : memory_(memory) {}; in DwarfCfaInstructions()
|
| /base/security/device_security_level/test/dslm_unit_test/ |
| D | dslm_memory_mock.cpp | 30 void MockFree::Free(void *memory) in Free()
|
| /base/hiviewdfx/faultloggerd/frameworks/unwinder/include/ |
| D | dfx_elf.h | 51 …DfxElfImpl(std::shared_ptr<DfxMemory> memory) : loadBias_(0), buildIdOffset_(0), buildIdSize_(0), … in DfxElfImpl() 83 …DfxElf(std::shared_ptr<DfxMemory> memory) : machine_(0), class_(0), arch_(ARCH_UNKNOWN), memory_(m… in DfxElf()
|
| /base/hiviewdfx/faultloggerd/test/unittest/unwinder/ |
| D | memory_test.cpp | 49 auto memory = DfxMemoryFile::CreateFileMemory(DUMPCATCHER_ELF_FILE, 0); variable
|
| D | elf_test.cpp | 50 auto memory = DfxMemoryFile::CreateFileMemory(DUMPCATCHER_ELF_FILE, 0); variable
|
| /base/update/updater/test/unittest/diffpatch/ |
| D | image_patch_unittest.cpp | 45 PkgManager::StreamPtr &stream, bool memory, size_t expandedLen) in TestDecompressData() 97 bool memory = false; variable
|
| /base/hiviewdfx/faultloggerd/frameworks/unwinder/ |
| D | dfx_memory_file.cpp | 34 auto memory = std::make_shared<DfxMemoryFile>(); in CreateFileMemory() local
|
| D | dfx_symbols.cpp | 84 bool DfxSymbols::GetNameAndOffsetByPc(std::shared_ptr<DfxMemory> memory, in GetNameAndOffsetByPc()
|
| D | dfx_elf.cpp | 483 bool DfxElf::IsValidElf(std::shared_ptr<DfxMemory> memory) in IsValidElf() 501 uint64_t DfxElf::GetMaxSize(std::shared_ptr<DfxMemory> memory) in GetMaxSize()
|
| D | dfx_maps.cpp | 238 auto memory = DfxMemoryFile::CreateFileMemory(path, 0); in GetRelPc() local
|
| /base/web/webview/test/unittest/ohos_adapter/media_adapter_test/ |
| D | media_codec_decoder_adapter_impl_test.cpp | 216 …std::shared_ptr<Media::AVSharedMemory> memory = std::make_shared<Media::AVSharedMemoryBase>(1, 1.0… variable
|
| /base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/ |
| D | unwind_remote_benchmark.cpp | 77 unwindstack::MemoryRemote memory(pid); in WaitForRemote() local
|
| /base/hiviewdfx/hiview/plugins/faultlogger/service/ |
| D | freeze_json_generator.cpp | 239 FreezeJsonParams::Builder& FreezeJsonParams::Builder::InitMemory(const std::string& memory) in InitMemory()
|
| /base/update/updater/services/diffpatch/patch/ |
| D | image_patch.cpp | 159 Hpackage::PkgManager::StreamPtr &stream, bool memory, size_t expandedLen) const in DecompressData()
|
| /base/hiviewdfx/hiview/base/utility/include/ |
| D | freeze_json_util.h | 95 std::string memory = "{}"; member
|