Home
last modified time | relevance | path

Searched refs:SetVRegLong (Results 1 – 10 of 10) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc186 shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), in ExecuteGotoImpl()
192 shadow_frame.SetVRegLong(inst->VRegA_22x(inst_data), in ExecuteGotoImpl()
198 shadow_frame.SetVRegLong(inst->VRegA_32x(), in ExecuteGotoImpl()
227 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ()); in ExecuteGotoImpl()
412 shadow_frame.SetVRegLong(inst->VRegA_21s(inst_data), inst->VRegB_21s()); in ExecuteGotoImpl()
417 shadow_frame.SetVRegLong(inst->VRegA_31i(inst_data), inst->VRegB_31i()); in ExecuteGotoImpl()
422 shadow_frame.SetVRegLong(inst->VRegA_51l(inst_data), inst->VRegB_51l()); in ExecuteGotoImpl()
427 shadow_frame.SetVRegLong(inst->VRegA_21h(inst_data), in ExecuteGotoImpl()
1062 shadow_frame.SetVRegLong(inst->VRegA_23x(inst_data), array->GetWithoutChecks(index)); in ExecuteGotoImpl()
1521 …shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), -shadow_frame.GetVRegLong(inst->VRegB_12x(ins… in ExecuteGotoImpl()
[all …]
Dinterpreter_switch_impl.cc113 shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), in ExecuteSwitchImpl()
119 shadow_frame.SetVRegLong(inst->VRegA_22x(inst_data), in ExecuteSwitchImpl()
125 shadow_frame.SetVRegLong(inst->VRegA_32x(), in ExecuteSwitchImpl()
154 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ()); in ExecuteSwitchImpl()
325 shadow_frame.SetVRegLong(inst->VRegA_21s(inst_data), inst->VRegB_21s()); in ExecuteSwitchImpl()
330 shadow_frame.SetVRegLong(inst->VRegA_31i(inst_data), inst->VRegB_31i()); in ExecuteSwitchImpl()
335 shadow_frame.SetVRegLong(inst->VRegA_51l(inst_data), inst->VRegB_51l()); in ExecuteSwitchImpl()
340 shadow_frame.SetVRegLong(inst->VRegA_21h(inst_data), in ExecuteSwitchImpl()
961 shadow_frame.SetVRegLong(inst->VRegA_23x(inst_data), array->GetWithoutChecks(index)); in ExecuteSwitchImpl()
1407 …shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), -shadow_frame.GetVRegLong(inst->VRegB_12x(ins… in ExecuteSwitchImpl()
[all …]
Dinterpreter_common.h250 shadow_frame.SetVRegLong(result_reg, kMinLong); in DoLongDivide()
252 shadow_frame.SetVRegLong(result_reg, dividend / divisor); in DoLongDivide()
268 shadow_frame.SetVRegLong(result_reg, 0); in DoLongRemainder()
270 shadow_frame.SetVRegLong(result_reg, dividend % divisor); in DoLongRemainder()
Dinterpreter_common.cc76 shadow_frame.SetVRegLong(vregA, f->GetLong(obj)); in DoFieldGet()
149 shadow_frame.SetVRegLong(vregA, static_cast<int64_t>(obj->GetField64(field_offset))); in DoIGetQuick()
608 new_shadow_frame->SetVRegLong(dest_reg, wide_value); in DoCall()
Dinterpreter.cc449 shadow_frame->SetVRegLong(cur_reg, wide_value); in EnterInterpreterFromInvoke()
/art/runtime/
Dquick_exception_handler.cc234 new_frame->SetVRegLong(reg, GetVRegPair(m, reg, kLongLoVReg, kLongHiVReg)); in HandleDeoptimization()
249 new_frame->SetVRegLong(reg, GetVRegPair(m, reg, kDoubleLoVReg, kDoubleHiVReg)); in HandleDeoptimization()
Dstack.h259 void SetVRegLong(size_t i, int64_t val) { in SetVRegLong() function
Dstack.cc360 cur_shadow_frame_->SetVRegLong(vreg, new_value); in SetVRegPair()
/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc158 sf_.SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress())); in Visit()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc436 sf_->SetVRegLong(cur_reg_, ReadSplitLongParam()); in Visit()
438 sf_->SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress())); in Visit()