/art/runtime/interpreter/ |
D | unstarted_runtime_test.cc | 149 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 …]
|
D | shadow_frame-inl.h | 27 inline void ShadowFrame::SetVRegReference(size_t i, ObjPtr<mirror::Object> val) in SetVRegReference() function
|
D | interpreter_switch_impl-inl.h | 424 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 …]
|
D | interpreter_common.cc | 312 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()
|
D | shadow_frame.h | 244 void SetVRegReference(size_t i, ObjPtr<mirror::Object> val)
|
D | interpreter.cc | 465 shadow_frame->SetVRegReference(cur_reg, receiver); in EnterInterpreterFromInvoke() 476 shadow_frame->SetVRegReference(cur_reg, o); in EnterInterpreterFromInvoke()
|
D | interpreter_common.h | 564 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/ |
D | mterp.cc | 353 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/ |
D | method_handles-inl.h | 90 shadow_frame_->SetVRegReference(arg_index_++, value); in SetReference()
|
D | quick_exception_handler.cc | 445 new_frame->SetVRegReference(reg, ref); in HandleNterpDeoptimization() 526 new_frame->SetVRegReference(vreg, reinterpret_cast<mirror::Object*>(value)); in HandleOptimizingDeoptimization()
|
D | stack.h | 246 bool SetVRegReference(ArtMethod* m, uint16_t vreg, ObjPtr<mirror::Object> new_value)
|
D | method_handles.cc | 328 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()
|
D | stack.cc | 503 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()
|
D | thread.cc | 534 shadow_frame->SetVRegReference(i, nullptr); in FindOrCreateDebuggerShadowFrame() 3736 shadow_frame->SetVRegReference(reg, new_ref); in VisitShadowFrame()
|
/art/openjdkjvmti/ |
D | ti_method.cc | 1067 if (!visitor.SetVRegReference(method, in Execute()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 564 sf_->SetVRegReference(cur_reg_, stack_ref->AsMirrorPtr()); in Visit()
|