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 409 uintptr_t ptr_val_hi = GetRegister(reg_hi, is_float); local
413 int64_t value_long_hi = static_cast<int64_t>(ptr_val_hi);
415 ptr_val_hi = static_cast<uintptr_t>(High32Bits(value_long_hi));
417 *val = (static_cast<uint64_t>(ptr_val_hi) << 32) | static_cast<uint32_t>(ptr_val_lo);
    [all...]

Completed in 946 milliseconds