Home
last modified time | relevance | path

Searched refs:GetWeakReferent (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_weak_ref.h57 return JSTaggedValue(weakObj.GetWeakReferent()); in GetFromWeak()
Djs_finalization_registry.h52 return JSTaggedValue(weakObj.GetWeakReferent()); in GetFromWeakRefTarget()
Djs_tagged_value.h277 ARK_INLINE TaggedObject *GetWeakReferent() const in GetWeakReferent() function
402 return reinterpret_cast<TaggedObject *>(GetWeakReferent()); in GetTaggedWeakRef()
/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info.h135 return JSTaggedValue(value.GetWeakReferent()); in GetRefFromWeak()
Dic_runtime_stub-inl.h77 if (!result.IsUndefined() && result.GetWeakReferent() == hclass) { in CheckPolyHClass()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp140 TaggedObject *handleWeakObj = TaggedObject::Cast(handleTaggedObjVal.GetWeakReferent()); in HWTEST_F_L0()
279 TaggedObject *handleTaggedObject = TaggedObject::Cast(handleObjClassVal.GetWeakReferent()); in HWTEST_F_L0()