Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc178 int64_t value_long = static_cast<int64_t>(ptr_val); in GetVReg() local
180 ptr_val = static_cast<uintptr_t>(value_long & 0xFFFFFFFF); in GetVReg()
182 ptr_val = static_cast<uintptr_t>(value_long >> 32); in GetVReg()