Home
last modified time | relevance | path

Searched defs:thread (Results 301 - 325 of 1691) sorted by relevance

1...<<11121314151617181920>>...68

/arkcompiler/ets_runtime/test/fuzztest/weaksetref_fuzzer/
H A Dweaksetref_fuzzer.cpp41 JSThread *thread = vm->GetJSThread(); in WeakSetRefGetSizeFuzzTest() local
69 JSThread *thread = vm->GetJSThread(); in WeakSetRefGetTotalElementsFuzzTest() local
97 JSThread *thread = vm->GetJSThread(); WeakSetRefGetValueFuzzTest() local
[all...]
/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_require_manager.cpp20 void RequireManager::InitializeCommonJS(JSThread *thread, CJSInfo cjsInfo) in InitializeCommonJS() argument
55 CollectExecutedExp(JSThread *thread, CJSInfo cjsInfo) CollectExecutedExp() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_tools.cpp28 GetModuleValueFromIndexBindingForLog( JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) GetModuleValueFromIndexBindingForLog() argument
41 GetModuleValueFromRecordBindingForLog( JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) GetModuleValueFromRecordBindingForLog() argument
54 ProcessModuleLoadInfo(JSThread *thread, JSHandle<SourceTextModule> currentModule, JSTaggedValue resolvedBinding, int32_t index) ProcessModuleLoadInfo() argument
106 ProcessModuleNameSpaceLoadInfo( JSThread *thread, JSHandle<SourceTextModule> currentModule, JSHandle<SourceTextModule> requiredModule) ProcessModuleNameSpaceLoadInfo() argument
[all...]
H A Dnapi_module_loader.cpp28 JSThread *thread = vm->GetJSThread(); in LoadModuleNameSpaceWithModuleInfo() local
49 JSHandle<JSTaggedValue> NapiModuleLoader::LoadModuleNameSpaceWithPath(JSThread *thread, CString &abcFilePath, in LoadModuleNameSpaceWithPath() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_extra_profiler.h47 void SetReceiver(const JSThread *thread, JSTaggedValue value) in SetReceiver() argument
52 void SetHolder(const JSThread *thread, JSTaggedValue value) in SetHolder() argument
67 void Clear(const JSThread *thread) in Clear() argument
73 void ClearReceiver(const JSThread *thread) in ClearReceiver() argument
78 void ClearHolder(const JSThread *thread) in ClearHolder() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_sendable_arraybuffer.cpp42 void JSSendableArrayBuffer::Attach(JSThread *thread, uint32_t arrayBufferByteLength, in Attach() argument
61 void JSSendableArrayBuffer::Detach(JSThread *thread, bool transferWithNativeAreaAllocator) in Detach() argument
/arkcompiler/ets_runtime/ecmascript/taskpool/
H A Drunner.cpp31 std::unique_ptr<std::thread> thread = std::make_unique<std::thread>([this, i] {this->Run(i + 1);}); in Runner() local
124 os::thread::native_handle_type thread in Run() local
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_date_test.cpp29 JSDate *JSDateCreate(JSThread *thread) in JSDateCreate() argument
H A Djs_set_iterator_test.cpp30 static JSSet *CreateJSSet(JSThread *thread) in CreateJSSet() argument
107 NextCommon(JSThread *thread, JSHandle<JSSetIterator>& setIterator, IterationKind kind = IterationKind::KEY) NextCommon() argument
[all...]
H A Dlayout_info_test.cpp113 GetAllKeysCommon(JSThread *thread, bool enumKeys = false) GetAllKeysCommon() argument
[all...]
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferarraybufferconstructor_fuzzer/
H A Dbuiltinsarraybufferarraybufferconstructor_fuzzer.cpp35 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
53 JSThread *thread = vm->GetJSThread(); in BuiltinsArrayBufferArrayBufferConstructorFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/publicapigeneratorobjectref_fuzzer/
H A Dpublicapigeneratorobjectref_fuzzer.cpp40 JSThread *thread = vm->GetJSThread(); in GetGeneratorReceiverFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/setiteratorrefget_fuzzer/
H A Dsetiteratorrefget_fuzzer.cpp34 JSSet *CreateJSSet(JSThread *thread) in CreateJSSet() argument
57 auto thread = vm->GetAssociatedJSThread(); in SetIteratorRefGetFuzztest() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_typed_array.h56 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetProperty() argument
61 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetProperty() argument
69 static inline bool SetProperty(JSThread *thread, cons argument
[all...]
H A Djs_weak_container.cpp22 void JSWeakMap::Set(JSThread *thread, const JSHandle<JSWeakMap> &map, const JSHandle<JSTaggedValue> &key, in Set() argument
35 bool JSWeakMap::Delete(JSThread *thread, const JSHandle<JSWeakMap> &map, const JSHandle<JSTaggedValue> &key) in Delete() argument
49 Has(JSThread *thread, JSTaggedValue key) const Has() argument
54 Get(JSThread *thread, JSTaggedValue key) const Get() argument
76 Add(JSThread *thread, const JSHandle<JSWeakSet> &weakSet, const JSHandle<JSTaggedValue> &value) Add() argument
87 Delete(JSThread *thread, const JSHandle<JSWeakSet> &weakSet, const JSHandle<JSTaggedValue> &value) Delete() argument
100 Has(JSThread *thread, JSTaggedValue value) const Has() argument
[all...]
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferisview_fuzzer/
H A Dbuiltinsarraybufferisview_fuzzer.cpp35 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
53 JSThread *thread = vm->GetJSThread(); in BuiltinsArrayBufferIsViewFuzzTest() local
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dthread.cpp25 namespace panda::os::thread { namespace in panda::os
42 HANDLE thread = OpenThread(THREAD_SET_INFORMATION, false, thread_id); in SetPriority() local
54 HANDLE thread = OpenThread(THREAD_QUERY_INFORMATION, false, thread_id); in GetPriority() local
66 pthread_t thread = reinterpret_cast<pthread_t>(pthread_handle); SetThreadName() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_language_context.cpp29 void EtsLanguageContext::ThrowException(ManagedThread *thread, const uint8_t *mutf8Name, const uint8_t *mutf8Msg) const in ThrowException() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_StackTrace.cpp65 auto thread = ManagedThread::GetCurrent(); in StdCoreStackTraceProvisionStackTrace() local
/arkcompiler/runtime_core/static_core/runtime/bridge/
H A Dbridge.cpp65 extern "C" int64_t InvokeInterpreter(ManagedThread *thread, const uint8_t *pc, Frame *frame, Frame *lastFrame) in InvokeInterpreter() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dthread_scopes.h69 explicit ScopedNativeCodeThread(ManagedThread *thread) : thread_(thread) in ScopedNativeCodeThread() argument
90 explicit ScopedManagedCodeThread(ManagedThread *thread) : thread_(thread) in ScopedManagedCodeThread() argument
111 explicit ScopedChangeThreadStatus(ManagedThread *thread, ThreadStatus newStatus) : thread_(thread) in ScopedChangeThreadStatus() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dexplicit_gc_test.cpp89 MTManagedThread *thread = MTManagedThread::GetCurrent(); in TEST_F() local
144 MTManagedThread *thread = MTManagedThread::GetCurrent(); in TEST_F() local
172 MTManagedThread *thread = MTManagedThread::GetCurrent(); TEST_F() local
200 MTManagedThread *thread = MTManagedThread::GetCurrent(); TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H A Dsession_manager.cpp45 void RunMThread(std::atomic<bool> *sync_flag, [[maybe_unused]] PtThread *thread) in RunMThread() argument
[all...]
H A Dsource_manager.cpp42 void RunManagedThread(std::atomic<bool> *sync_flag, [[maybe_unused]] PtThread *thread) in RunManagedThread() argument
/arkcompiler/ets_runtime/ecmascript/base/
H A Dsort_helper.cpp21 void TimSort::Sort(JSThread *thread, JSHandle<TaggedArray> &elements, const JSHandle<JSTaggedValue> &fn) in Sort() argument
56 int TimSort::CountRunAndMakeAscending(JSThread *thread, JSHandle<TaggedArray> &array, in CountRunAndMakeAscending() argument
[all...]

Completed in 7 milliseconds

1...<<11121314151617181920>>...68