/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 | 74 microdump.GetMemory(), in Process() 92 process_state->thread_memory_regions_.push_back(microdump.GetMemory()); in Process()
|
D | minidump_unittest.cc | 205 const uint8_t *region1_bytes = region1->GetMemory(); in TEST() 255 const uint8_t *region_bytes = md_region->GetMemory(); in TEST() 267 MinidumpMemoryRegion *md_stack = md_thread->GetMemory(); in TEST() 271 const uint8_t *md_stack_bytes = md_stack->GetMemory(); in TEST() 342 MinidumpMemoryRegion* md_stack = md_thread->GetMemory(); in TEST() 381 MinidumpMemoryRegion* md_stack = md_thread->GetMemory(); in TEST() 583 thread_list->GetThreadAtIndex(0)->GetMemory()->GetBase()); in TEST() 591 thread_list->GetThreadAtIndex(1)->GetMemory()->GetBase()); in TEST() 599 thread_list->GetThreadAtIndex(2)->GetMemory()->GetBase()); in TEST() 607 thread_list->GetThreadAtIndex(3)->GetMemory()->GetBase()); in TEST() [all …]
|
D | minidump_processor_unittest.cc | 98 MOCK_METHOD0(GetMemory, MinidumpMemoryRegion*()); 512 EXPECT_CALL(no_memory_thread, GetMemory()). in TEST_F() 617 EXPECT_CALL(no_context_thread, GetMemory()). in TEST_F()
|
D | exploitability_win.cc | 219 instruction_region->GetMemory() + memory_offset; in CheckPlatformExploitability()
|
D | minidump.cc | 1212 const uint8_t* MinidumpMemoryRegion::GetMemory() const { in GetMemory() function in google_breakpad::MinidumpMemoryRegion 1303 const uint8_t* memory = GetMemory(); in GetMemoryAtAddressInternal() 1351 const uint8_t* memory = GetMemory(); in Print() 1437 MinidumpMemoryRegion* MinidumpThread::GetMemory() { in GetMemory() function in google_breakpad::MinidumpThread 1520 MinidumpMemoryRegion* memory = GetMemory(); in Print()
|
D | minidump_processor.cc | 225 MinidumpMemoryRegion *thread_memory = thread->GetMemory(); in Process()
|
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/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() 478 const uint8_t* bytes = region->GetMemory(); in TEST_F() 567 const uint8_t* bytes = region->GetMemory(); in TEST_F()
|
D | exception_handler_test.cc | 444 EXPECT_EQ(0, memcmp(region->GetMemory(), memory, kMemorySize)); in TEST_F()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer_unittest.cc | 499 EXPECT_EQ(0, memcmp(region->GetMemory(), memory, kMemorySize)); in TEST() 571 if (thread->GetMemory() == NULL) { in TEST() 664 MinidumpMemoryRegion* memory = thread->GetMemory(); in TEST() 732 MinidumpMemoryRegion* memory = thread->GetMemory(); in TEST()
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | microdump.h | 112 MicrodumpMemoryRegion* GetMemory() { return stack_region_.get(); } in GetMemory() function
|
D | minidump.h | 212 const uint8_t* GetMemory() const; 274 virtual MinidumpMemoryRegion* GetMemory();
|
/external/google-breakpad/src/client/mac/tests/ |
D | exception_handler_test.cc | 391 const uint8_t* bytes = region->GetMemory(); in TEST_F() 490 const uint8_t* bytes = region->GetMemory(); in TEST_F() 590 const uint8_t* bytes = region->GetMemory(); in TEST_F()
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler_unittest.cc | 565 const uint8_t* bytes = region->GetMemory(); in TEST() 657 const uint8_t* bytes = region->GetMemory(); in TEST() 748 const uint8_t* bytes = region->GetMemory(); in TEST() 1109 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/skia/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/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 33086 FUNC 4a248 48 0 google_breakpad::MinidumpThread::GetMemory 35115 FUNC 4e71c 1b0 0 google_breakpad::MinidumpMemoryRegion::GetMemory
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 34836 FUNC 6f7e8 68 0 google_breakpad::MinidumpThread::GetMemory 36766 FUNC 75180 238 0 google_breakpad::MinidumpMemoryRegion::GetMemory
|