/external/tensorflow/tensorflow/core/lib/core/ |
D | arena.h | 42 return reinterpret_cast<char*>(GetMemory(size, 1)); in Alloc() 46 return reinterpret_cast<char*>(GetMemory(size, alignment)); in AllocAligned() 67 void* GetMemory(const size_t size, const int align) { in GetMemory() function
|
/external/google-breakpad/src/processor/ |
D | microdump_processor.cc | 68 microdump->GetMemory(), in Process() 87 process_state->thread_memory_regions_.push_back(microdump->GetMemory()); in Process()
|
D | minidump_unittest.cc | 217 const uint8_t *region1_bytes = region1->GetMemory(); in TEST() 267 const uint8_t *region_bytes = md_region->GetMemory(); in TEST() 279 MinidumpMemoryRegion *md_stack = md_thread->GetMemory(); in TEST() 283 const uint8_t *md_stack_bytes = md_stack->GetMemory(); in TEST() 354 MinidumpMemoryRegion* md_stack = md_thread->GetMemory(); in TEST() 393 MinidumpMemoryRegion* md_stack = md_thread->GetMemory(); in TEST() 922 thread_list->GetThreadAtIndex(0)->GetMemory()->GetBase()); in TEST() 930 thread_list->GetThreadAtIndex(1)->GetMemory()->GetBase()); in TEST() 938 thread_list->GetThreadAtIndex(2)->GetMemory()->GetBase()); in TEST() 946 thread_list->GetThreadAtIndex(3)->GetMemory()->GetBase()); in TEST() [all …]
|
D | minidump_processor_unittest.cc | 114 MOCK_METHOD0(GetMemory, MinidumpMemoryRegion*()); 401 EXPECT_CALL(thread, GetMemory()). in TEST_F() 617 EXPECT_CALL(no_memory_thread, GetMemory()). in TEST_F() 722 EXPECT_CALL(no_context_thread, GetMemory()). in TEST_F()
|
D | exploitability_win.cc | 215 instruction_region->GetMemory() + memory_offset; in CheckPlatformExploitability()
|
D | exploitability_linux.cc | 220 const uint8_t *raw_memory = memory_region->GetMemory(); in EndedOnIllegalWrite()
|
D | minidump.cc | 1295 const uint8_t* MinidumpMemoryRegion::GetMemory() const { in GetMemory() function in google_breakpad::MinidumpMemoryRegion 1386 const uint8_t* memory = GetMemory(); in GetMemoryAtAddressInternal() 1434 const uint8_t* memory = GetMemory(); in Print() 1578 MinidumpMemoryRegion* MinidumpThread::GetMemory() { in GetMemory() function in google_breakpad::MinidumpThread 1661 MinidumpMemoryRegion* memory = GetMemory(); in Print()
|
D | minidump_processor.cc | 265 MinidumpMemoryRegion *thread_memory = thread->GetMemory(); in Process()
|
/external/libtextclassifier/native/utils/base/ |
D | arena.h | 114 void* GetMemory(const size_t size, const int align) { in GetMemory() function 199 return reinterpret_cast<char*>(GetMemory(size, 1)); in Alloc() 202 return GetMemory(size, align); in AllocAligned()
|
/external/llvm-project/lldb/unittests/Process/minidump/ |
D | MinidumpParserTest.cpp | 294 TEST_F(MinidumpParserTest, GetMemory) { in TEST_F() argument 308 EXPECT_EQ((llvm::ArrayRef<uint8_t>{0x54}), parser->GetMemory(0x401d46, 1)); in TEST_F() 310 parser->GetMemory(0x401d46, 4)); in TEST_F() 313 parser->GetMemory(0x7ffceb34a000, 5)); in TEST_F() 315 parser->GetMemory(0x7ffceb34a000, 3)); in TEST_F() 317 EXPECT_EQ(llvm::ArrayRef<uint8_t>(), parser->GetMemory(0x500000, 512)); in TEST_F()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer_unittest.cc | 306 if (thread->GetMemory()) { in TEST() 359 MinidumpMemoryRegion *mem = thread->GetMemory(); in TEST() 362 const uint8_t *data = mem->GetMemory(); in TEST() 672 EXPECT_EQ(0, memcmp(region->GetMemory(), memory, kMemorySize)); in TEST() 745 if (thread->GetMemory() == NULL) { in TEST() 839 MinidumpMemoryRegion* memory = thread->GetMemory(); in TEST() 907 MinidumpMemoryRegion* memory = thread->GetMemory(); in TEST()
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2009-08-04-ScavengerAssert.ll | 242 br i1 undef, label %bb.i56, label %GetMemory.exit62 254 br label %GetMemory.exit62 256 GetMemory.exit62: ; preds = %bb2.i60, %bb27 269 bb29: ; preds = %bb28, %GetMemory.exit62 270 …%.pre184 = phi %struct.rec* [ %55, %bb28 ], [ undef, %GetMemory.exit62 ] ; <%struct.rec*> [#uses=… 379 br i1 undef, label %bb.i2, label %GetMemory.exit 396 br label %GetMemory.exit 398 GetMemory.exit: ; preds = %bb2.i4, %bb69 411 bb71: ; preds = %bb70, %GetMemory.exit 412 %.pre185 = phi %struct.rec* [ %75, %bb70 ], [ %82, %GetMemory.exit ] ; <%struct.rec*> [#uses=8] [all …]
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/ |
D | 2009-08-04-ScavengerAssert.ll | 242 br i1 undef, label %bb.i56, label %GetMemory.exit62 254 br label %GetMemory.exit62 256 GetMemory.exit62: ; preds = %bb2.i60, %bb27 269 bb29: ; preds = %bb28, %GetMemory.exit62 270 …%.pre184 = phi %struct.rec* [ %55, %bb28 ], [ undef, %GetMemory.exit62 ] ; <%struct.rec*> [#uses=… 379 br i1 undef, label %bb.i2, label %GetMemory.exit 396 br label %GetMemory.exit 398 GetMemory.exit: ; preds = %bb2.i4, %bb69 411 bb71: ; preds = %bb70, %GetMemory.exit 412 %.pre185 = phi %struct.rec* [ %75, %bb70 ], [ %82, %GetMemory.exit ] ; <%struct.rec*> [#uses=8] [all …]
|
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_death_test.cc | 383 const uint8_t* bytes = region->GetMemory(); in TEST_F() 483 const uint8_t* bytes = region->GetMemory(); in TEST_F() 572 const uint8_t* bytes = region->GetMemory(); in TEST_F()
|
D | exception_handler_test.cc | 446 EXPECT_EQ(0, memcmp(region->GetMemory(), memory, kMemorySize)); in TEST_F()
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | microdump.h | 118 MicrodumpMemoryRegion* GetMemory() { return stack_region_.get(); } in GetMemory() function
|
D | minidump.h | 220 const uint8_t* GetMemory() const; 286 virtual MinidumpMemoryRegion* GetMemory();
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | MinidumpParser.h | 89 llvm::ArrayRef<uint8_t> GetMemory(lldb::addr_t addr, size_t size);
|
D | MinidumpParser.cpp | 113 auto teb_mem = GetMemory(td.EnvironmentBlock, sizeof(TEB64)); in GetThreadContextWow64() 126 GetMemory(wow64teb->tls_slots[1] + 4, sizeof(MinidumpContext_x86_32)); in GetThreadContextWow64() 492 llvm::ArrayRef<uint8_t> MinidumpParser::GetMemory(lldb::addr_t addr, in GetMemory() function in MinidumpParser
|
D | ProcessMinidump.cpp | 386 llvm::ArrayRef<uint8_t> mem = m_minidump_parser->GetMemory(addr, size); in DoReadMemory()
|
/external/google-breakpad/src/client/mac/tests/ |
D | exception_handler_test.cc | 392 const uint8_t* bytes = region->GetMemory(); in TEST_F() 491 const uint8_t* bytes = region->GetMemory(); in TEST_F() 591 const uint8_t* bytes = region->GetMemory(); in TEST_F()
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler_unittest.cc | 644 const uint8_t* bytes = region->GetMemory(); in TEST() 736 const uint8_t* bytes = region->GetMemory(); in TEST() 827 const uint8_t* bytes = region->GetMemory(); in TEST() 1201 EXPECT_EQ(0, memcmp(region->GetMemory(), memory, kMemorySize)); in TEST()
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/ |
D | JcopOsDownload.cpp | 674 void *JcopOsDwnld::GetMemory(UINT32 size)
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 3842 VkDeviceMemory GetMemory() const; 4987 VkDeviceMemory VmaAllocation_T::GetMemory() const in GetMemory() function 8131 pAllocationInfo->deviceMemory = hAllocation->GetMemory(); in GetAllocationInfo() 8150 pAllocationInfo->deviceMemory = hAllocation->GetMemory(); in GetAllocationInfo() 8369 hAllocation->GetMemory(), in BindBufferMemory() 8394 hAllocation->GetMemory(), in BindImageMemory() 8423 VkDeviceMemory hMemory = allocation->GetMemory(); in FreeDedicatedMemory()
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 5033 VkDeviceMemory GetMemory() const; 7234 VkDeviceMemory VmaAllocation_T::GetMemory() const in GetMemory() function 14427 VkDeviceMemory hMemory = currAlloc->GetMemory(); in AllocateDedicatedMemory() 14905 pAllocationInfo->deviceMemory = hAllocation->GetMemory(); in GetAllocationInfo() 14944 pAllocationInfo->deviceMemory = hAllocation->GetMemory(); in GetAllocationInfo() 15241 hAllocation->GetMemory(), in BindBufferMemory() 15266 hAllocation->GetMemory(), in BindImageMemory() 15296 memRange.memory = hAllocation->GetMemory(); in FlushOrInvalidateAllocation() 15371 VkDeviceMemory hMemory = allocation->GetMemory(); in FreeDedicatedMemory()
|