Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime_test.cc124 tmp->SetVRegReference(0, src); in RunArrayCopy()
126 tmp->SetVRegReference(2, dst); in RunArrayCopy()
325 tmp->SetVRegReference(0, h_test_string.Get()); in TEST_F()
328 tmp->SetVRegReference(3, h_char_array.Get()); in TEST_F()
375 tmp->SetVRegReference(0, test_string); in TEST_F()
403 shadow_frame->SetVRegReference(0, reference_empty_string); in TEST_F()
404 shadow_frame->SetVRegReference(1, string_arg); in TEST_F()
613 tmp->SetVRegReference(0, h_str.Get()); in TEST_F()
661 tmp->SetVRegReference(0, h_str.Get()); in TEST_F()
901 shadow_frame->SetVRegReference(0, class_klass); in TEST_F()
[all …]
Dinterpreter_switch_impl.cc267 shadow_frame.SetVRegReference(inst->VRegA_12x(inst_data), in ExecuteSwitchImplCpp()
273 shadow_frame.SetVRegReference(inst->VRegA_22x(inst_data), in ExecuteSwitchImplCpp()
279 shadow_frame.SetVRegReference(inst->VRegA_32x(), in ExecuteSwitchImplCpp()
295 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), result_register.GetL()); in ExecuteSwitchImplCpp()
302 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), exception.Ptr()); in ExecuteSwitchImplCpp()
450 shadow_frame.SetVRegReference(dst, nullptr); in ExecuteSwitchImplCpp()
461 shadow_frame.SetVRegReference(dst, nullptr); in ExecuteSwitchImplCpp()
472 shadow_frame.SetVRegReference(dst, nullptr); in ExecuteSwitchImplCpp()
483 shadow_frame.SetVRegReference(dst, nullptr); in ExecuteSwitchImplCpp()
517 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), s.Ptr()); in ExecuteSwitchImplCpp()
[all …]
Dshadow_frame.h248 void SetVRegReference(size_t i, mirror::Object* val) REQUIRES_SHARED(Locks::mutator_lock_) { in SetVRegReference() function
Dinterpreter.cc420 shadow_frame->SetVRegReference(cur_reg, receiver.Ptr()); in EnterInterpreterFromInvoke()
431 shadow_frame->SetVRegReference(cur_reg, o.Ptr()); in EnterInterpreterFromInvoke()
Dinterpreter_common.h558 new_shadow_frame->SetVRegReference(dest_reg, o.Ptr()); in AssignRegister()
/art/runtime/
Dmethod_handles.h182 shadow_frame_->SetVRegReference(arg_index_++, value.Ptr()); in SetReference()
Dmethod_handles.cc325 callee_frame->SetVRegReference(dst_reg, o.Ptr()); in CopyArgumentsFromCallerFrame()
598 new_shadow_frame->SetVRegReference(0, receiver.Get()); in MethodHandleInvokeTransform()
599 new_shadow_frame->SetVRegReference(1, sf.Get()); in MethodHandleInvokeTransform()
Dquick_exception_handler.cc488 new_frame->SetVRegReference(vreg, reinterpret_cast<mirror::Object*>(value)); in HandleOptimizingDeoptimization()
Dstack.cc415 shadow_frame->SetVRegReference(vreg, reinterpret_cast<mirror::Object*>(new_value)); in SetVReg()
Dthread.cc387 shadow_frame->SetVRegReference(i, nullptr); in FindOrCreateDebuggerShadowFrame()
3496 shadow_frame->SetVRegReference(reg, new_ref); in VisitShadowFrame()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc685 sf_->SetVRegReference(cur_reg_, stack_ref->AsMirrorPtr()); in Visit()