Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h409 SetVRegLong(A(), GetVRegLong(B())); in MOVE_WIDE()
414 SetVRegLong(A(), GetVRegLong(B())); in MOVE_WIDE_FROM16()
419 SetVRegLong(A(), GetVRegLong(B())); in MOVE_WIDE_16()
444 SetVRegLong(A(), ResultRegister()->GetJ()); in MOVE_RESULT_WIDE()
576 SetVRegLong(A(), B()); in CONST_WIDE_16()
581 SetVRegLong(A(), B()); in CONST_WIDE_32()
586 SetVRegLong(A(), inst->WideVRegB()); in CONST_WIDE()
591 SetVRegLong(A(), static_cast<uint64_t>(B()) << 48); in CONST_WIDE_HIGH16()
939 return HandleAGet<mirror::LongArray>(&InstructionHandler::SetVRegLong); in AGET_WIDE()
1246 SetVRegLong(A(), -GetVRegLong(B())); in NEG_LONG()
[all …]
Dinterpreter_common.h561 shadow_frame.SetVRegLong(vregA, result.GetJ()); in DoFieldGet()
626 shadow_frame.SetVRegLong(vregA, static_cast<int64_t>(obj->GetField64(field_offset))); in DoIGetQuick()
860 shadow_frame.SetVRegLong(result_reg, kMinLong); in DoLongDivide()
862 shadow_frame.SetVRegLong(result_reg, dividend / divisor); in DoLongDivide()
880 shadow_frame.SetVRegLong(result_reg, 0); in DoLongRemainder()
882 shadow_frame.SetVRegLong(result_reg, dividend % divisor); in DoLongRemainder()
Dunstarted_runtime_test.cc242 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F()
263 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F()
286 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F()
309 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F()
834 tmp->SetVRegLong(0, static_cast<int64_t>(lvalue)); in TEST_F()
851 tmp->SetVRegLong(0, static_cast<int64_t>(lvalue)); in TEST_F()
870 tmp->SetVRegLong(0, static_cast<int64_t>(lvalue1)); in TEST_F()
871 tmp->SetVRegLong(2, static_cast<int64_t>(lvalue2)); in TEST_F()
Dshadow_frame.h221 void SetVRegLong(size_t i, int64_t val) { in SetVRegLong() function
Dinterpreter.cc481 shadow_frame->SetVRegLong(cur_reg, wide_value); in EnterInterpreterFromInvoke()
Dinterpreter_common.cc1377 new_shadow_frame->SetVRegLong(dest_reg, wide_value); in DoCallCommon()
/art/runtime/
Dmethod_handles-inl.h95 shadow_frame_->SetVRegLong(arg_index_, value); in SetLong()
Dstack.cc529 shadow_frame->SetVRegLong(vreg, new_value); in SetVRegPair()
/art/runtime/interpreter/mterp/
Dmterp.cc683 shadow_frame->SetVRegLong(vRegA, value); // Set two consecutive registers. in MterpFieldAccess()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc555 sf_->SetVRegLong(cur_reg_, ReadSplitLongParam()); in Visit()
557 sf_->SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress())); in Visit()