Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl.cc202 shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), in ExecuteSwitchImpl()
208 shadow_frame.SetVRegLong(inst->VRegA_22x(inst_data), in ExecuteSwitchImpl()
214 shadow_frame.SetVRegLong(inst->VRegA_32x(), in ExecuteSwitchImpl()
243 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ()); in ExecuteSwitchImpl()
433 shadow_frame.SetVRegLong(inst->VRegA_21s(inst_data), inst->VRegB_21s()); in ExecuteSwitchImpl()
438 shadow_frame.SetVRegLong(inst->VRegA_31i(inst_data), inst->VRegB_31i()); in ExecuteSwitchImpl()
443 shadow_frame.SetVRegLong(inst->VRegA_51l(inst_data), inst->VRegB_51l()); in ExecuteSwitchImpl()
448 shadow_frame.SetVRegLong(inst->VRegA_21h(inst_data), in ExecuteSwitchImpl()
1063 shadow_frame.SetVRegLong(inst->VRegA_23x(inst_data), array->GetWithoutChecks(index)); in ExecuteSwitchImpl()
1640 shadow_frame.SetVRegLong( in ExecuteSwitchImpl()
[all …]
Dinterpreter_common.h374 shadow_frame.SetVRegLong(result_reg, kMinLong); in DoLongDivide()
376 shadow_frame.SetVRegLong(result_reg, dividend / divisor); in DoLongDivide()
394 shadow_frame.SetVRegLong(result_reg, 0); in DoLongRemainder()
396 shadow_frame.SetVRegLong(result_reg, dividend % divisor); in DoLongRemainder()
Dunstarted_runtime_test.cc216 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F()
239 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F()
264 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F()
289 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F()
835 tmp->SetVRegLong(0, static_cast<int64_t>(lvalue)); in TEST_F()
854 tmp->SetVRegLong(0, static_cast<int64_t>(lvalue)); in TEST_F()
880 tmp->SetVRegLong(0, static_cast<int64_t>(lvalue1)); in TEST_F()
881 tmp->SetVRegLong(2, static_cast<int64_t>(lvalue2)); in TEST_F()
Dinterpreter_common.cc92 shadow_frame.SetVRegLong(vregA, result.GetJ()); in DoFieldGet()
188 shadow_frame.SetVRegLong(vregA, static_cast<int64_t>(obj->GetField64(field_offset))); in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
718 bootstrap_frame->SetVRegLong(vreg, jvalue.j); in InvokeBootstrapMethod()
1098 new_shadow_frame->SetVRegLong(dest_reg, wide_value); in DoCallCommon()
Dshadow_frame.h227 void SetVRegLong(size_t i, int64_t val) { in SetVRegLong() function
Dinterpreter.cc428 shadow_frame->SetVRegLong(cur_reg, wide_value); in EnterInterpreterFromInvoke()
/art/runtime/
Dmethod_handles.h195 shadow_frame_->SetVRegLong(arg_index_, value); in SetLong()
Dstack.cc450 shadow_frame->SetVRegLong(vreg, new_value); in SetVRegPair()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc673 sf_->SetVRegLong(cur_reg_, ReadSplitLongParam()); in Visit()
675 sf_->SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress())); in Visit()