Searched defs:ptr_val_hi (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dstack.cc366 uintptr_t ptr_val_hi = GetRegister(reg_hi, is_float); local
370 int64_t value_long_hi = static_cast<int64_t>(ptr_val_hi);
372 ptr_val_hi = static_cast<uintptr_t>(High32Bits(value_long_hi));
374 *val = (static_cast<uint64_t>(ptr_val_hi) << 32) | static_cast<uint32_t>(ptr_val_lo);

Completed in 84 milliseconds