| /arkcompiler/ets_runtime/test/fuzztest/weaksetref_fuzzer/ |
| H A D | weaksetref_fuzzer.cpp | 41 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 D | js_require_manager.cpp | 20 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 D | module_tools.cpp | 28 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 D | napi_module_loader.cpp | 28 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 D | pgo_extra_profiler.h | 47 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 D | js_sendable_arraybuffer.cpp | 42 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 D | runner.cpp | 31 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 D | js_date_test.cpp | 29 JSDate *JSDateCreate(JSThread *thread) in JSDateCreate() argument
|
| H A D | js_set_iterator_test.cpp | 30 static JSSet *CreateJSSet(JSThread *thread) in CreateJSSet() argument 107 NextCommon(JSThread *thread, JSHandle<JSSetIterator>& setIterator, IterationKind kind = IterationKind::KEY) NextCommon() argument [all...] |
| H A D | layout_info_test.cpp | 113 GetAllKeysCommon(JSThread *thread, bool enumKeys = false) GetAllKeysCommon() argument [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferarraybufferconstructor_fuzzer/ |
| H A D | builtinsarraybufferarraybufferconstructor_fuzzer.cpp | 35 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 D | publicapigeneratorobjectref_fuzzer.cpp | 40 JSThread *thread = vm->GetJSThread(); in GetGeneratorReceiverFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/setiteratorrefget_fuzzer/ |
| H A D | setiteratorrefget_fuzzer.cpp | 34 JSSet *CreateJSSet(JSThread *thread) in CreateJSSet() argument 57 auto thread = vm->GetAssociatedJSThread(); in SetIteratorRefGetFuzztest() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_typed_array.h | 56 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 D | js_weak_container.cpp | 22 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 D | builtinsarraybufferisview_fuzzer.cpp | 35 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 D | thread.cpp | 25 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 D | ets_language_context.cpp | 29 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 D | std_core_StackTrace.cpp | 65 auto thread = ManagedThread::GetCurrent(); in StdCoreStackTraceProvisionStackTrace() local
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/ |
| H A D | bridge.cpp | 65 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 D | thread_scopes.h | 69 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 D | explicit_gc_test.cpp | 89 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 D | session_manager.cpp | 45 void RunMThread(std::atomic<bool> *sync_flag, [[maybe_unused]] PtThread *thread) in RunMThread() argument [all...] |
| H A D | source_manager.cpp | 42 void RunManagedThread(std::atomic<bool> *sync_flag, [[maybe_unused]] PtThread *thread) in RunManagedThread() argument
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | sort_helper.cpp | 21 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...] |