Home
last modified time | relevance | path

Searched refs:from_addr (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dmark_compact.cc1760 uint8_t* from_addr = from_space_begin_ + last_stride_begin * kAlignment; in CompactPage() local
1765 obj = reinterpret_cast<mirror::Object*>(from_addr); in CompactPage()
1792 from_addr += obj_size; in CompactPage()
3297 uint8_t* from_addr, in KernelPrepareRangeForUffd() argument
3306 void* ret = mremap(to_addr, map_size, map_size, mremap_flags, from_addr); in KernelPrepareRangeForUffd()
3307 CHECK_EQ(ret, static_cast<void*>(from_addr)) in KernelPrepareRangeForUffd()
Dmark_compact.h490 uint8_t* from_addr,