OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_header
(Results
1 - 4
of
4
) sorted by null
/art/runtime/gc/space/
large_object_space.cc
255
AllocationHeader*
new_header
;
local
263
new_header
= header->GetPrevFreeAllocationHeader();
275
new_header
= reinterpret_cast<AllocationHeader*>(end_ - free_end_);
294
mprotect(
new_header
, allocation_size, PROT_READ | PROT_WRITE);
296
new_header
->SetPrevFree(0);
297
new_header
->SetAllocationSize(allocation_size);
298
return
new_header
->GetObjectAddress();
/ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc
221
__cxa_exception*
new_header
= __cxa_get_globals()->caughtExceptions;
222
void* adjustedPtr =
new_header
+ 1;
223
if (__cxa_type_match(&
new_header
->unwindHeader,
/external/chromium/net/http/
http_response_headers_unittest.cc
1521
const char*
new_header
;
member in struct:__anon5532
[
all
...]
/external/chromium_org/net/http/
http_response_headers_unittest.cc
1618
const char*
new_header
;
member in struct:__anon11199
[
all
...]
Completed in 1064 milliseconds