Home
last modified time | relevance | path

Searched refs:SetVRegReference (Results 1 – 16 of 16) sorted by relevance

/art/runtime/interpreter/
Dunstarted_runtime_test.cc149 tmp->SetVRegReference(0, src); in RunArrayCopy()
151 tmp->SetVRegReference(2, dst); in RunArrayCopy()
342 tmp->SetVRegReference(0, h_test_string.Get()); in TEST_F()
345 tmp->SetVRegReference(3, h_char_array.Get()); in TEST_F()
390 tmp->SetVRegReference(0, test_string); in TEST_F()
419 shadow_frame->SetVRegReference(0, reference_empty_string.Get()); in TEST_F()
420 shadow_frame->SetVRegReference(1, string_arg.Get()); in TEST_F()
621 tmp->SetVRegReference(0, h_str.Get()); in TEST_F()
667 tmp->SetVRegReference(0, h_str.Get()); in TEST_F()
888 shadow_frame->SetVRegReference(0, class_klass); in TEST_F()
[all …]
Dshadow_frame-inl.h27 inline void ShadowFrame::SetVRegReference(size_t i, ObjPtr<mirror::Object> val) in SetVRegReference() function
Dinterpreter_switch_impl-inl.h424 SetVRegReference(A(), GetVRegReference(B())); in MOVE_OBJECT()
429 SetVRegReference(A(), GetVRegReference(B())); in MOVE_OBJECT_FROM16()
434 SetVRegReference(A(), GetVRegReference(B())); in MOVE_OBJECT_16()
449 SetVRegReference(A(), ResultRegister()->GetL()); in MOVE_RESULT_OBJECT()
456 SetVRegReference(A(), exception); in MOVE_EXCEPTION()
540 SetVRegReference(dst, nullptr); in CONST_4()
550 SetVRegReference(dst, nullptr); in CONST_16()
560 SetVRegReference(dst, nullptr); in CONST()
570 SetVRegReference(dst, nullptr); in CONST_HIGH16()
600 SetVRegReference(A(), s); in CONST_STRING()
[all …]
Dinterpreter_common.cc312 shadow_frame->SetVRegReference(this_obj_vreg, result.GetL()); in SetStringInitValueToAllAliases()
320 shadow_frame->SetVRegReference(i, result.GetL()); in SetStringInitValueToAllAliases()
1179 new_shadow_frame->SetVRegReference(dest_reg, o); in AssignRegister()
1329 new_shadow_frame->SetVRegReference(dest_reg, shadow_frame.GetVRegReference(receiver_reg)); in DoCallCommon()
1369 new_shadow_frame->SetVRegReference(dest_reg, o); in DoCallCommon()
Dshadow_frame.h244 void SetVRegReference(size_t i, ObjPtr<mirror::Object> val)
Dinterpreter.cc465 shadow_frame->SetVRegReference(cur_reg, receiver); in EnterInterpreterFromInvoke()
476 shadow_frame->SetVRegReference(cur_reg, o); in EnterInterpreterFromInvoke()
Dinterpreter_common.h564 shadow_frame.SetVRegReference(vregA, result.GetL()); in DoFieldGet()
629 shadow_frame.SetVRegReference(vregA, obj->GetFieldObject<mirror::Object>(field_offset)); in DoIGetQuick()
/art/runtime/interpreter/mterp/
Dmterp.cc353 shadow_frame->SetVRegReference(tgt_vreg, s); in MterpConstString()
370 shadow_frame->SetVRegReference(tgt_vreg, c); in MterpConstClass()
383 shadow_frame->SetVRegReference(tgt_vreg, mh); in MterpConstMethodHandle()
397 shadow_frame->SetVRegReference(tgt_vreg, mt); in MterpConstMethodType()
468 shadow_frame->SetVRegReference(inst->VRegA_21c(inst_data), obj); in MterpNewInstance()
529 shadow_frame->SetVRegReference(inst->VRegA_22c(inst_data), obj); in MterpNewArray()
702 shadow_frame->SetVRegReference(vRegA, value); in MterpFieldAccess()
/art/runtime/
Dmethod_handles-inl.h90 shadow_frame_->SetVRegReference(arg_index_++, value); in SetReference()
Dquick_exception_handler.cc445 new_frame->SetVRegReference(reg, ref); in HandleNterpDeoptimization()
526 new_frame->SetVRegReference(vreg, reinterpret_cast<mirror::Object*>(value)); in HandleOptimizingDeoptimization()
Dstack.h246 bool SetVRegReference(ArtMethod* m, uint16_t vreg, ObjPtr<mirror::Object> new_value)
Dmethod_handles.cc328 callee_frame->SetVRegReference(dst_reg, o); in CopyArgumentsFromCallerFrame()
607 new_shadow_frame->SetVRegReference(0, receiver.Get()); in MethodHandleInvokeTransform()
608 new_shadow_frame->SetVRegReference(1, sf.Get()); in MethodHandleInvokeTransform()
Dstack.cc503 bool StackVisitor::SetVRegReference(ArtMethod* m, uint16_t vreg, ObjPtr<mirror::Object> new_value) { in SetVRegReference() function in art::StackVisitor
508 shadow_frame->SetVRegReference(vreg, new_value); in SetVRegReference()
Dthread.cc534 shadow_frame->SetVRegReference(i, nullptr); in FindOrCreateDebuggerShadowFrame()
3736 shadow_frame->SetVRegReference(reg, new_ref); in VisitShadowFrame()
/art/openjdkjvmti/
Dti_method.cc1067 if (!visitor.SetVRegReference(method, in Execute()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc564 sf_->SetVRegReference(cur_reg_, stack_ref->AsMirrorPtr()); in Visit()