Home
last modified time | relevance | path

Searched refs:ASAN_POISON_MEMORY_REGION (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dasan_interface.h36 #ifndef ASAN_POISON_MEMORY_REGION
37 #define ASAN_POISON_MEMORY_REGION(addr, size) __asan_poison_memory_region((addr), (size)) macro
45 #ifdef ASAN_POISON_MEMORY_REGION
46 #undef ASAN_POISON_MEMORY_REGION
48 #define ASAN_POISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size)) macro
/arkcompiler/ets_runtime/ecmascript/
Dfree_object.h89 ASAN_POISON_MEMORY_REGION(this, NEXT_OFFSET); in AsanPoisonFreeObject()
91 ASAN_POISON_MEMORY_REGION(this, SIZE_OFFSET); in AsanPoisonFreeObject()
93 ASAN_POISON_MEMORY_REGION(this, SIZE); in AsanPoisonFreeObject()
Dfree_object.cpp24 ASAN_POISON_MEMORY_REGION(reinterpret_cast<void *>(address), size); in FillFreeObject()
/arkcompiler/runtime_core/libpandabase/utils/
Dasan_interface.h41 #define ASAN_POISON_MEMORY_REGION(addr, size) __asan_poison_memory_region((addr), (size)) macro
51 #define ASAN_POISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size)) macro
/arkcompiler/runtime_core/libpandabase/mem/
Darena-inl.h36 ASAN_POISON_MEMORY_REGION(buff_, size_); in Arena()
125 ASAN_POISON_MEMORY_REGION(mem, ToUintPtr(curPos_) - ToUintPtr(mem)); in Free()
134 ASAN_POISON_MEMORY_REGION(curPos_, old_size - new_size); in Resize()
146 ASAN_POISON_MEMORY_REGION(extra_buff, size); in ExpandArena()
Dmmap_mem_pool-inl.h368 ASAN_POISON_MEMORY_REGION(mem, size); in FreePoolUnsafe()
/arkcompiler/ets_runtime/ecmascript/mem/
Dallocator-inl.h40 ASAN_POISON_MEMORY_REGION(reinterpret_cast<void *>(top_), (end_ - top_)); in Reset()
48 ASAN_POISON_MEMORY_REGION(reinterpret_cast<void *>(top_), (end_ - top_)); in Reset()
153 ASAN_POISON_MEMORY_REGION(reinterpret_cast<void *>(begin), size); in Free()
Dregion.h533 ASAN_POISON_MEMORY_REGION(reinterpret_cast<void *>(begin_), (end - begin_)); in PackedData()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dmem.cpp153 ASAN_POISON_MEMORY_REGION(result, size); in MapRWAnonymousRaw()
215 ASAN_POISON_MEMORY_REGION(result, size); in MapRWAnonymousFixedRaw()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp233 ASAN_POISON_MEMORY_REGION(result, size); in MapRWAnonymousRaw()