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

/art/runtime/
H A Dstack.cc333 uintptr_t ptr_val = GetRegister(reg, is_float); local
338 int64_t value_long = static_cast<int64_t>(ptr_val);
340 ptr_val = static_cast<uintptr_t>(Low32Bits(value_long));
342 ptr_val = static_cast<uintptr_t>(High32Bits(value_long));
345 *val = ptr_val;

Completed in 61 milliseconds