Home
last modified time | relevance | path

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

/external/v8/src/
Dmsan.h24 # define MSAN_ALLOCATED_UNINITIALIZED_MEMORY(p, s) \ macro
29 # define MSAN_ALLOCATED_UNINITIALIZED_MEMORY(p, s) macro
/external/v8/src/heap/
Dspaces-inl.h262 MSAN_ALLOCATED_UNINITIALIZED_MEMORY(object->address(), size_in_bytes); in AllocateRaw()
286 MSAN_ALLOCATED_UNINITIALIZED_MEMORY(obj->address(), size_in_bytes); in AllocateRaw()
Dspaces.cc2875 MSAN_ALLOCATED_UNINITIALIZED_MEMORY(object->address(), object_size); in AllocateRaw()