Home | History | Annotate | Download | only in runtime

Lines Matching refs:ptr_val

352   uintptr_t ptr_val = GetRegister(reg, is_float);
357 int64_t value_long = static_cast<int64_t>(ptr_val);
359 ptr_val = static_cast<uintptr_t>(Low32Bits(value_long));
361 ptr_val = static_cast<uintptr_t>(High32Bits(value_long));
364 *val = ptr_val;