Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc45 mirror::Object* object_without_rdz = reinterpret_cast<mirror::Object*>( in Alloc() local
48 VALGRIND_MAKE_MEM_NOACCESS(reinterpret_cast<byte*>(object_without_rdz) + num_bytes, in Alloc()
53 return object_without_rdz; in Alloc()