Home
last modified time | relevance | path

Searched refs:MSAN_ALLOCATED_UNINITIALIZED_MEMORY (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dmsan.h18 #define MSAN_ALLOCATED_UNINITIALIZED_MEMORY(p, s) \ macro
26 #define MSAN_ALLOCATED_UNINITIALIZED_MEMORY(p, s) \ macro
32 MSAN_ALLOCATED_UNINITIALIZED_MEMORY(p, s)
Dhandles-inl.h87 MSAN_ALLOCATED_UNINITIALIZED_MEMORY( in CloseScope()
/external/v8/src/zone/
Dzone-segment.cc16 MSAN_ALLOCATED_UNINITIALIZED_MEMORY(start(), capacity()); in ZapContents()
23 MSAN_ALLOCATED_UNINITIALIZED_MEMORY(start(), sizeof(Segment)); in ZapHeader()
/external/v8/src/heap/
Dspaces-inl.h327 MSAN_ALLOCATED_UNINITIALIZED_MEMORY(object->address(), size_in_bytes); in AllocateRawUnaligned()
350 MSAN_ALLOCATED_UNINITIALIZED_MEMORY(object->address(), size_in_bytes); in AllocateRawAligned()
421 MSAN_ALLOCATED_UNINITIALIZED_MEMORY(obj->address(), size_in_bytes); in AllocateRawAligned()
442 MSAN_ALLOCATED_UNINITIALIZED_MEMORY(obj->address(), size_in_bytes); in AllocateRawUnaligned()
Dspaces.cc755 MSAN_ALLOCATED_UNINITIALIZED_MEMORY(chunk->area_start(), chunk->area_size()); in Initialize()