Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dmemory_tool_malloc_space-inl.h33 inline mirror::Object* AdjustForMemoryTool(void* obj_with_rdz, in AdjustForMemoryTool() argument
59 MEMORY_TOOL_MAKE_NOACCESS(obj_with_rdz, kMemoryToolRedZoneBytes); in AdjustForMemoryTool()
65 reinterpret_cast<uint8_t*>(obj_with_rdz) + kMemoryToolRedZoneBytes); in AdjustForMemoryTool()
101 void* obj_with_rdz = S::AllocWithGrowth(self, in AllocWithGrowth() local
106 if (obj_with_rdz == nullptr) { in AllocWithGrowth()
111 obj_with_rdz, in AllocWithGrowth()
137 void* obj_with_rdz = S::Alloc(self, in Alloc() local
142 if (obj_with_rdz == nullptr) { in Alloc()
147 obj_with_rdz, in Alloc()
173 void* obj_with_rdz = S::AllocThreadUnsafe(self, in AllocThreadUnsafe() local
[all …]