Home
last modified time | relevance | path

Searched defs:obj_with_rdz (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/space/
Dmemory_tool_malloc_space-inl.h31 inline mirror::Object* AdjustForValgrind(void* obj_with_rdz, size_t num_bytes, in AdjustForValgrind()
93 void* obj_with_rdz = S::AllocWithGrowth(self, num_bytes + 2 * kMemoryToolRedZoneBytes, in AllocWithGrowth() local
122 void* obj_with_rdz = S::Alloc(self, num_bytes + 2 * kMemoryToolRedZoneBytes, in Alloc() local
150 void* obj_with_rdz = S::AllocThreadUnsafe(self, num_bytes + 2 * kMemoryToolRedZoneBytes, in AllocThreadUnsafe() local
198 uint8_t* obj_with_rdz = reinterpret_cast<uint8_t*>(obj_after_rdz) - kMemoryToolRedZoneBytes; in Free() local