Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h567 SetVRegLong(A(), GetVRegLong(B())); in MOVE_WIDE()
572 SetVRegLong(A(), GetVRegLong(B())); in MOVE_WIDE_FROM16()
577 SetVRegLong(A(), GetVRegLong(B())); in MOVE_WIDE_16()
602 SetVRegLong(A(), ResultRegister()->GetJ()); in MOVE_RESULT_WIDE()
708 SetVRegLong(A(), B()); in CONST_WIDE_16()
713 SetVRegLong(A(), B()); in CONST_WIDE_32()
718 SetVRegLong(A(), inst_->WideVRegB()); in CONST_WIDE()
723 SetVRegLong(A(), static_cast<uint64_t>(B()) << 48); in CONST_WIDE_HIGH16()
1041 return HandleAGet<mirror::LongArray>(&InstructionHandler::SetVRegLong); in AGET_WIDE()
1284 SetVRegLong(A(), -GetVRegLong(B())); in NEG_LONG()
[all …]
Dinterpreter_common.h395 shadow_frame.SetVRegLong(result_reg, kMinLong); in DoLongDivide()
397 shadow_frame.SetVRegLong(result_reg, dividend / divisor); in DoLongDivide()
415 shadow_frame.SetVRegLong(result_reg, 0); in DoLongRemainder()
417 shadow_frame.SetVRegLong(result_reg, dividend % divisor); in DoLongRemainder()
Dunstarted_runtime_test.cc180 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F()
201 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F()
224 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F()
247 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F()
725 tmp->SetVRegLong(0, static_cast<int64_t>(lvalue)); in TEST_F()
742 tmp->SetVRegLong(0, static_cast<int64_t>(lvalue)); in TEST_F()
761 tmp->SetVRegLong(0, static_cast<int64_t>(lvalue1)); in TEST_F()
762 tmp->SetVRegLong(2, static_cast<int64_t>(lvalue2)); in TEST_F()
Dshadow_frame.h229 void SetVRegLong(size_t i, int64_t val) { in SetVRegLong() function
Dinterpreter.cc411 shadow_frame->SetVRegLong(cur_reg, wide_value); in EnterInterpreterFromInvoke()
Dinterpreter_common.cc1375 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.cc538 shadow_frame->SetVRegLong(vreg, new_value); in SetVRegPair()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc593 sf_->SetVRegLong(cur_reg_, ReadSplitLongParam()); in Visit()
595 sf_->SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress())); in Visit()