Home
last modified time | relevance | path

Searched defs:weakRef (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_weak_ref.cpp48 JSHandle<JSWeakRef> weakRef = JSHandle<JSWeakRef>::Cast(obj); in WeakRefConstructor() local
67 JSHandle<JSWeakRef> weakRef = JSHandle<JSWeakRef>::Cast(thisValue); in Deref() local
/arkcompiler/ets_runtime/ecmascript/
Djs_weak_ref.h32 static JSTaggedValue WeakRefDeref(JSThread *thread, const JSHandle<JSWeakRef> &weakRef) in WeakRefDeref()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_weak_ref_test.cpp73 JSHandle<JSFunction> weakRef(env->GetBuiltinsWeakRefFunction()); in CreateWeakRefConstructor() local
95 JSHandle<JSFunction> weakRef(env->GetBuiltinsWeakRefFunction()); in HWTEST_F_L0() local
199 JSHandle<JSFunction> weakRef(env->GetBuiltinsWeakRefFunction()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dstw_young_gc.cpp113 … auto weakRef = JSTaggedValue(JSTaggedValue(dst).CreateAndGetWeakRef()).GetRawTaggedObject(); in Sweep() local
Dfull_gc.cpp134 … auto weakRef = JSTaggedValue(JSTaggedValue(dst).CreateAndGetWeakRef()).GetRawTaggedObject(); in Sweep() local
Dparallel_evacuator-inl.h125 auto weakRef = JSTaggedValue(dst).CreateAndGetWeakRef().GetRawTaggedObject(); in UpdateWeakObjectSlot() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
Dets_reference_processor.cpp80 …auto *weakRef = static_cast<panda::ets::EtsWeakReference *>(panda::ets::EtsObject::FromCoreType(we… in ProcessReferences() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp725 static mem::Reference *EtsNapiObjectToWeakReference(ets_weak weakRef) in EtsNapiObjectToWeakReference()
732 void PandaEtsVM::DeleteWeakGlobalRef(ets_weak weakRef) in DeleteWeakGlobalRef()