Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc2393 uint32_t raw_src = reinterpret_cast32<uint32_t>(src); in operator ()() local
2394 return reinterpret_cast32<T*>(raw_src + diff_); in operator ()()
2436 uint32_t raw_src = reinterpret_cast32<uint32_t>(src); in operator ()() local
2437 uint32_t diff = (raw_src < bound_) ? base_diff_ : current_diff_; in operator ()()
2438 return reinterpret_cast32<T*>(raw_src + diff); in operator ()()