Searched refs:from_space_begin_ (Results 1 – 3 of 3) sorted by relevance
243 << " from-space=" << static_cast<void*>(from_space_begin_) in UpdateRef()390 << " from-space=" << static_cast<void*>(from_space_begin_) in PostCompactAddressUnchecked()
535 from_space_begin_ = from_space_map_.Begin(); in MarkCompact()788 from_space_slide_diff_ = from_space_begin_ - bump_pointer_space_->Begin(); in InitializePhase()1609 << " from_space_begin=" << static_cast<void*>(from_space_begin_) in VerifyObject()1664 memcpy(addr, from_space_begin_ + stride_begin * kAlignment, stride_in_bytes); in CompactPage()1689 - (reinterpret_cast<uint8_t*>(obj) - from_space_begin_); in CompactPage()1760 uint8_t* from_addr = from_space_begin_ + last_stride_begin * kAlignment; in CompactPage()2242 DCHECK_LE(static_cast<size_t>(page - from_space_begin_), in DoPageCompactionWithStateChange()2244 uint32_t store_val = page - from_space_begin_; in DoPageCompactionWithStateChange()2590 uint8_t* from_space_start = from_space_begin_ + from_space_offset; in MapMovingSpacePages()3389 from_space_begin_, in KernelPreparation()[all …]
800 uint8_t* from_space_begin_; variable