Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1060 const uintptr_t uint_src = reinterpret_cast<uintptr_t>(src); in operator ()() local
1061 if (range2_.InSource(uint_src)) { in operator ()()
1062 return reinterpret_cast<T*>(range2_.ToDest(uint_src)); in operator ()()
1064 if (range1_.InSource(uint_src)) { in operator ()()
1065 return reinterpret_cast<T*>(range1_.ToDest(uint_src)); in operator ()()
1067 CHECK(range0_.InSource(uint_src)) in operator ()()
1071 return reinterpret_cast<T*>(range0_.ToDest(uint_src)); in operator ()()