Searched refs:obj_with_rdz (Results 1 – 1 of 1) sorted by relevance
33 inline mirror::Object* AdjustForMemoryTool(void* obj_with_rdz, in AdjustForMemoryTool() argument59 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() local106 if (obj_with_rdz == nullptr) { in AllocWithGrowth()111 obj_with_rdz, in AllocWithGrowth()137 void* obj_with_rdz = S::Alloc(self, in Alloc() local142 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 …]