Home
last modified time | relevance | path

Searched defs:memory (Results 1 – 25 of 29) sorted by relevance

12

/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Darm_exidx_test.cpp65 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 …]
Dmemory_test.cpp56 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 …]
Ddwarf_test.cpp67 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/
Ddfx_instructions.cpp36 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()
Ddfx_regs_riscv64.cpp94 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()
Ddfx_regs_arm64.cpp95 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()
Ddfx_regs_x86_64.cpp63 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()
Ddfx_regs_arm.cpp95 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()
Ddwarf_section.cpp30 DwarfSection::DwarfSection(std::shared_ptr<DfxMemory> memory) : memory_(memory) in DwarfSection()
/base/security/device_security_level/baselib/utils/src/
Dutils_mem.c35 void UtilsFree(void *memory) in UtilsFree()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
Ddwarf_cfa_instructions.h31 DwarfCfaInstructions(std::shared_ptr<DfxMemory> memory) : memory_(memory) {}; in DwarfCfaInstructions()
/base/security/device_security_level/test/dslm_unit_test/
Ddslm_memory_mock.cpp30 void MockFree::Free(void *memory) in Free()
/base/hiviewdfx/faultloggerd/frameworks/unwinder/include/
Ddfx_elf.h51 …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/
Dmemory_test.cpp49 auto memory = DfxMemoryFile::CreateFileMemory(DUMPCATCHER_ELF_FILE, 0); variable
Delf_test.cpp50 auto memory = DfxMemoryFile::CreateFileMemory(DUMPCATCHER_ELF_FILE, 0); variable
/base/update/updater/test/unittest/diffpatch/
Dimage_patch_unittest.cpp45 PkgManager::StreamPtr &stream, bool memory, size_t expandedLen) in TestDecompressData()
97 bool memory = false; variable
/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Ddfx_memory_file.cpp34 auto memory = std::make_shared<DfxMemoryFile>(); in CreateFileMemory() local
Ddfx_symbols.cpp84 bool DfxSymbols::GetNameAndOffsetByPc(std::shared_ptr<DfxMemory> memory, in GetNameAndOffsetByPc()
Ddfx_elf.cpp483 bool DfxElf::IsValidElf(std::shared_ptr<DfxMemory> memory) in IsValidElf()
501 uint64_t DfxElf::GetMaxSize(std::shared_ptr<DfxMemory> memory) in GetMaxSize()
Ddfx_maps.cpp238 auto memory = DfxMemoryFile::CreateFileMemory(path, 0); in GetRelPc() local
/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
Dmedia_codec_decoder_adapter_impl_test.cpp216 …std::shared_ptr<Media::AVSharedMemory> memory = std::make_shared<Media::AVSharedMemoryBase>(1, 1.0… variable
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/
Dunwind_remote_benchmark.cpp77 unwindstack::MemoryRemote memory(pid); in WaitForRemote() local
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfreeze_json_generator.cpp239 FreezeJsonParams::Builder& FreezeJsonParams::Builder::InitMemory(const std::string& memory) in InitMemory()
/base/update/updater/services/diffpatch/patch/
Dimage_patch.cpp159 Hpackage::PkgManager::StreamPtr &stream, bool memory, size_t expandedLen) const in DecompressData()
/base/hiviewdfx/hiview/base/utility/include/
Dfreeze_json_util.h95 std::string memory = "{}"; member

12