OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memory_start
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/system_wrappers/source/
aligned_malloc.cc
81
uintptr_t
memory_start
= reinterpret_cast<uintptr_t>(memory_pointer);
local
82
memcpy(header_pointer, &
memory_start
, sizeof(uintptr_t));
96
void*
memory_start
= reinterpret_cast<void*>(memory_start_pos);
local
97
free(
memory_start
);
/art/compiler/optimizing/
stack_map_stream.h
140
uint8_t*
memory_start
= region.start();
local
170
stack_map.SetDexRegisterMapOffset(region.start() -
memory_start
);
186
stack_map.SetInlineDescriptorOffset(region.start() -
memory_start
);
Completed in 811 milliseconds