| /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 248 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(acc); variable 271 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(acc); variable 294 std::shared_ptr<DfxMemory> memory = std::make_shared<DfxMemory>(acc); variable [all …]
|
| D | memory_test.cpp | 60 auto memory = std::make_shared<DfxMemory>(acc); variable 82 auto memory = std::make_shared<DfxMemory>(acc); variable 115 auto memory = std::make_shared<DfxMemory>(acc); variable 154 auto memory = std::make_shared<DfxMemory>(acc); variable 184 auto memory = std::make_shared<DfxMemory>(acc); variable 211 auto memory = std::make_shared<DfxMemory>(acc); variable 233 auto memory = std::make_shared<DfxMemory>(acc); variable 259 auto memory = std::make_shared<DfxMemory>(acc); variable 302 auto memory = std::make_shared<DfxMemory>(acc); variable 352 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() 531 auto memory = std::make_shared<DfxMemory>(acc); variable 762 auto memory = std::make_shared<DfxMemory>(acc); variable 811 auto memory = std::make_shared<DfxMemoryTest>(); variable 834 auto memory = std::make_shared<DfxMemoryTest>(); variable 859 auto memory = std::make_shared<DfxMemoryTest>(); variable [all …]
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| 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_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()
|
| D | dfx_regs_loongarch64.cpp | 94 bool DfxRegsLoongArch64::SetPcFromReturnAddress(MAYBE_UNUSED std::shared_ptr<DfxMemory> memory) in SetPcFromReturnAddress() 140 bool DfxRegsLoongArch64::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame()
|
| D | dfx_regs_x86_64.cpp | 64 bool DfxRegsX86_64::SetPcFromReturnAddress(std::shared_ptr<DfxMemory> memory) in SetPcFromReturnAddress() 97 bool DfxRegsX86_64::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame()
|
| D | dfx_regs_riscv64.cpp | 95 bool DfxRegsRiscv64::SetPcFromReturnAddress(MAYBE_UNUSED std::shared_ptr<DfxMemory> memory) in SetPcFromReturnAddress() 141 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() 126 bool DfxRegsArm::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame()
|
| /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/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/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/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/teeclientallocatesharedmemory_fuzzer/ |
| D | teeclientallocatesharedmemory_fuzzer.cpp | 29 TEEC_SharedMemory memory = *reinterpret_cast<TEEC_SharedMemory *>(temp); in TeeClientAllocateSharedMemoryFuzzTest() local
|
| /base/tee/tee_client/test/fuzztest/libteecvendor/libteecvendorrequestcancellation_fuzzer/ |
| D | libteecvendorrequestcancellation_fuzzer.cpp | 37 TEEC_SharedMemory memory = *reinterpret_cast<TEEC_SharedMemory *>(temp); in LibteecVendorRequestCancellationFuzzTest() 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/teeclient/teeclientopensession_fuzzer/ |
| D | teeclientopensession_fuzzer.cpp | 43 TEEC_SharedMemory memory = *reinterpret_cast<TEEC_SharedMemory *>(temp); in TeeClientOpenSessionFuzzTest() local
|
| /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/libteecvendor/libteecvendorregistersharedmemory_fuzzer/ |
| D | libteecvendorregistersharedmemory_fuzzer.cpp | 31 TEEC_SharedMemory memory = *reinterpret_cast<TEEC_SharedMemory *>(temp); in LibteecVendorRegisterSharedMemoryFuzzTest() local
|
| /base/tee/tee_client/test/fuzztest/teeclient/teeclientinvokecommand_fuzzer/ |
| D | teeclientinvokecommand_fuzzer.cpp | 98 TEEC_SharedMemory memory[4]; in TeeClientInvokeCommandFuzzTest() local
|
| /base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecencoderadapterimpl_fuzzer/ |
| D | mediacodecencoderadapterimpl_fuzzer.cpp | 99 …std::shared_ptr<Media::AVSharedMemory> memory = std::make_shared<Media::AVSharedMemoryBase>(1, 1.0… in CreateLocationProxyAdapterFuzzTest() local
|
| /base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
| D | freeze_json_generator_unittest.cpp | 109 std::string memory = "{}"; variable
|
| /base/hiviewdfx/hiview/framework/native/unified_collection/collector/impl/memory/ |
| D | memory_collector_impl.cpp | 241 static void InitSmapsOfProcessMemory(const std::string& procDir, ProcessMemory& memory) in InitSmapsOfProcessMemory() 260 static void InitAdjOfProcessMemory(const std::string& procDir, ProcessMemory& memory) in InitAdjOfProcessMemory() 273 static bool InitProcessMemory(int32_t pid, ProcessMemory& memory) in InitProcessMemory()
|