OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetMemory
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/mojo/services/gles2/
mojo_buffer_backing.cc
32
void* MojoBufferBacking::
GetMemory
() const { return memory_; }
/external/chromium_org/gpu/command_buffer/common/
buffer.cc
19
void* SharedMemoryBufferBacking::
GetMemory
() const {
27
memory_(backing_->
GetMemory
()),
/external/chromium_org/third_party/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.cc
41
uint8_t*
GetMemory
() const { return memory_.get(); }
56
CommonCompilerTest::MakeExecutable(allocator.
GetMemory
(), allocator.GetSize());
57
fptr f = reinterpret_cast<fptr>(allocator.
GetMemory
());
optimizing_compiler.cc
48
const std::vector<uint8_t>&
GetMemory
() const { return memory_; }
172
ArrayRef<const uint8_t>(allocator.
GetMemory
()),
Completed in 2753 milliseconds