Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1146 const uintptr_t uint_src = reinterpret_cast<uintptr_t>(src); in operator ()() local
1147 if (range2_.InSource(uint_src)) { in operator ()()
1148 return reinterpret_cast<T*>(range2_.ToDest(uint_src)); in operator ()()
1150 if (range1_.InSource(uint_src)) { in operator ()()
1151 return reinterpret_cast<T*>(range1_.ToDest(uint_src)); in operator ()()
1153 CHECK(range0_.InSource(uint_src)) in operator ()()
1157 return reinterpret_cast<T*>(range0_.ToDest(uint_src)); in operator ()()