HomeSort by relevance Sort by last modified time
    Searched full:ptr_val_hi (Results 1 - 1 of 1) sorted by null

  /art/runtime/
stack.cc 382 uintptr_t ptr_val_hi = GetRegister(reg_hi, is_float); local
386 int64_t value_long_hi = static_cast<int64_t>(ptr_val_hi);
388 ptr_val_hi = static_cast<uintptr_t>(High32Bits(value_long_hi));
390 *val = (static_cast<uint64_t>(ptr_val_hi) << 32) | static_cast<uint32_t>(ptr_val_lo);
    [all...]

Completed in 389 milliseconds