Home
last modified time | relevance | path

Searched refs:SetVReg (Results 1 – 13 of 13) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h277 SetVReg(A(), result); in HandleCmpl()
292 SetVReg(A(), result); in HandleCmpg()
371 SetVReg(A(), GetVReg(B())); in MOVE()
376 SetVReg(A(), GetVReg(B())); in MOVE_FROM16()
381 SetVReg(A(), GetVReg(B())); in MOVE_16()
416 SetVReg(A(), ResultRegister()->GetI()); in MOVE_RESULT()
507 SetVReg(A(), B()); in CONST_4()
512 SetVReg(A(), B()); in CONST_16()
517 SetVReg(A(), B()); in CONST()
522 SetVReg(A(), static_cast<int32_t>(B() << 16)); in CONST_HIGH16()
[all …]
Dunstarted_runtime_test.cc145 tmp->SetVReg(1, src_pos); in RunArrayCopy()
147 tmp->SetVReg(3, dst_pos); in RunArrayCopy()
148 tmp->SetVReg(4, length); in RunArrayCopy()
338 tmp->SetVReg(1, start_index); in TEST_F()
339 tmp->SetVReg(2, count); in TEST_F()
341 tmp->SetVReg(3, trg_offset); in TEST_F()
386 tmp->SetVReg(1, i); in TEST_F()
745 tmp->SetVReg(0, static_cast<int32_t>(i)); in TEST_F()
762 tmp->SetVReg(0, static_cast<int32_t>(i)); in TEST_F()
784 tmp->SetVReg(0, static_cast<int32_t>(i)); in TEST_F()
[all …]
Dinterpreter_common.h423 shadow_frame.SetVReg ##vreg(vregA, \ in DoFieldGet()
612 shadow_frame.SetVReg(result_reg, kMinInt); in DoIntDivide()
614 shadow_frame.SetVReg(result_reg, dividend / divisor); in DoIntDivide()
630 shadow_frame.SetVReg(result_reg, 0); in DoIntRemainder()
632 shadow_frame.SetVReg(result_reg, dividend % divisor); in DoIntRemainder()
Dshadow_frame.h211 void SetVReg(size_t i, int32_t val) { in SetVReg() function
Dinterpreter.cc416 shadow_frame->SetVReg(cur_reg, args[arg_pos]); in EnterInterpreterFromInvoke()
Dinterpreter_common.cc1159 new_shadow_frame->SetVReg(dest_reg, src_value); in AssignRegister()
1348 new_shadow_frame->SetVReg(dest_reg, shadow_frame.GetVReg(src_reg)); in DoCallCommon()
/art/runtime/
Dmethod_handles-inl.h84 shadow_frame_->SetVReg(arg_index_++, value); in Set()
Dquick_exception_handler.cc547 new_frame->SetVReg(reg, vreg_int_base[reg]); in HandleNterpDeoptimization()
633 new_frame->SetVReg(vreg, value); in HandleOptimizingDeoptimization()
Dstack.h243 bool SetVReg(ArtMethod* m, uint16_t vreg, uint32_t new_value, VRegKind kind)
Dstack.cc501 bool StackVisitor::SetVReg(ArtMethod* m, uint16_t vreg, uint32_t new_value, VRegKind kind) { in SetVReg() function in art::StackVisitor
507 shadow_frame->SetVReg(vreg, new_value); in SetVReg()
Dmethod_handles.cc342 callee_frame->SetVReg(dst_reg, src_value); in CopyArgumentsFromCallerFrame()
/art/openjdkjvmti/
Dti_method.cc1076 if (!visitor.SetVReg(method, in Execute()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc597 sf_->SetVReg(cur_reg_, *reinterpret_cast<jint*>(GetParamAddress())); in Visit()