Searched refs:ptr_val_lo (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dstack.cc365 uintptr_t ptr_val_lo = GetRegister(reg_lo, is_float); local
369 int64_t value_long_lo = static_cast<int64_t>(ptr_val_lo);
371 ptr_val_lo = static_cast<uintptr_t>(Low32Bits(value_long_lo));
374 *val = (static_cast<uint64_t>(ptr_val_hi) << 32) | static_cast<uint32_t>(ptr_val_lo);

Completed in 95 milliseconds