Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime_test.cc191 tmp->SetVRegReference(0, h_test_string.Get()); in TEST_F()
194 tmp->SetVRegReference(3, h_char_array.Get()); in TEST_F()
241 tmp->SetVRegReference(0, test_string); in TEST_F()
268 shadow_frame->SetVRegReference(0, reference_empty_string); in TEST_F()
269 shadow_frame->SetVRegReference(1, string_arg); in TEST_F()
Dinterpreter_common.cc83 shadow_frame.SetVRegReference(vregA, f->GetObject(obj)); in DoFieldGet()
169 shadow_frame.SetVRegReference(vregA, obj->GetFieldObject<mirror::Object>(field_offset)); in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
458 new_shadow_frame->SetVRegReference(dest_reg, o); in AssignRegister()
545 new_shadow_frame->SetVRegReference(dest_reg, shadow_frame.GetVRegReference(receiver_reg)); in DoCall()
578 new_shadow_frame->SetVRegReference(dest_reg, o); in DoCall()
661 shadow_frame.SetVRegReference(vregC, result->GetL()); in DoCall()
683 shadow_frame.SetVRegReference(*set_it, result->GetL()); in DoCall()
Dinterpreter_goto_table_impl.cc216 shadow_frame.SetVRegReference(inst->VRegA_12x(inst_data), in ExecuteGotoImpl()
222 shadow_frame.SetVRegReference(inst->VRegA_22x(inst_data), in ExecuteGotoImpl()
228 shadow_frame.SetVRegReference(inst->VRegA_32x(), in ExecuteGotoImpl()
244 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), result_register.GetL()); in ExecuteGotoImpl()
251 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), exception); in ExecuteGotoImpl()
351 shadow_frame.SetVRegReference(dst, nullptr); in ExecuteGotoImpl()
362 shadow_frame.SetVRegReference(dst, nullptr); in ExecuteGotoImpl()
373 shadow_frame.SetVRegReference(dst, nullptr); in ExecuteGotoImpl()
384 shadow_frame.SetVRegReference(dst, nullptr); in ExecuteGotoImpl()
416 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), s); in ExecuteGotoImpl()
[all …]
Dinterpreter_switch_impl.cc128 shadow_frame.SetVRegReference(inst->VRegA_12x(inst_data), in ExecuteSwitchImpl()
134 shadow_frame.SetVRegReference(inst->VRegA_22x(inst_data), in ExecuteSwitchImpl()
140 shadow_frame.SetVRegReference(inst->VRegA_32x(), in ExecuteSwitchImpl()
156 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), result_register.GetL()); in ExecuteSwitchImpl()
163 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), exception); in ExecuteSwitchImpl()
254 shadow_frame.SetVRegReference(dst, nullptr); in ExecuteSwitchImpl()
265 shadow_frame.SetVRegReference(dst, nullptr); in ExecuteSwitchImpl()
276 shadow_frame.SetVRegReference(dst, nullptr); in ExecuteSwitchImpl()
287 shadow_frame.SetVRegReference(dst, nullptr); in ExecuteSwitchImpl()
319 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), s); in ExecuteSwitchImpl()
[all …]
Dinterpreter.cc340 shadow_frame->SetVRegReference(cur_reg, receiver); in EnterInterpreterFromInvoke()
350 shadow_frame->SetVRegReference(cur_reg, o); in EnterInterpreterFromInvoke()
/art/runtime/
Dquick_exception_handler.cc239 new_frame->SetVRegReference(reg, reinterpret_cast<mirror::Object*>(value)); in HandleDeoptimization()
Dstack.h226 void SetVRegReference(size_t i, mirror::Object* val) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetVRegReference() function
Dthread.cc2286 shadow_frame->SetVRegReference(reg, new_ref); in VisitShadowFrame()
2307 shadow_frame->SetVRegReference(reg, new_ref); in VisitShadowFrame()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc580 sf_->SetVRegReference(cur_reg_, stack_ref->AsMirrorPtr()); in Visit()