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/
codegen_test_utils.h 138 uint8_t* GetMemory() const { return memory_.get(); }
212 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize());
213 fptr f = reinterpret_cast<fptr>(allocator.GetMemory());
optimizing_cfi_test.cc 101 const std::vector<uint8_t>& actual_asm = code_allocator_.GetMemory();
136 const std::vector<uint8_t>& GetMemory() { return memory_; }
optimizing_compiler.cc 122 const ArenaVector<uint8_t>& GetMemory() const { return memory_; }
    [all...]
  /external/google-breakpad/src/processor/
minidump.cc     [all...]

Completed in 250 milliseconds