HomeSort by relevance Sort by last modified time
    Searched refs:GetMemory (Results 1 - 20 of 20) sorted by null

  /external/tensorflow/tensorflow/core/lib/core/
arena.h 42 return reinterpret_cast<char*>(GetMemory(size, 1));
46 return reinterpret_cast<char*>(GetMemory(size, alignment));
67 void* GetMemory(const size_t size, const int align) {
  /external/google-breakpad/src/processor/
microdump_processor.cc 74 microdump.GetMemory(),
92 process_state->thread_memory_regions_.push_back(microdump.GetMemory());
exploitability_win.cc 219 instruction_region->GetMemory() + memory_offset;
minidump_unittest.cc 205 const uint8_t *region1_bytes = region1->GetMemory();
255 const uint8_t *region_bytes = md_region->GetMemory();
267 MinidumpMemoryRegion *md_stack = md_thread->GetMemory();
271 const uint8_t *md_stack_bytes = md_stack->GetMemory();
342 MinidumpMemoryRegion* md_stack = md_thread->GetMemory();
381 MinidumpMemoryRegion* md_stack = md_thread->GetMemory();
583 thread_list->GetThreadAtIndex(0)->GetMemory()->GetBase());
591 thread_list->GetThreadAtIndex(1)->GetMemory()->GetBase());
599 thread_list->GetThreadAtIndex(2)->GetMemory()->GetBase());
607 thread_list->GetThreadAtIndex(3)->GetMemory()->GetBase())
    [all...]
minidump_processor_unittest.cc 98 MOCK_METHOD0(GetMemory, MinidumpMemoryRegion*());
512 EXPECT_CALL(no_memory_thread, GetMemory()).
617 EXPECT_CALL(no_context_thread, GetMemory()).
minidump.cc     [all...]
minidump_processor.cc 225 MinidumpMemoryRegion *thread_memory = thread->GetMemory();
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
microdump.h 112 MicrodumpMemoryRegion* GetMemory() { return stack_region_.get(); }
minidump.h 212 const uint8_t* GetMemory() const;
272 // GetMemory may return NULL even if the MinidumpThread is valid,
274 virtual MinidumpMemoryRegion* GetMemory();
289 // the thread memory cannot be read and GetMemory returns NULL.
    [all...]
  /art/compiler/optimizing/
codegen_test_utils.h 198 uint8_t* GetMemory() const { return memory_.get(); }
272 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize());
273 fptr f = reinterpret_cast<fptr>(allocator.GetMemory());
optimizing_cfi_test.cc 108 const std::vector<uint8_t>& actual_asm = code_allocator_.GetMemory();
143 const std::vector<uint8_t>& GetMemory() { return memory_; }
optimizing_compiler.cc 88 const ArenaVector<uint8_t>& GetMemory() const { return memory_; }
722 ArrayRef<const uint8_t>(code_allocator->GetMemory()),
    [all...]
  /art/tools/titrace/
titrace.cc 77 T* GetMemory() {
161 RecordInstruction(bytecode.bytecode_.GetMemory() + actual_location);
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_death_test.cc 383 const uint8_t* bytes = region->GetMemory();
478 const uint8_t* bytes = region->GetMemory();
567 const uint8_t* bytes = region->GetMemory();
exception_handler_test.cc 444 EXPECT_EQ(0, memcmp(region->GetMemory(), memory, kMemorySize));
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest.cc 499 EXPECT_EQ(0, memcmp(region->GetMemory(), memory, kMemorySize));
570 // When the stack size is zero bytes, GetMemory() returns NULL.
571 if (thread->GetMemory() == NULL) {
663 // When the stack size is zero bytes, GetMemory() returns NULL.
664 MinidumpMemoryRegion* memory = thread->GetMemory();
731 // When the stack size is zero bytes, GetMemory() returns NULL.
732 MinidumpMemoryRegion* memory = thread->GetMemory();
  /external/google-breakpad/src/client/mac/tests/
exception_handler_test.cc 391 const uint8_t* bytes = region->GetMemory();
490 const uint8_t* bytes = region->GetMemory();
590 const uint8_t* bytes = region->GetMemory();
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 565 const uint8_t* bytes = region->GetMemory();
657 const uint8_t* bytes = region->GetMemory();
748 const uint8_t* bytes = region->GetMemory();
    [all...]
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
JcopOsDownload.cpp 674 void *JcopOsDwnld::GetMemory(UINT32 size)
677 static const char fn [] = "JcopOsDwnld::GetMemory";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
correg.h 169 STDMETHOD(GetMemory)(THIS_ void **pMem,ULONG *iSize) PURE;

Completed in 1046 milliseconds