/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 128 shadow_frame.SetVReg ##vreg(vregA, \ in DoFieldGet() 458 SetVReg(A(), result); in HandleCmpl() 473 SetVReg(A(), result); in HandleCmpg() 552 SetVReg(A(), GetVReg(B())); in MOVE() 557 SetVReg(A(), GetVReg(B())); in MOVE_FROM16() 562 SetVReg(A(), GetVReg(B())); in MOVE_16() 597 SetVReg(A(), ResultRegister()->GetI()); in MOVE_RESULT() 688 SetVReg(A(), B()); in CONST_4() 693 SetVReg(A(), B()); in CONST_16() 698 SetVReg(A(), B()); in CONST() [all …]
|
D | unstarted_runtime_transaction_test.cc | 53 tmp->SetVReg(0, static_cast<int32_t>(i)); in TEST_F() 62 tmp->SetVReg(0, static_cast<int32_t>(i)); in TEST_F() 73 tmp->SetVReg(0, static_cast<int32_t>(i)); in TEST_F() 82 tmp->SetVReg(0, static_cast<int32_t>(i)); in TEST_F() 206 shadow_frame->SetVReg(1, 0); in TEST_F() 228 shadow_frame->SetVReg(1, 0); in TEST_F()
|
D | unstarted_runtime_test.cc | 98 tmp->SetVReg(1, src_pos); in RunArrayCopy() 100 tmp->SetVReg(3, dst_pos); in RunArrayCopy() 101 tmp->SetVReg(4, length); in RunArrayCopy() 281 tmp->SetVReg(1, start_index); in TEST_F() 282 tmp->SetVReg(2, count); in TEST_F() 284 tmp->SetVReg(3, trg_offset); in TEST_F() 329 tmp->SetVReg(1, i); in TEST_F() 684 tmp->SetVReg(0, static_cast<int32_t>(i)); in TEST_F() 701 tmp->SetVReg(0, static_cast<int32_t>(i)); in TEST_F() 963 shadow_frame->SetVReg(1, 0); in TEST_F() [all …]
|
D | interpreter_common.h | 357 shadow_frame.SetVReg(result_reg, kMinInt); in DoIntDivide() 359 shadow_frame.SetVReg(result_reg, dividend / divisor); in DoIntDivide() 375 shadow_frame.SetVReg(result_reg, 0); in DoIntRemainder() 377 shadow_frame.SetVReg(result_reg, dividend % divisor); in DoIntRemainder()
|
D | shadow_frame.h | 211 void SetVReg(size_t i, int32_t val) { in SetVReg() function
|
D | interpreter.cc | 417 shadow_frame->SetVReg(cur_reg, args[arg_pos]); in EnterInterpreterFromInvoke()
|
D | interpreter_common.cc | 1194 new_shadow_frame->SetVReg(dest_reg, src_value); in AssignRegister() 1383 new_shadow_frame->SetVReg(dest_reg, shadow_frame.GetVReg(src_reg)); in DoCallCommon()
|
/art/runtime/ |
D | method_handles-inl.h | 84 shadow_frame_->SetVReg(arg_index_++, value); in Set()
|
D | quick_exception_handler.cc | 578 new_frame->SetVReg(reg, vreg_int_base[reg]); in HandleNterpDeoptimization() 664 new_frame->SetVReg(vreg, value); in HandleOptimizingDeoptimization()
|
D | stack.h | 247 EXPORT bool SetVReg(ArtMethod* m, uint16_t vreg, uint32_t new_value, VRegKind kind)
|
D | stack.cc | 502 bool StackVisitor::SetVReg(ArtMethod* m, uint16_t vreg, uint32_t new_value, VRegKind kind) { in SetVReg() function in art::StackVisitor 508 shadow_frame->SetVReg(vreg, new_value); in SetVReg()
|
D | method_handles.cc | 341 callee_frame->SetVReg(dst_reg, src_value); in CopyArgumentsFromCallerFrame()
|
/art/openjdkjvmti/ |
D | ti_method.cc | 1083 if (!visitor.SetVReg(method, in Execute()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 611 sf_->SetVReg(cur_reg_, *reinterpret_cast<jint*>(GetParamAddress())); in Visit()
|