Home
last modified time | relevance | path

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

12

/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Darm_exidx_test.cpp64 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(UNWIND_TYPE_LOCAL); variable
81 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(UNWIND_TYPE_LOCAL); variable
103 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(UNWIND_TYPE_LOCAL); variable
160 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(UNWIND_TYPE_LOCAL); variable
180 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(UNWIND_TYPE_LOCAL); variable
200 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(UNWIND_TYPE_LOCAL); variable
218 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(UNWIND_TYPE_LOCAL); variable
241 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(UNWIND_TYPE_LOCAL); variable
262 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(UNWIND_TYPE_LOCAL); variable
284 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(UNWIND_TYPE_LOCAL); variable
[all …]
Dmemory_test.cpp61 auto memory = std::make_shared<DfxMemory>(UNWIND_TYPE_LOCAL); variable
82 auto memory = std::make_shared<DfxMemory>(UNWIND_TYPE_LOCAL); variable
115 auto memory = std::make_shared<DfxMemory>(UNWIND_TYPE_LOCAL); variable
154 auto memory = std::make_shared<DfxMemory>(UNWIND_TYPE_LOCAL); variable
184 auto memory = std::make_shared<DfxMemory>(UNWIND_TYPE_LOCAL); variable
214 auto memory = std::make_shared<DfxMemory>(UNWIND_TYPE_LOCAL); variable
237 auto memory = std::make_shared<DfxMemory>(UNWIND_TYPE_REMOTE); variable
263 auto memory = std::make_shared<DfxMemory>(UNWIND_TYPE_REMOTE); variable
305 auto memory = std::make_shared<DfxMemory>(UNWIND_TYPE_REMOTE); variable
354 auto memory = std::make_shared<DfxMemory>(UNWIND_TYPE_REMOTE); variable
[all …]
Ddwarf_test.cpp67 explicit DwarfEntryParserTest(std::shared_ptr<DfxMemory> memory) : DwarfEntryParser(memory) {}; in DwarfEntryParserTest()
183 bool DwarfOpTest::Test04(std::shared_ptr<DfxMemoryTest> memory) in Test04()
259 bool DwarfOpTest::Test05(std::shared_ptr<DfxMemoryTest> memory) in Test05()
413 bool DwarfOpTest::Test09(std::shared_ptr<DfxMemoryTest> memory) in Test09()
452 bool DwarfOpTest::Test10(std::shared_ptr<DfxMemoryTest> memory) in Test10()
531 auto memory = std::make_shared<DfxMemory>(UNWIND_TYPE_LOCAL); variable
764 auto memory = std::make_shared<DfxMemory>(UNWIND_TYPE_LOCAL); variable
813 auto memory = std::make_shared<DfxMemoryTest>(); variable
836 auto memory = std::make_shared<DfxMemoryTest>(); variable
861 auto memory = std::make_shared<DfxMemoryTest>(); variable
[all …]
Dunwind_entry_parser_test.cpp58 auto memory = std::make_shared<DfxMemory>(UNWIND_TYPE_LOCAL); variable
84 auto memory = std::make_shared<DfxMemory>(UNWIND_TYPE_REMOTE); variable
111 std::shared_ptr <DfxMemory> memory = nullptr; variable
136 auto memory = std::make_shared<DfxMemory>(UNWIND_TYPE_REMOTE); variable
171 auto memory = std::make_shared<DfxMemory>(UNWIND_TYPE_REMOTE); variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/src/utils/
Ddfx_instructions.cpp38 bool DfxInstructions::Flush(DfxRegs& regs, std::shared_ptr<DfxMemory> memory, uintptr_t cfa, RegLoc… in Flush()
78 bool DfxInstructions::Apply(std::shared_ptr<DfxMemory> memory, DfxRegs& regs, RegLocState& rsState,… in Apply()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/src/registers/
Ddfx_regs_loongarch64.cpp63 bool DfxRegsLoongArch64::SetPcFromReturnAddress(MAYBE_UNUSED std::shared_ptr<DfxMemory> memory) in SetPcFromReturnAddress()
109 bool DfxRegsLoongArch64::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_riscv64.cpp64 bool DfxRegsRiscv64::SetPcFromReturnAddress(MAYBE_UNUSED std::shared_ptr<DfxMemory> memory) in SetPcFromReturnAddress()
110 bool DfxRegsRiscv64::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()
127 bool DfxRegsArm::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame()
Ddfx_regs_arm64.cpp84 bool DfxRegsArm64::SetPcFromReturnAddress(MAYBE_UNUSED std::shared_ptr<DfxMemory> memory) in SetPcFromReturnAddress()
132 bool DfxRegsArm64::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
Dunwind_entry_parser_factory.h27 …tatic std::shared_ptr<UnwindEntryParser> CreateUnwindEntryParser(std::shared_ptr<DfxMemory> memory) in CreateUnwindEntryParser()
Ddwarf_cfa_instructions.h31 DwarfCfaInstructions(std::shared_ptr<DfxMemory> memory) : memory_(memory) {}; in DwarfCfaInstructions()
Dunwind_entry_parser.h29 explicit UnwindEntryParser(const std::shared_ptr<DfxMemory>& memory) : memory_(memory) {} in UnwindEntryParser()
Ddwarf_entry_parser.h32 … explicit DwarfEntryParser(const std::shared_ptr<DfxMemory>& memory) : UnwindEntryParser(memory) {} in DwarfEntryParser()
Dexidx_entry_parser.h44 explicit ExidxEntryParser(const std::shared_ptr<DfxMemory>& memory) : UnwindEntryParser(memory) in ExidxEntryParser()
/base/security/device_security_level/baselib/utils/src/
Dutils_mem.c35 void UtilsFree(void *memory) in UtilsFree()
/base/security/device_security_level/test/dslm_unit_test/
Ddslm_memory_mock.cpp30 void MockFree::Free(void *memory) in Free()
/base/tee/tee_client/test/fuzztest/teeclient/teeclientregistersharedmemory_fuzzer/
Dteeclientregistersharedmemory_fuzzer.cpp29 TEEC_SharedMemory memory = *reinterpret_cast<TEEC_SharedMemory *>(temp); in TeeClientRegisterSharedMemoryFuzzTest() local
/base/tee/tee_client/test/fuzztest/teeclient/teeclientreleasesharedmemory_fuzzer/
Dteeclientreleasesharedmemory_fuzzer.cpp29 TEEC_SharedMemory memory = *reinterpret_cast<TEEC_SharedMemory *>(temp); in TeeClientReleaseSharedMemoryFuzzTest() local
/base/tee/tee_client/test/fuzztest/teeclient/teeclientallocatesharedmemory_fuzzer/
Dteeclientallocatesharedmemory_fuzzer.cpp29 TEEC_SharedMemory memory = *reinterpret_cast<TEEC_SharedMemory *>(temp); in TeeClientAllocateSharedMemoryFuzzTest() local
/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/tee/tee_client/test/fuzztest/libteecvendor/libteecvendorallocatesharedmemory_fuzzer/
Dlibteecvendorallocatesharedmemory_fuzzer.cpp29 TEEC_SharedMemory memory = *reinterpret_cast<TEEC_SharedMemory *>(temp); in LibteecVendorAllocateSharedMemoryFuzzTest() local
/base/tee/tee_client/test/fuzztest/libteecvendor/libteecvendorreleasesharedmemory_fuzzer/
Dlibteecvendorreleasesharedmemory_fuzzer.cpp30 TEEC_SharedMemory memory = *reinterpret_cast<TEEC_SharedMemory *>(temp); in LibteecVendorReleaseSharedMemoryFuzzTest() local
/base/tee/tee_client/test/fuzztest/teeclient/teeclientopensession_fuzzer/
Dteeclientopensession_fuzzer.cpp85 TEEC_SharedMemory memory = *reinterpret_cast<TEEC_SharedMemory *>(temp); in TeeClientOpenSessionFuzzTest() local
166 TEEC_SharedMemory memory = *reinterpret_cast<TEEC_SharedMemory *>(temp); in TeeClientOpenSessionFuzzTest_1() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
Dextra_crash_info.cpp40 std::vector<uintptr_t> memory(size, 0); in ReadCrashObjMemory() local

12