Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl.cc117 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteSwitchImpl()
123 shadow_frame.GetVRegLong(inst->VRegB_22x())); in ExecuteSwitchImpl()
129 shadow_frame.GetVRegLong(inst->VRegB_32x())); in ExecuteSwitchImpl()
230 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data))); in ExecuteSwitchImpl()
670 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x()); in ExecuteSwitchImpl()
671 int64_t val2 = shadow_frame.GetVRegLong(inst->VRegC_23x()); in ExecuteSwitchImpl()
1093 int64_t val = shadow_frame.GetVRegLong(inst->VRegA_23x(inst_data)); in ExecuteSwitchImpl()
1411 …shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), -shadow_frame.GetVRegLong(inst->VRegB_12x(ins… in ExecuteSwitchImpl()
1416 …shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), ~shadow_frame.GetVRegLong(inst->VRegB_12x(ins… in ExecuteSwitchImpl()
1450 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteSwitchImpl()
[all …]
Dinterpreter_goto_table_impl.cc190 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteGotoImpl()
196 shadow_frame.GetVRegLong(inst->VRegB_22x())); in ExecuteGotoImpl()
202 shadow_frame.GetVRegLong(inst->VRegB_32x())); in ExecuteGotoImpl()
313 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data))); in ExecuteGotoImpl()
760 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x()); in ExecuteGotoImpl()
761 int64_t val2 = shadow_frame.GetVRegLong(inst->VRegC_23x()); in ExecuteGotoImpl()
1194 int64_t val = shadow_frame.GetVRegLong(inst->VRegA_23x(inst_data)); in ExecuteGotoImpl()
1525 …shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), -shadow_frame.GetVRegLong(inst->VRegB_12x(ins… in ExecuteGotoImpl()
1530 …shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), ~shadow_frame.GetVRegLong(inst->VRegB_12x(ins… in ExecuteGotoImpl()
1560 …shadow_frame.SetVReg(inst->VRegA_12x(inst_data), shadow_frame.GetVRegLong(inst->VRegB_12x(inst_dat… in ExecuteGotoImpl()
[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.h201 int64_t GetVRegLong(size_t i) const { in GetVRegLong() function
Dstack.cc250 *val = cur_shadow_frame_->GetVRegLong(vreg); in GetVRegPair()
Dreflection.cc201 AppendWide(shadow_frame->GetVRegLong(cur_arg)); in BuildArgArrayFromFrame()