Home
last modified time | relevance | path

Searched refs:GetVRegLong (Results 1 – 6 of 6) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc187 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 …]
Dinterpreter_switch_impl.cc114 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 …]
Dinterpreter_common.cc191 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()
/art/runtime/
Dstack.h200 int64_t GetVRegLong(size_t i) const { in GetVRegLong() function
Dstack.cc241 *val = cur_shadow_frame_->GetVRegLong(vreg); in GetVRegPair()
Dreflection.cc201 AppendWide(shadow_frame->GetVRegLong(cur_arg)); in BuildArgArrayFromFrame()