| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_cjs_module.cpp | 25 JSThread *thread = argv->GetThread(); in CjsModuleConstructor() local 36 JSThread *thread = msg->GetThread(); in Compiler() local 45 JSThread *thread = msg->GetThread(); in Load() local 54 JSThread *thread in ResolveFilename() local 79 JSThread *thread = msg->GetThread(); Require() local 88 JSThread *thread = msg->GetThread(); GetExportsForCircularRequire() local 97 JSThread *thread = msg->GetThread(); UpdateChildren() local [all...] |
| H A D | builtins_finalization_registry.cpp | 26 JSThread *thread = argv->GetThread(); in FinalizationRegistryConstructor() local 63 JSThread *thread = argv->GetThread(); Register() local 102 JSThread *thread = argv->GetThread(); Unregister() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_proxy_test.cpp | 36 JSHandle<JSObject> BuiltinsTestProxyCreate(JSThread *thread) in BuiltinsTestProxyCreate() argument [all...] |
| H A D | builtins_sharedarraybuffer_test.cpp | 36 JSArrayBuffer *CreateJSArrayBuffer(JSThread *thread) in CreateJSArrayBuffer() argument [all...] |
| H A D | builtins_string_iterator_test.cpp | 29 static JSTaggedValue CreateBuiltinsJSStringIterator(JSThread *thread, const CString keyCStr) in CreateBuiltinsJSStringIterator() argument 41 JSTaggedValue NextCommon(JSThread* thread, JSHandle<JSStringIterator>& strIter) in NextCommon() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_handle_scope.cpp | 21 EcmaHandleScope::EcmaHandleScope(JSThread *thread) : thread_(thread) in EcmaHandleScope() argument 87 uintptr_t EcmaHandleScope::NewHandle(JSThread *thread, JSTaggedType value) in NewHandle() argument 133 uintptr_t EcmaHandleScope::NewPrimitiveHandle(JSThread *thread, JSTaggedType value) in NewPrimitiveHandle() argument
|
| H A D | element_accessor.cpp | 154 void ElementAccessor::CopyJSArrayObject(const JSThread *thread, JSHandle<JSObject>srcObj, JSHandle<JSObject>dstObj, in CopyJSArrayObject() argument 165 void ElementAccessor::CopyJSArrayToTaggedArray(const JSThread *thread, JSHandle<JSObject>srcObj, in CopyJSArrayToTaggedArray() argument
|
| H A D | element_accessor-inl.h | 29 inline void ElementAccessor::Set(const JSThread *thread, JSHandle<JSObject> receiver, uint32_t idx, in Set() argument 60 void ElementAccessor::FastSet(const JSThread *thread, JSHandle<TaggedArray> elements, uint32_t idx, in FastSet() argument
|
| H A D | global_index_map.cpp | 21 void GlobalIndexMap::Initialize(const JSThread *thread, in Initialize() argument 33 void GlobalIndexMap::InitGlobalIndexMap(const JSThread *thread, in InitGlobalIndexMap() argument 42 void GlobalIndexMap::InitGlobalConst(const JSThread *thread, in InitGlobalConst() argument 67 InitGlobalEnv(const JSThread *thread, JSMutableHandle<PointerToIndexDictionary> globalIndexMap) InitGlobalEnv() argument 92 InitBuiltinEntries(const JSThread *thread, JSMutableHandle<PointerToIndexDictionary> globalIndexMap) InitBuiltinEntries() argument [all...] |
| H A D | js_arraybuffer.cpp | 41 void JSArrayBuffer::Attach(JSThread *thread, uint32_t arrayBufferByteLength, in Attach() argument 57 void JSArrayBuffer::Detach(JSThread *thread, bool transferWithNativeAreaAllocator, bool isSerialize) in Detach() argument
|
| H A D | js_async_from_sync_iterator.cpp | 25 JSHandle<JSTaggedValue> JSAsyncFromSyncIterator::CreateAsyncFromSyncIterator(JSThread *thread, in CreateAsyncFromSyncIterator() argument 48 JSTaggedValue JSAsyncFromSyncIterator::AsyncFromSyncIteratorContinuation(JSThread *thread, in AsyncFromSyncIteratorContinuation() argument 92 JSThread *thread = argv->GetThread(); AsyncFromSyncIterUnwarpFunction() local [all...] |
| H A D | js_finalization_registry.h | 26 explicit CheckAndCallScope(JSThread *thread) : thread_(thread) in CheckAndCallScope() argument 41 void SetToWeakRefTarget(JSThread *thread, JSTaggedValue value) in SetToWeakRefTarget() argument [all...] |
| H A D | js_map.cpp | 21 void JSMap::Set(JSThread *thread, const JSHandle<JSMap> &map, const JSHandle<JSTaggedValue> &key, in Set() argument 33 bool JSMap::Delete(const JSThread *thread, const JSHandle<JSMap> &map, const JSHandle<JSTaggedValue> &key) in Delete() argument 44 void JSMap::Clear(const JSThread *thread, cons argument 52 Has(JSThread *thread, JSTaggedValue key) const Has() argument 57 Get(JSThread *thread, JSTaggedValue key) const Get() argument [all...] |
| H A D | js_set_iterator.cpp | 27 JSThread *thread = argv->GetThread(); in Next() local 34 JSTaggedValue JSSetIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() argument 80 Update(const JSThread *thread) Update() argument 102 CreateSetIterator(JSThread *thread, const JSHandle<JSTaggedValue> &obj, IterationKind kind) CreateSetIterator() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | interpreter.cpp | 37 NewRuntimeCallInfoBase( JSThread *thread, JSTaggedType func, JSTaggedType thisObj, JSTaggedType newTarget, uint32_t numArgs, StackCheck needCheckStack) NewRuntimeCallInfoBase() argument 68 NewRuntimeCallInfo( JSThread *thread, JSTaggedValue func, JSTaggedValue thisObj, JSTaggedValue newTarget, uint32_t numArgs, StackCheck needCheckStack) NewRuntimeCallInfo() argument 76 NewRuntimeCallInfo( JSThread *thread, JSHandle<JSTaggedValue> func, JSHandle<JSTaggedValue> thisObj, JSHandle<JSTaggedValue> newTarget, uint32_t numArgs, StackCheck needCheckStack) NewRuntimeCallInfo() argument 84 ReBuildRuntimeCallInfo(JSThread *thread, EcmaRuntimeCallInfo* info, int numArgs, StackCheck needCheckStack) ReBuildRuntimeCallInfo() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit_thread.cpp | 26 void JitThread::SetHostThread(JSThread *thread) in SetHostThread() argument 39 JitThread *thread = new JitThread(vm); in Create() local
|
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/ |
| H A D | hc_task_thread.c | 24 static HcTaskBase* PopTask(HcTaskThread* thread)
in PopTask() argument 40 static void PushTask(struct HcTaskThreadT* thread, HcTaskBase* task)
in PushTask() argument 54 Clear(struct HcTaskThreadT* thread) Clear() argument 69 StopAndClear(struct HcTaskThreadT* thread) StopAndClear() argument 80 StartTaskThread(struct HcTaskThreadT* thread) StartTaskThread() argument 96 HcTaskThread* thread = (HcTaskThread*)args; TaskThreadLoop() local 121 InitHcTaskThread(HcTaskThread* thread, size_t stackSize, const char* threadName) InitHcTaskThread() argument 144 DestroyHcTaskThread(HcTaskThread* thread) DestroyHcTaskThread() argument [all...] |
| /base/security/device_auth/deps_adapter/os_adapter/interfaces/ |
| H A D | hc_task_thread.h | 34 HcThread thread;
member
|
| /foundation/ai/ai_engine/services/common/platform/threadpool/source/ |
| H A D | thread_pool.cpp | 69 std::shared_ptr<Thread> thread; in Pop() local 87 void ThreadPool::Push(std::shared_ptr<Thread> &thread) in Push() argument [all...] |
| /foundation/resourceschedule/ffrt/src/eu/ |
| H A D | worker_thread.cpp | 81 void SetThreadAttr(WorkerThread* thread, const QoS& qos) in SetThreadAttr() argument
|
| /foundation/resourceschedule/ffrt/test/ut/testcase/ |
| H A D | ut_condition.cpp | 299 ffrt_thread_t thread; in HWTEST_F() local
|
| H A D | ut_thread.cpp | 151 ffrt_thread_t thread; in HWTEST_F() local
|
| /kernel/linux/linux-5.10/arch/x86/um/asm/ |
| H A D | processor_32.h | 38 static inline void arch_flush_thread(struct arch_thread *thread) in arch_flush_thread() argument
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| H A D | tls.h | 60 struct thread_info *thread; in set_tls() local
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| H A D | psparse.c | 411 struct acpi_thread_state *thread; in acpi_ps_parse_aml() local [all...] |