Home
last modified time | relevance | path

Searched refs:GetMemory (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/core/lib/core/
Darena.h42 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/
Dmicrodump_processor.cc74 microdump.GetMemory(), in Process()
92 process_state->thread_memory_regions_.push_back(microdump.GetMemory()); in Process()
Dminidump_unittest.cc205 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 …]
Dminidump_processor_unittest.cc98 MOCK_METHOD0(GetMemory, MinidumpMemoryRegion*());
512 EXPECT_CALL(no_memory_thread, GetMemory()). in TEST_F()
617 EXPECT_CALL(no_context_thread, GetMemory()). in TEST_F()
Dexploitability_win.cc219 instruction_region->GetMemory() + memory_offset; in CheckPlatformExploitability()
Dminidump.cc1212 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()
Dminidump_processor.cc225 MinidumpMemoryRegion *thread_memory = thread->GetMemory(); in Process()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
D2009-08-04-ScavengerAssert.ll242 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/
D2009-08-04-ScavengerAssert.ll242 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/
D2009-08-04-ScavengerAssert.ll242 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/
Dexception_handler_death_test.cc383 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()
Dexception_handler_test.cc444 EXPECT_EQ(0, memcmp(region->GetMemory(), memory, kMemorySize)); in TEST_F()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer_unittest.cc499 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/
Dmicrodump.h112 MicrodumpMemoryRegion* GetMemory() { return stack_region_.get(); } in GetMemory() function
Dminidump.h212 const uint8_t* GetMemory() const;
274 virtual MinidumpMemoryRegion* GetMemory();
/external/google-breakpad/src/client/mac/tests/
Dexception_handler_test.cc391 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/
Dexception_handler_unittest.cc565 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/
DJcopOsDownload.cpp674 void *JcopOsDwnld::GetMemory(UINT32 size)
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h3842 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/
Dvk_mem_alloc.h3842 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/
Dbreakpad_unittests.sym33086 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/
Dbreakpad_unittests.sym34836 FUNC 6f7e8 68 0 google_breakpad::MinidumpThread::GetMemory
36766 FUNC 75180 238 0 google_breakpad::MinidumpMemoryRegion::GetMemory