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 95 const uint8_t* byte_obj = reinterpret_cast<const uint8_t*>(obj); local
96 return Begin() <= byte_obj && byte_obj < End();
region_space.h 147 const uint8_t* byte_obj = reinterpret_cast<const uint8_t*>(obj); local
148 return byte_obj >= Begin() && byte_obj < Limit();

Completed in 170 milliseconds