Searched refs:from_addr (Results 1 – 2 of 2) sorted by relevance
1760 uint8_t* from_addr = from_space_begin_ + last_stride_begin * kAlignment; in CompactPage() local1765 obj = reinterpret_cast<mirror::Object*>(from_addr); in CompactPage()1792 from_addr += obj_size; in CompactPage()3297 uint8_t* from_addr, in KernelPrepareRangeForUffd() argument3306 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()
490 uint8_t* from_addr,