Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dbump_pointer_space.h124 const byte* byte_obj = reinterpret_cast<const byte*>(obj); in Contains() local
125 return byte_obj >= Begin() && byte_obj < End(); in Contains()
Dlarge_object_space.h87 const byte* byte_obj = reinterpret_cast<const byte*>(obj); in Contains() local
88 return Begin() <= byte_obj && byte_obj < End(); in Contains()