Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc198 shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), in ExecuteGotoImpl()
204 shadow_frame.SetVRegLong(inst->VRegA_22x(inst_data), in ExecuteGotoImpl()
210 shadow_frame.SetVRegLong(inst->VRegA_32x(), in ExecuteGotoImpl()
239 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ()); in ExecuteGotoImpl()
391 shadow_frame.SetVRegLong(inst->VRegA_21s(inst_data), inst->VRegB_21s()); in ExecuteGotoImpl()
396 shadow_frame.SetVRegLong(inst->VRegA_31i(inst_data), inst->VRegB_31i()); in ExecuteGotoImpl()
401 shadow_frame.SetVRegLong(inst->VRegA_51l(inst_data), inst->VRegB_51l()); in ExecuteGotoImpl()
406 shadow_frame.SetVRegLong(inst->VRegA_21h(inst_data), in ExecuteGotoImpl()
1067 shadow_frame.SetVRegLong(inst->VRegA_23x(inst_data), array->GetWithoutChecks(index)); in ExecuteGotoImpl()
1625 shadow_frame.SetVRegLong( in ExecuteGotoImpl()
[all …]
Dinterpreter_switch_impl.cc110 shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), in ExecuteSwitchImpl()
116 shadow_frame.SetVRegLong(inst->VRegA_22x(inst_data), in ExecuteSwitchImpl()
122 shadow_frame.SetVRegLong(inst->VRegA_32x(), in ExecuteSwitchImpl()
151 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ()); in ExecuteSwitchImpl()
294 shadow_frame.SetVRegLong(inst->VRegA_21s(inst_data), inst->VRegB_21s()); in ExecuteSwitchImpl()
299 shadow_frame.SetVRegLong(inst->VRegA_31i(inst_data), inst->VRegB_31i()); in ExecuteSwitchImpl()
304 shadow_frame.SetVRegLong(inst->VRegA_51l(inst_data), inst->VRegB_51l()); in ExecuteSwitchImpl()
309 shadow_frame.SetVRegLong(inst->VRegA_21h(inst_data), in ExecuteSwitchImpl()
913 shadow_frame.SetVRegLong(inst->VRegA_23x(inst_data), array->GetWithoutChecks(index)); in ExecuteSwitchImpl()
1458 shadow_frame.SetVRegLong( in ExecuteSwitchImpl()
[all …]
Dunstarted_runtime_test.cc83 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F()
106 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F()
131 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F()
156 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i))); in TEST_F()
Dinterpreter_common.h257 shadow_frame.SetVRegLong(result_reg, kMinLong); in DoLongDivide()
259 shadow_frame.SetVRegLong(result_reg, dividend / divisor); in DoLongDivide()
275 shadow_frame.SetVRegLong(result_reg, 0); in DoLongRemainder()
277 shadow_frame.SetVRegLong(result_reg, dividend % divisor); in DoLongRemainder()
Dinterpreter_common.cc80 shadow_frame.SetVRegLong(vregA, f->GetLong(obj)); in DoFieldGet()
166 shadow_frame.SetVRegLong(vregA, static_cast<int64_t>(obj->GetField64(field_offset))); in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
584 new_shadow_frame->SetVRegLong(dest_reg, wide_value); in DoCall()
Dinterpreter.cc355 shadow_frame->SetVRegLong(cur_reg, wide_value); in EnterInterpreterFromInvoke()
/art/runtime/
Dquick_exception_handler.cc250 new_frame->SetVRegLong(reg, value); in HandleDeoptimization()
252 new_frame->SetVRegLong(reg, kLongDeadValue); in HandleDeoptimization()
280 new_frame->SetVRegLong(reg, value); in HandleDeoptimization()
282 new_frame->SetVRegLong(reg, kLongDeadValue); in HandleDeoptimization()
Dstack.h197 void SetVRegLong(size_t i, int64_t val) { in SetVRegLong() function
Dstack.cc471 cur_shadow_frame_->SetVRegLong(vreg, new_value); in SetVRegPair()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc571 sf_->SetVRegLong(cur_reg_, ReadSplitLongParam()); in Visit()
573 sf_->SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress())); in Visit()