Lines Matching refs:byte
249 byte* Begin() const { in Begin()
254 byte* End() const { in End()
259 byte* Limit() const { in Limit()
265 void SetEnd(byte* end) { in SetEnd()
269 void SetLimit(byte* limit) { in SetLimit()
289 const byte* byte_ptr = reinterpret_cast<const byte*>(obj); in HasAddress()
305 byte* begin, byte* end, byte* limit) : in ContinuousSpace()
310 byte* begin_;
313 Atomic<byte*> end_;
316 byte* limit_;
372 MemMapSpace(const std::string& name, MemMap* mem_map, byte* begin, byte* end, byte* limit, in MemMapSpace()
428 ContinuousMemMapAllocSpace(const std::string& name, MemMap* mem_map, byte* begin, in ContinuousMemMapAllocSpace()
429 byte* end, byte* limit, GcRetentionPolicy gc_retention_policy) in ContinuousMemMapAllocSpace()