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

  /art/runtime/gc/space/
bump_pointer_space.h 130 const uint8_t* byte_obj = reinterpret_cast<const uint8_t*>(obj); local
131 return byte_obj >= Begin() && byte_obj < End();
large_object_space.h 96 const uint8_t* byte_obj = reinterpret_cast<const uint8_t*>(obj); local
97 return Begin() <= byte_obj && byte_obj < End();
region_space.h 172 const uint8_t* byte_obj = reinterpret_cast<const uint8_t*>(obj); local
173 return byte_obj >= Begin() && byte_obj < Limit();

Completed in 651 milliseconds