Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc412 int64_t value_long = static_cast<int64_t>(ptr_val); in GetRegisterIfAccessible() local
413 ptr_val = static_cast<uintptr_t>(is_high ? High32Bits(value_long) : Low32Bits(value_long)); in GetRegisterIfAccessible()