Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl.cc249 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 …]
Dinterpreter_common.h400 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()
Dunstarted_runtime_test.cc217 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()
Dshadow_frame.h221 void SetVRegLong(size_t i, int64_t val) { in SetVRegLong() function
Dinterpreter_common.cc104 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()
Dinterpreter.cc436 shadow_frame->SetVRegLong(cur_reg, wide_value); in EnterInterpreterFromInvoke()
/art/runtime/
Dmethod_handles.h186 shadow_frame_->SetVRegLong(arg_index_, value); in SetLong()
Dstack.cc451 shadow_frame->SetVRegLong(vreg, new_value); in SetVRegPair()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc676 sf_->SetVRegLong(cur_reg_, ReadSplitLongParam()); in Visit()
678 sf_->SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress())); in Visit()