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

  /external/google-breakpad/src/google_breakpad/processor/
microdump.h 112 MicrodumpMemoryRegion* GetMemory() { return stack_region_.get(); }
  /external/regex-re2/util/
arena.h 51 void* GetMemory(const size_t size, const int align) {
99 return reinterpret_cast<char*>(arena->GetMemory(size, 1));
  /art/compiler/optimizing/
optimizing_cfi_test.cc 96 const std::vector<uint8_t>& actual_asm = code_allocator_.GetMemory();
131 const std::vector<uint8_t>& GetMemory() { return memory_; }
codegen_test.cc 120 uint8_t* GetMemory() const { return memory_.get(); }
194 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize());
195 fptr f = reinterpret_cast<fptr>(allocator.GetMemory());
    [all...]
optimizing_compiler.cc 105 const ArenaVector<uint8_t>& GetMemory() const { return memory_; }
593 ArrayRef<const uint8_t>(code_allocator->GetMemory()),
    [all...]
  /external/google-breakpad/src/processor/
minidump.cc     [all...]

Completed in 166 milliseconds