/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 281 SetVReg(A(), result); in HandleCmpl() 296 SetVReg(A(), result); in HandleCmpg() 394 SetVReg(A(), GetVReg(B())); in MOVE() 399 SetVReg(A(), GetVReg(B())); in MOVE_FROM16() 404 SetVReg(A(), GetVReg(B())); in MOVE_16() 439 SetVReg(A(), ResultRegister()->GetI()); in MOVE_RESULT() 538 SetVReg(dst, val); in CONST_4() 548 SetVReg(dst, val); in CONST_16() 558 SetVReg(dst, val); in CONST() 568 SetVReg(dst, val); in CONST_HIGH16() [all …]
|
D | interpreter_common.h | 546 shadow_frame.SetVReg(vregA, result.GetZ()); in DoFieldGet() 549 shadow_frame.SetVReg(vregA, result.GetB()); in DoFieldGet() 552 shadow_frame.SetVReg(vregA, result.GetC()); in DoFieldGet() 555 shadow_frame.SetVReg(vregA, result.GetS()); in DoFieldGet() 558 shadow_frame.SetVReg(vregA, result.GetI()); in DoFieldGet() 611 shadow_frame.SetVReg(vregA, static_cast<int32_t>(obj->GetField32(field_offset))); in DoIGetQuick() 614 shadow_frame.SetVReg(vregA, static_cast<int32_t>(obj->GetFieldBoolean(field_offset))); in DoIGetQuick() 617 shadow_frame.SetVReg(vregA, static_cast<int32_t>(obj->GetFieldByte(field_offset))); in DoIGetQuick() 620 shadow_frame.SetVReg(vregA, static_cast<int32_t>(obj->GetFieldChar(field_offset))); in DoIGetQuick() 623 shadow_frame.SetVReg(vregA, static_cast<int32_t>(obj->GetFieldShort(field_offset))); in DoIGetQuick() [all …]
|
D | unstarted_runtime_test.cc | 150 tmp->SetVReg(1, src_pos); in RunArrayCopy() 152 tmp->SetVReg(3, dst_pos); in RunArrayCopy() 153 tmp->SetVReg(4, length); in RunArrayCopy() 343 tmp->SetVReg(1, start_index); in TEST_F() 344 tmp->SetVReg(2, count); in TEST_F() 346 tmp->SetVReg(3, trg_offset); in TEST_F() 391 tmp->SetVReg(1, i); in TEST_F() 748 tmp->SetVReg(0, static_cast<int32_t>(i)); in TEST_F() 765 tmp->SetVReg(0, static_cast<int32_t>(i)); in TEST_F() 787 tmp->SetVReg(0, static_cast<int32_t>(i)); in TEST_F() [all …]
|
D | shadow_frame.h | 203 void SetVReg(size_t i, int32_t val) { in SetVReg() function
|
D | interpreter_common.cc | 1181 new_shadow_frame->SetVReg(dest_reg, src_value); in AssignRegister() 1385 new_shadow_frame->SetVReg(dest_reg, shadow_frame.GetVReg(src_reg)); in DoCallCommon()
|
D | interpreter.cc | 487 shadow_frame->SetVReg(cur_reg, args[arg_pos]); in EnterInterpreterFromInvoke()
|
/art/runtime/ |
D | method_handles-inl.h | 84 shadow_frame_->SetVReg(arg_index_++, value); in Set()
|
D | quick_exception_handler.cc | 447 new_frame->SetVReg(reg, vreg_int_base[reg]); in HandleNterpDeoptimization() 528 new_frame->SetVReg(vreg, value); in HandleOptimizingDeoptimization()
|
D | stack.h | 241 bool SetVReg(ArtMethod* m, uint16_t vreg, uint32_t new_value, VRegKind kind)
|
D | stack.cc | 493 bool StackVisitor::SetVReg(ArtMethod* m, uint16_t vreg, uint32_t new_value, VRegKind kind) { in SetVReg() function in art::StackVisitor 499 shadow_frame->SetVReg(vreg, new_value); in SetVReg()
|
D | method_handles.cc | 330 callee_frame->SetVReg(dst_reg, src_value); in CopyArgumentsFromCallerFrame()
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 685 shadow_frame->SetVReg(vRegA, static_cast<int32_t>(value)); // Sign/zero extend. in MterpFieldAccess()
|
/art/openjdkjvmti/ |
D | ti_method.cc | 1076 if (!visitor.SetVReg(method, in Execute()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 573 sf_->SetVReg(cur_reg_, *reinterpret_cast<jint*>(GetParamAddress())); in Visit()
|