Searched defs:byte_ptr (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/space/
H A Dspace.h309 const uint8_t* byte_ptr = reinterpret_cast<const uint8_t*>(obj); local
310 return byte_ptr >= Begin() && byte_ptr < Limit();

Completed in 29 milliseconds