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

  /art/runtime/
stack.cc 408 uintptr_t ptr_val_lo = GetRegister(reg_lo, is_float); local
412 int64_t value_long_lo = static_cast<int64_t>(ptr_val_lo);
414 ptr_val_lo = static_cast<uintptr_t>(Low32Bits(value_long_lo));
417 *val = (static_cast<uint64_t>(ptr_val_hi) << 32) | static_cast<uint32_t>(ptr_val_lo);
    [all...]

Completed in 923 milliseconds