Home
last modified time | relevance | path

Searched refs:weak (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/
H A Dnapi_impl.cpp39 extern "C" napi_status __attribute__((weak))
47 extern "C" napi_status __attribute__((weak))
57 extern "C" napi_status __attribute__((weak))
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dwork_manager.h201 inline void PushWeakReference(uint32_t threadId, JSTaggedType *weak) in PushWeakReference() argument
203 works_.at(threadId).weakQueue_->PushBack(weak); in PushWeakReference()
299 inline void PushWeakReference(uint32_t threadId, JSTaggedType *weak) in PushWeakReference() argument
301 works_.at(threadId).weakQueue_->PushBack(weak); in PushWeakReference()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.cpp67 Label weak(env); in Rehash()
69 BRANCH(TaggedIsWeak(*key), &weak, &notWeak); in Rehash()
70 Bind(&weak); in Rehash()
268 Label weak(env); in FindElement()
270 BRANCH(TaggedIsWeak(*element), &weak, &notWeak); in FindElement()
271 Bind(&weak); in FindElement()
/arkcompiler/runtime_core/static_core/compiler/aot/
H A Daot_file.cpp26 // To solve this issue, we define this function as weak.
27 // NOTE(msherstennikov): find a better way instead of weak function, e.g. make aot_manager library static.
28 extern "C" void CallStaticPltResolver([[maybe_unused]] void *slot) __attribute__((weak));
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.h230 extern "C" void SetThreadInfoCallback(ThreadInfoCallback func) __attribute__((weak))
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h3765 inline GateRef StubBuilder::RemoveTaggedWeakTag(GateRef weak) in RemoveTaggedWeakTag() argument
3767 return Int64ToTaggedPtr(IntPtrAnd(ChangeTaggedPointerToInt64(weak), IntPtr(~JSTaggedValue::TAG_WEAK))); in RemoveTaggedWeakTag()
H A Dstub_builder.h984 GateRef RemoveTaggedWeakTag(GateRef weak);

Completed in 15 milliseconds