Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl.cc116 shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), in ExecuteSwitchImpl()
122 shadow_frame.SetVRegLong(inst->VRegA_22x(inst_data), in ExecuteSwitchImpl()
128 shadow_frame.SetVRegLong(inst->VRegA_32x(), in ExecuteSwitchImpl()
157 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ()); in ExecuteSwitchImpl()
329 shadow_frame.SetVRegLong(inst->VRegA_21s(inst_data), inst->VRegB_21s()); in ExecuteSwitchImpl()
334 shadow_frame.SetVRegLong(inst->VRegA_31i(inst_data), inst->VRegB_31i()); in ExecuteSwitchImpl()
339 shadow_frame.SetVRegLong(inst->VRegA_51l(inst_data), inst->VRegB_51l()); in ExecuteSwitchImpl()
344 shadow_frame.SetVRegLong(inst->VRegA_21h(inst_data), in ExecuteSwitchImpl()
965 shadow_frame.SetVRegLong(inst->VRegA_23x(inst_data), array->GetWithoutChecks(index)); in ExecuteSwitchImpl()
1411 …shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), -shadow_frame.GetVRegLong(inst->VRegB_12x(ins… in ExecuteSwitchImpl()
[all …]
Dinterpreter_goto_table_impl.cc189 shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), in ExecuteGotoImpl()
195 shadow_frame.SetVRegLong(inst->VRegA_22x(inst_data), in ExecuteGotoImpl()
201 shadow_frame.SetVRegLong(inst->VRegA_32x(), in ExecuteGotoImpl()
230 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ()); in ExecuteGotoImpl()
416 shadow_frame.SetVRegLong(inst->VRegA_21s(inst_data), inst->VRegB_21s()); in ExecuteGotoImpl()
421 shadow_frame.SetVRegLong(inst->VRegA_31i(inst_data), inst->VRegB_31i()); in ExecuteGotoImpl()
426 shadow_frame.SetVRegLong(inst->VRegA_51l(inst_data), inst->VRegB_51l()); in ExecuteGotoImpl()
431 shadow_frame.SetVRegLong(inst->VRegA_21h(inst_data), in ExecuteGotoImpl()
1066 shadow_frame.SetVRegLong(inst->VRegA_23x(inst_data), array->GetWithoutChecks(index)); in ExecuteGotoImpl()
1525 …shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), -shadow_frame.GetVRegLong(inst->VRegB_12x(ins… in ExecuteGotoImpl()
[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.cc450 shadow_frame->SetVRegLong(cur_reg, wide_value); in EnterInterpreterFromInvoke()
/art/runtime/
Dquick_exception_handler.cc236 new_frame->SetVRegLong(reg, GetVRegPair(h_method.Get(), reg, kLongLoVReg, kLongHiVReg)); in HandleDeoptimization()
251 … new_frame->SetVRegLong(reg, GetVRegPair(h_method.Get(), reg, kDoubleLoVReg, kDoubleHiVReg)); in HandleDeoptimization()
Dstack.h260 void SetVRegLong(size_t i, int64_t val) { in SetVRegLong() function
Dstack.cc369 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.cc459 sf_->SetVRegLong(cur_reg_, ReadSplitLongParam()); in Visit()
461 sf_->SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress())); in Visit()