| /base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
| D | arm_exidx_test.cpp | 64 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 …]
|
| D | memory_test.cpp | 61 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 …]
|
| D | dwarf_test.cpp | 67 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 …]
|
| D | unwind_entry_parser_test.cpp | 58 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/ |
| D | dfx_instructions.cpp | 38 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/ |
| D | dfx_regs_loongarch64.cpp | 63 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()
|
| 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_riscv64.cpp | 64 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()
|
| D | dfx_regs_arm.cpp | 95 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()
|
| D | dfx_regs_arm64.cpp | 84 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/ |
| D | unwind_entry_parser_factory.h | 27 …tatic std::shared_ptr<UnwindEntryParser> CreateUnwindEntryParser(std::shared_ptr<DfxMemory> memory) in CreateUnwindEntryParser()
|
| D | dwarf_cfa_instructions.h | 31 DwarfCfaInstructions(std::shared_ptr<DfxMemory> memory) : memory_(memory) {}; in DwarfCfaInstructions()
|
| D | unwind_entry_parser.h | 29 explicit UnwindEntryParser(const std::shared_ptr<DfxMemory>& memory) : memory_(memory) {} in UnwindEntryParser()
|
| D | dwarf_entry_parser.h | 32 … explicit DwarfEntryParser(const std::shared_ptr<DfxMemory>& memory) : UnwindEntryParser(memory) {} in DwarfEntryParser()
|
| D | exidx_entry_parser.h | 44 explicit ExidxEntryParser(const std::shared_ptr<DfxMemory>& memory) : UnwindEntryParser(memory) in ExidxEntryParser()
|
| /base/security/device_security_level/baselib/utils/src/ |
| D | utils_mem.c | 35 void UtilsFree(void *memory) in UtilsFree()
|
| /base/security/device_security_level/test/dslm_unit_test/ |
| D | dslm_memory_mock.cpp | 30 void MockFree::Free(void *memory) in Free()
|
| /base/tee/tee_client/test/fuzztest/teeclient/teeclientregistersharedmemory_fuzzer/ |
| D | teeclientregistersharedmemory_fuzzer.cpp | 29 TEEC_SharedMemory memory = *reinterpret_cast<TEEC_SharedMemory *>(temp); in TeeClientRegisterSharedMemoryFuzzTest() local
|
| /base/tee/tee_client/test/fuzztest/teeclient/teeclientreleasesharedmemory_fuzzer/ |
| D | teeclientreleasesharedmemory_fuzzer.cpp | 29 TEEC_SharedMemory memory = *reinterpret_cast<TEEC_SharedMemory *>(temp); in TeeClientReleaseSharedMemoryFuzzTest() local
|
| /base/tee/tee_client/test/fuzztest/teeclient/teeclientallocatesharedmemory_fuzzer/ |
| D | teeclientallocatesharedmemory_fuzzer.cpp | 29 TEEC_SharedMemory memory = *reinterpret_cast<TEEC_SharedMemory *>(temp); in TeeClientAllocateSharedMemoryFuzzTest() local
|
| /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/tee/tee_client/test/fuzztest/libteecvendor/libteecvendorallocatesharedmemory_fuzzer/ |
| D | libteecvendorallocatesharedmemory_fuzzer.cpp | 29 TEEC_SharedMemory memory = *reinterpret_cast<TEEC_SharedMemory *>(temp); in LibteecVendorAllocateSharedMemoryFuzzTest() local
|
| /base/tee/tee_client/test/fuzztest/libteecvendor/libteecvendorreleasesharedmemory_fuzzer/ |
| D | libteecvendorreleasesharedmemory_fuzzer.cpp | 30 TEEC_SharedMemory memory = *reinterpret_cast<TEEC_SharedMemory *>(temp); in LibteecVendorReleaseSharedMemoryFuzzTest() local
|
| /base/tee/tee_client/test/fuzztest/teeclient/teeclientopensession_fuzzer/ |
| D | teeclientopensession_fuzzer.cpp | 85 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/ |
| D | extra_crash_info.cpp | 40 std::vector<uintptr_t> memory(size, 0); in ReadCrashObjMemory() local
|