Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc2688 uint32_t raw_src = reinterpret_cast32<uint32_t>(src); in operator ()() local
2689 return reinterpret_cast32<T*>(raw_src + diff_); in operator ()()
2731 uint32_t raw_src = reinterpret_cast32<uint32_t>(src); in operator ()() local
2732 uint32_t diff = (raw_src < bound_) ? base_diff_ : current_diff_; in operator ()()
2733 return reinterpret_cast32<T*>(raw_src + diff); in operator ()()