Home
last modified time | relevance | path

Searched refs:SetTag (Results 1 – 10 of 10) sorted by relevance

/ark/runtime_core/verification/type/
Dtype_index.h39 Base::SetTag(TypeVariance::COVARIANT);
44 Base::SetTag(TypeVariance::CONTRVARIANT);
49 Base::SetTag(TypeVariance::INVARIANT);
/ark/runtime_core/runtime/tests/
Di2c_bridge_test.cpp570 frame->GetVReg(1).SetTag(8); in TEST_F()
588 frame->GetVReg(1).SetTag(0); in TEST_F()
590 frame->GetAcc().SetTag(8); in TEST_F()
610 frame->GetVReg(0).SetTag(0); in TEST_F()
612 frame->GetVReg(1).SetTag(8); in TEST_F()
630 frame->GetAcc().SetTag(8); in TEST_F()
632 frame->GetVReg(1).SetTag(0); in TEST_F()
1039 frame->GetVReg(6U).SetTag(8); in TEST_F()
1075 frame->GetVReg(7U).SetTag(9); in TEST_F()
1166 frame->GetVReg(0).SetTag(0); in TEST_F()
[all …]
Dinterpreter_test.cpp93 f->GetVReg(i).SetTag(static_cast<int64_t>(0)); in InitializeFrame()
/ark/runtime_core/runtime/interpreter/
Dvregister.h91 ALWAYS_INLINE inline void SetTag(uint64_t tag) in SetTag() function
93 static_cast<T *>(this)->SetTag(tag); in SetTag()
121 SetTag(other.GetTag()); in Move()
240 SetTag(GetTag() | OBJECT_MASK); in MarkAsObject()
245 SetTag(GetTag() & ~OBJECT_MASK); in MarkAsPrimitive()
Dacc_vregister.h37 SetTag(other.GetTag()); in AccVRegister()
63 ALWAYS_INLINE inline void SetTag(uint64_t value) in SetTag() function
Dframe.h43 SetTag(tag); in VRegister()
56 ALWAYS_INLINE inline void SetTag(uint64_t tag) in SetTag() function
Dinterpreter-inl.h111 this->GetAcc().SetTag(tag); in HandleFldaiDyn()
123 this->GetAcc().SetTag(tag); in HandleLdaiDyn()
288 this->GetAcc().SetTag(tag); in HandleLdaStr()
2913 frame.GetVReg(num_vregs + i).SetTag(initial_value.tag); in CopyArguments()
/ark/runtime_core/verification/util/
Dtagged_index.h47 SetTag(tag); in TaggedIndex()
74 void SetTag(Tag tag) in SetTag() function
82 SetTag(tag);
/ark/runtime_core/runtime/include/
Dmethod-inl.h193 frame->GetVReg(num_vregs + i).SetTag(decoded.tag); in InitFrame()
206 frame->GetVReg(num_vregs + i).SetTag(initial_value.tag); in InitFrame()
/ark/runtime_core/runtime/
Dmethod.cpp191 frame->GetVReg(i).SetTag(decoded.tag); in InvokeGen()