Home
last modified time | relevance | path

Searched defs:weak (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dwork_manager.h201 inline void PushWeakReference(uint32_t threadId, JSTaggedType *weak) in PushWeakReference()
299 inline void PushWeakReference(uint32_t threadId, JSTaggedType *weak) in PushWeakReference()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.cpp67 Label weak(env); in Rehash() local
268 Label weak(env); in FindElement() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h3656 inline GateRef StubBuilder::RemoveTaggedWeakTag(GateRef weak) in RemoveTaggedWeakTag()