Searched refs:SetVRegLong (Results 1 – 9 of 9) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 249 shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), in ExecuteSwitchImplCpp() 255 shadow_frame.SetVRegLong(inst->VRegA_22x(inst_data), in ExecuteSwitchImplCpp() 261 shadow_frame.SetVRegLong(inst->VRegA_32x(), in ExecuteSwitchImplCpp() 290 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ()); in ExecuteSwitchImplCpp() 490 shadow_frame.SetVRegLong(inst->VRegA_21s(inst_data), inst->VRegB_21s()); in ExecuteSwitchImplCpp() 495 shadow_frame.SetVRegLong(inst->VRegA_31i(inst_data), inst->VRegB_31i()); in ExecuteSwitchImplCpp() 500 shadow_frame.SetVRegLong(inst->VRegA_51l(inst_data), inst->VRegB_51l()); in ExecuteSwitchImplCpp() 505 shadow_frame.SetVRegLong(inst->VRegA_21h(inst_data), in ExecuteSwitchImplCpp() 1154 shadow_frame.SetVRegLong(inst->VRegA_23x(inst_data), array->GetWithoutChecks(index)); in ExecuteSwitchImplCpp() 1731 shadow_frame.SetVRegLong( in ExecuteSwitchImplCpp() [all …]
|
D | interpreter_common.h | 400 shadow_frame.SetVRegLong(result_reg, kMinLong); in DoLongDivide() 402 shadow_frame.SetVRegLong(result_reg, dividend / divisor); in DoLongDivide() 420 shadow_frame.SetVRegLong(result_reg, 0); in DoLongRemainder() 422 shadow_frame.SetVRegLong(result_reg, dividend % divisor); in DoLongRemainder()
|
D | unstarted_runtime_test.cc | 217 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F() 240 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F() 265 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F() 290 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F() 836 tmp->SetVRegLong(0, static_cast<int64_t>(lvalue)); in TEST_F() 855 tmp->SetVRegLong(0, static_cast<int64_t>(lvalue)); in TEST_F() 881 tmp->SetVRegLong(0, static_cast<int64_t>(lvalue1)); in TEST_F() 882 tmp->SetVRegLong(2, static_cast<int64_t>(lvalue2)); in TEST_F()
|
D | shadow_frame.h | 221 void SetVRegLong(size_t i, int64_t val) { in SetVRegLong() function
|
D | interpreter_common.cc | 104 shadow_frame.SetVRegLong(vregA, result.GetJ()); in DoFieldGet() 202 shadow_frame.SetVRegLong(vregA, static_cast<int64_t>(obj->GetField64(field_offset))); in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() 986 bootstrap_frame->SetVRegLong(vreg, jvalue.j); in InvokeBootstrapMethod() 1361 new_shadow_frame->SetVRegLong(dest_reg, wide_value); in DoCallCommon()
|
D | interpreter.cc | 436 shadow_frame->SetVRegLong(cur_reg, wide_value); in EnterInterpreterFromInvoke()
|
/art/runtime/ |
D | method_handles.h | 186 shadow_frame_->SetVRegLong(arg_index_, value); in SetLong()
|
D | stack.cc | 451 shadow_frame->SetVRegLong(vreg, new_value); in SetVRegPair()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 676 sf_->SetVRegLong(cur_reg_, ReadSplitLongParam()); in Visit() 678 sf_->SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress())); in Visit()
|