Searched refs:SetVRegLong (Results 1 – 9 of 9) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 567 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 …]
|
D | interpreter_common.h | 395 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()
|
D | unstarted_runtime_test.cc | 180 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()
|
D | shadow_frame.h | 229 void SetVRegLong(size_t i, int64_t val) { in SetVRegLong() function
|
D | interpreter.cc | 411 shadow_frame->SetVRegLong(cur_reg, wide_value); in EnterInterpreterFromInvoke()
|
D | interpreter_common.cc | 1375 new_shadow_frame->SetVRegLong(dest_reg, wide_value); in DoCallCommon()
|
/art/runtime/ |
D | method_handles-inl.h | 95 shadow_frame_->SetVRegLong(arg_index_, value); in SetLong()
|
D | stack.cc | 538 shadow_frame->SetVRegLong(vreg, new_value); in SetVRegPair()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 593 sf_->SetVRegLong(cur_reg_, ReadSplitLongParam()); in Visit() 595 sf_->SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress())); in Visit()
|