Searched refs:SetVRegReference (Results 1 – 10 of 10) sorted by relevance
/art/runtime/entrypoints/portable/ |
D | portable_thread_entrypoints.cc | 43 new_frame->SetVRegReference(reg, cur_frame->GetVRegReference(reg)); in VisitFrame()
|
D | portable_trampoline_entrypoints.cc | 162 sf_.SetVRegReference(cur_reg_, *reinterpret_cast<mirror::Object**>(GetParamAddress())); in Visit()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 134 shadow_frame.SetVRegReference(inst->VRegA_12x(inst_data), in ExecuteSwitchImpl() 140 shadow_frame.SetVRegReference(inst->VRegA_22x(inst_data), in ExecuteSwitchImpl() 146 shadow_frame.SetVRegReference(inst->VRegA_32x(), in ExecuteSwitchImpl() 162 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), result_register.GetL()); in ExecuteSwitchImpl() 169 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), exception); in ExecuteSwitchImpl() 289 shadow_frame.SetVRegReference(dst, NULL); in ExecuteSwitchImpl() 300 shadow_frame.SetVRegReference(dst, NULL); in ExecuteSwitchImpl() 311 shadow_frame.SetVRegReference(dst, NULL); in ExecuteSwitchImpl() 322 shadow_frame.SetVRegReference(dst, NULL); in ExecuteSwitchImpl() 354 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), s); in ExecuteSwitchImpl() [all …]
|
D | interpreter_goto_table_impl.cc | 207 shadow_frame.SetVRegReference(inst->VRegA_12x(inst_data), in ExecuteGotoImpl() 213 shadow_frame.SetVRegReference(inst->VRegA_22x(inst_data), in ExecuteGotoImpl() 219 shadow_frame.SetVRegReference(inst->VRegA_32x(), in ExecuteGotoImpl() 235 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), result_register.GetL()); in ExecuteGotoImpl() 242 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), exception); in ExecuteGotoImpl() 376 shadow_frame.SetVRegReference(dst, NULL); in ExecuteGotoImpl() 387 shadow_frame.SetVRegReference(dst, NULL); in ExecuteGotoImpl() 398 shadow_frame.SetVRegReference(dst, NULL); in ExecuteGotoImpl() 409 shadow_frame.SetVRegReference(dst, NULL); in ExecuteGotoImpl() 441 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), s); in ExecuteGotoImpl() [all …]
|
D | interpreter_common.cc | 79 shadow_frame.SetVRegReference(vregA, f->GetObject(obj)); in DoFieldGet() 152 shadow_frame.SetVRegReference(vregA, obj->GetFieldObject<mirror::Object>(field_offset)); in DoIGetQuick() 507 new_shadow_frame->SetVRegReference(dest_reg, o); in AssignRegister() 574 new_shadow_frame->SetVRegReference(dest_reg, shadow_frame.GetVRegReference(receiver_reg)); in DoCall() 602 new_shadow_frame->SetVRegReference(dest_reg, o); in DoCall()
|
D | interpreter.cc | 435 shadow_frame->SetVRegReference(cur_reg, receiver); in EnterInterpreterFromInvoke() 445 shadow_frame->SetVRegReference(cur_reg, o); in EnterInterpreterFromInvoke()
|
/art/runtime/ |
D | quick_exception_handler.cc | 229 new_frame->SetVRegReference(reg, in HandleDeoptimization()
|
D | stack.h | 289 void SetVRegReference(size_t i, mirror::Object* val) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetVRegReference() function
|
D | thread.cc | 2069 shadow_frame->SetVRegReference(reg, new_ref); in VisitShadowFrame() 2090 shadow_frame->SetVRegReference(reg, new_ref); in VisitShadowFrame()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 468 sf_->SetVRegReference(cur_reg_, stack_ref->AsMirrorPtr()); in Visit()
|