Home | History | Annotate | Download | only in interpreter

Lines Matching refs:wide_value

503         uint64_t wide_value = (static_cast<uint64_t>(shadow_frame.GetVReg(arg_pos + 1)) << 32) |
505 new_shadow_frame->SetVRegLong(cur_reg, wide_value);
596 uint64_t wide_value = (static_cast<uint64_t>(shadow_frame.GetVReg(arg_pos + 1)) << 32) |
598 new_shadow_frame->SetVRegLong(cur_reg, wide_value);
3182 uint64_t wide_value = (static_cast<uint64_t>(args[arg_pos + 1]) << 32) | args[arg_pos];
3183 shadow_frame->SetVRegLong(cur_reg, wide_value);