Home | History | Annotate | Download | only in runtime

Lines Matching full:value_long

338     int64_t value_long = static_cast<int64_t>(ptr_val);
340 ptr_val = static_cast<uintptr_t>(Low32Bits(value_long));
342 ptr_val = static_cast<uintptr_t>(High32Bits(value_long));