Home | History | Annotate | Download | only in runtime

Lines Matching full:ptr_val_lo

408   uintptr_t ptr_val_lo = GetRegister(reg_lo, is_float);
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);