Searched refs:SetVRegLong (Results 1 – 10 of 10) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 116 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 …]
|
D | interpreter_goto_table_impl.cc | 189 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 …]
|
D | interpreter_common.h | 250 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()
|
D | interpreter_common.cc | 76 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()
|
D | interpreter.cc | 450 shadow_frame->SetVRegLong(cur_reg, wide_value); in EnterInterpreterFromInvoke()
|
/art/runtime/ |
D | quick_exception_handler.cc | 236 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()
|
D | stack.h | 260 void SetVRegLong(size_t i, int64_t val) { in SetVRegLong() function
|
D | stack.cc | 369 cur_shadow_frame_->SetVRegLong(vreg, new_value); in SetVRegPair()
|
/art/runtime/entrypoints/portable/ |
D | portable_trampoline_entrypoints.cc | 158 sf_.SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress())); in Visit()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 459 sf_->SetVRegLong(cur_reg_, ReadSplitLongParam()); in Visit() 461 sf_->SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress())); in Visit()
|