Home
last modified time | relevance | path

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

12

/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.cc68 microdump->GetMemory(), in Process()
87 process_state->thread_memory_regions_.push_back(microdump->GetMemory()); in Process()
Dminidump_unittest.cc217 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 …]
Dminidump_processor_unittest.cc114 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()
Dexploitability_win.cc215 instruction_region->GetMemory() + memory_offset; in CheckPlatformExploitability()
Dexploitability_linux.cc220 const uint8_t *raw_memory = memory_region->GetMemory(); in EndedOnIllegalWrite()
Dminidump.cc1295 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()
Dminidump_processor.cc265 MinidumpMemoryRegion *thread_memory = thread->GetMemory(); in Process()
/external/libtextclassifier/native/utils/base/
Darena.h114 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/
DMinidumpParserTest.cpp294 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/
Dminidump_writer_unittest.cc306 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/
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-project/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()
483 const uint8_t* bytes = region->GetMemory(); in TEST_F()
572 const uint8_t* bytes = region->GetMemory(); in TEST_F()
Dexception_handler_test.cc446 EXPECT_EQ(0, memcmp(region->GetMemory(), memory, kMemorySize)); in TEST_F()
/external/google-breakpad/src/google_breakpad/processor/
Dmicrodump.h118 MicrodumpMemoryRegion* GetMemory() { return stack_region_.get(); } in GetMemory() function
Dminidump.h220 const uint8_t* GetMemory() const;
286 virtual MinidumpMemoryRegion* GetMemory();
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DMinidumpParser.h89 llvm::ArrayRef<uint8_t> GetMemory(lldb::addr_t addr, size_t size);
DMinidumpParser.cpp113 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
DProcessMinidump.cpp386 llvm::ArrayRef<uint8_t> mem = m_minidump_parser->GetMemory(addr, size); in DoReadMemory()
/external/google-breakpad/src/client/mac/tests/
Dexception_handler_test.cc392 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/
Dexception_handler_unittest.cc644 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/
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/vulkan-validation-layers/layers/
Dvk_mem_alloc.h5033 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()

12