HomeSort by relevance Sort by last modified time
    Searched refs:byte_obj (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/space/
bump_pointer_space.h 124 const byte* byte_obj = reinterpret_cast<const byte*>(obj); local
125 return byte_obj >= Begin() && byte_obj < End();
large_object_space.h 87 const byte* byte_obj = reinterpret_cast<const byte*>(obj); local
88 return Begin() <= byte_obj && byte_obj < End();

Completed in 1638 milliseconds