Searched refs:byte_obj (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/space/
H A Dbump_pointer_space.h126 const uint8_t* byte_obj = reinterpret_cast<const uint8_t*>(obj); local
127 return byte_obj >= Begin() && byte_obj < End();
H A Dlarge_object_space.h95 const uint8_t* byte_obj = reinterpret_cast<const uint8_t*>(obj); local
96 return Begin() <= byte_obj && byte_obj < End();
H A Dregion_space.h143 const uint8_t* byte_obj = reinterpret_cast<const uint8_t*>(obj); local
144 return byte_obj >= Begin() && byte_obj < Limit();

Completed in 51 milliseconds