Searched refs:GetVRegLong (Results 1 – 6 of 6) sorted by relevance
187 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteGotoImpl()193 shadow_frame.GetVRegLong(inst->VRegB_22x())); in ExecuteGotoImpl()199 shadow_frame.GetVRegLong(inst->VRegB_32x())); in ExecuteGotoImpl()309 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data))); in ExecuteGotoImpl()756 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x()); in ExecuteGotoImpl()757 int64_t val2 = shadow_frame.GetVRegLong(inst->VRegC_23x()); in ExecuteGotoImpl()1190 int64_t val = shadow_frame.GetVRegLong(inst->VRegA_23x(inst_data)); in ExecuteGotoImpl()1521 …shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), -shadow_frame.GetVRegLong(inst->VRegB_12x(ins… in ExecuteGotoImpl()1526 …shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), ~shadow_frame.GetVRegLong(inst->VRegB_12x(ins… in ExecuteGotoImpl()1556 …shadow_frame.SetVReg(inst->VRegA_12x(inst_data), shadow_frame.GetVRegLong(inst->VRegB_12x(inst_dat… in ExecuteGotoImpl()[all …]
114 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteSwitchImpl()120 shadow_frame.GetVRegLong(inst->VRegB_22x())); in ExecuteSwitchImpl()126 shadow_frame.GetVRegLong(inst->VRegB_32x())); in ExecuteSwitchImpl()226 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data))); in ExecuteSwitchImpl()666 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x()); in ExecuteSwitchImpl()667 int64_t val2 = shadow_frame.GetVRegLong(inst->VRegC_23x()); in ExecuteSwitchImpl()1089 int64_t val = shadow_frame.GetVRegLong(inst->VRegA_23x(inst_data)); in ExecuteSwitchImpl()1407 …shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), -shadow_frame.GetVRegLong(inst->VRegB_12x(ins… in ExecuteSwitchImpl()1412 …shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), ~shadow_frame.GetVRegLong(inst->VRegB_12x(ins… in ExecuteSwitchImpl()1446 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteSwitchImpl()[all …]
191 field_value.SetJ(shadow_frame.GetVRegLong(vreg)); in GetFieldValue()255 f->SetLong<transaction_active>(obj, shadow_frame.GetVRegLong(vregA)); in DoFieldPut()353 obj->SetField64<transaction_active>(field_offset, shadow_frame.GetVRegLong(vregA)); in DoIPutQuick()
200 int64_t GetVRegLong(size_t i) const { in GetVRegLong() function
241 *val = cur_shadow_frame_->GetVRegLong(vreg); in GetVRegPair()
201 AppendWide(shadow_frame->GetVRegLong(cur_arg)); in BuildArgArrayFromFrame()