Searched refs:SetVRegReference (Results 1 – 11 of 11) sorted by relevance
/art/runtime/interpreter/ |
D | unstarted_runtime_test.cc | 124 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 …]
|
D | interpreter_switch_impl.cc | 267 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 …]
|
D | shadow_frame.h | 248 void SetVRegReference(size_t i, mirror::Object* val) REQUIRES_SHARED(Locks::mutator_lock_) { in SetVRegReference() function
|
D | interpreter.cc | 420 shadow_frame->SetVRegReference(cur_reg, receiver.Ptr()); in EnterInterpreterFromInvoke() 431 shadow_frame->SetVRegReference(cur_reg, o.Ptr()); in EnterInterpreterFromInvoke()
|
D | interpreter_common.h | 558 new_shadow_frame->SetVRegReference(dest_reg, o.Ptr()); in AssignRegister()
|
/art/runtime/ |
D | method_handles.h | 182 shadow_frame_->SetVRegReference(arg_index_++, value.Ptr()); in SetReference()
|
D | method_handles.cc | 325 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()
|
D | quick_exception_handler.cc | 488 new_frame->SetVRegReference(vreg, reinterpret_cast<mirror::Object*>(value)); in HandleOptimizingDeoptimization()
|
D | stack.cc | 415 shadow_frame->SetVRegReference(vreg, reinterpret_cast<mirror::Object*>(new_value)); in SetVReg()
|
D | thread.cc | 387 shadow_frame->SetVRegReference(i, nullptr); in FindOrCreateDebuggerShadowFrame() 3496 shadow_frame->SetVRegReference(reg, new_ref); in VisitShadowFrame()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 685 sf_->SetVRegReference(cur_reg_, stack_ref->AsMirrorPtr()); in Visit()
|