Home
last modified time | relevance | path

Searched defs:thread (Results 151 - 175 of 1668) sorted by relevance

12345678910>>...67

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dwaiter_list_test.cpp26 static WaiterListNode *CreateListNode(JSThread *thread, uint32_t bufferLength) in CreateListNode() argument
41 static void DeleteListNode(JSThread *thread, WaiterListNode *listNode) in DeleteListNode() argument
H A Dhuge_object_test.cpp37 static TaggedArray *LargeArrayTestCreate(JSThread *thread) in LargeArrayTestCreate() argument
[all...]
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferfastsetvalueinbuffer_fuzzer/
H A Dbuiltinsarraybufferfastsetvalueinbuffer_fuzzer.cpp41 JSThread *thread = vm->GetJSThread(); in BuiltinsArrayBufferFastSetValueInBufferFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dframework_helper.h30 FrameworkHelper(JSThread *thread) in FrameworkHelper() argument
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dvalue_serializer.h25 explicit ValueSerializer(JSThread *thread, bool defaultTransfer = false, bool defaultCloneShared = false) in ValueSerializer() argument
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferclonearraybuffer_fuzzer/
H A Dbuiltinsarraybufferclonearraybuffer_fuzzer.cpp41 JSThread *thread = vm->GetJSThread(); in BuiltinsArrayBufferCloneArrayBufferFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffersetvalueinbufferforuint8clamped_fuzzer/
H A Dbuiltinsarraybuffersetvalueinbufferforuint8clamped_fuzzer.cpp41 JSThread *thread = vm->GetJSThread(); in BuiltinsArrayBufferSetValueInBufferForUint8ClampedFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffersetvalueinbufferforbyte_fuzzer/
H A Dbuiltinsarraybuffersetvalueinbufferforbyte_fuzzer.cpp41 JSThread *thread = vm->GetJSThread(); in BuiltinsArrayBufferSetValueInBufferForByteFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/primitiverefgetvalue_fuzzer/
H A Dprimitiverefgetvalue_fuzzer.cpp41 auto thread = vm->GetAssociatedJSThread(); in PrimitiveRefGetValueFuzztest() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_weak_ref.h33 static JSTaggedValue WeakRefDeref(JSThread *thread, const JSHandle<JSWeakRef> &weakRef) in WeakRefDeref() argument
47 void SetToWeak(JSThread *thread, JSTaggedValue value) in SetToWeak() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dscope_info_extractor.cpp23 JSTaggedValue ScopeInfoExtractor::GenerateScopeInfo(JSThread *thread, uint16_t scopeId) in GenerateScopeInfo() argument
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array_iterator.cpp28 JSThread *thread = argv->GetThread(); in Next() local
57 NextInternal(JSThread *thread, JSHandle<JSSharedArrayIterator> &iter, JSHandle<JSTaggedValue> &array) NextInternal() argument
[all...]
H A Djs_shared_map_iterator.cpp28 JSThread *thread = argv->GetThread(); in Next() local
34 JSTaggedValue JSSharedMapIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() argument
79 CreateMapIterator(JSThread *thread, const JSHandle<JSTaggedValue> &obj, IterationKind kind) CreateMapIterator() argument
[all...]
H A Djs_shared_map.cpp22 void JSSharedMap::Set(JSThread *thread, const JSHandle<JSSharedMap> &map, in Set() argument
39 bool JSSharedMap::Delete(JSThread *thread, const JSHandle<JSSharedMap> &map, const JSHandle<JSTaggedValue> &key) in Delete() argument
53 Clear(JSThread *thread, const JSHandle<JSSharedMap> &map) Clear() argument
63 Has(JSThread *thread, const JSHandle<JSSharedMap> &map, JSTaggedValue key) Has() argument
70 Get(JSThread *thread, const JSHandle<JSSharedMap> &map, JSTaggedValue key) Get() argument
77 GetSize(JSThread *thread, const JSHandle<JSSharedMap> &map) GetSize() argument
84 GetKey(JSThread *thread, const JSHandle<JSSharedMap> &map, uint32_t entry) GetKey() argument
92 GetValue(JSThread *thread, const JSHandle<JSSharedMap> &map, uint32_t entry) GetValue() argument
[all...]
H A Djs_shared_set.cpp22 void JSSharedSet::Add(JSThread *thread, const JSHandle<JSSharedSet> &set, const JSHandle<JSTaggedValue> &value) in Add() argument
38 bool JSSharedSet::Delete(JSThread *thread, const JSHandle<JSSharedSet> &set, const JSHandle<JSTaggedValue> &value) in Delete() argument
52 Clear(JSThread *thread, const JSHandle<JSSharedSet> &set) Clear() argument
62 Has(JSThread *thread, const JSHandle<JSSharedSet> &set, JSTaggedValue value) Has() argument
69 GetSize(JSThread *thread, const JSHandle<JSSharedSet> &set) GetSize() argument
76 GetValue(JSThread *thread, const JSHandle<JSSharedSet> &set, int entry) GetValue() argument
[all...]
H A Djs_shared_set_iterator.cpp27 JSThread *thread = argv->GetThread(); in Next() local
33 JSTaggedValue JSSharedSetIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() argument
72 CreateSetIterator(JSThread *thread, const JSHandle<JSTaggedValue> &obj, IterationKind kind) CreateSetIterator() argument
[all...]
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferallocatearraybuffer_fuzzer/
H A Dbuiltinsarraybufferallocatearraybuffer_fuzzer.cpp40 JSThread *thread = vm->GetJSThread(); in BuiltinsArrayBufferAllocateArrayBufferFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffergetvaluefrombufferforinteger_fuzzer/
H A Dbuiltinsarraybuffergetvaluefrombufferforinteger_fuzzer.cpp41 JSThread *thread = vm->GetJSThread(); in BuiltinsArrayBufferGetValueFromBufferForIntegerFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/mapiteratorefget_fuzzer/
H A Dmapiteratorefget_fuzzer.cpp72 auto thread = vm->GetAssociatedJSThread(); in MapIteratorRefGetIndexFuzzTest() local
97 auto thread = vm->GetAssociatedJSThread(); in MapIteratorRefGetKindFuzzTest() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H A Dmonitor_pool.cpp79 void MonitorPool::ReleaseMonitors(MTManagedThread *thread) in ReleaseMonitors() argument
91 PandaSet<Monitor::MonitorId> MonitorPool::GetEnteredMonitorsIds(MTManagedThread *thread) in GetEnteredMonitorsIds() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmonitor_test.cpp114 auto thread = MTManagedThread::GetCurrent(); in TEST_F() local
130 auto thread = MTManagedThread::GetCurrent(); in TEST_F() local
144 auto thread = MTManagedThread::GetCurrent(); in TEST_F() local
164 auto thread = MTManagedThread::GetCurrent(); in TEST_F() local
238 auto thread in TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-helpers.cpp26 Thread *thread = Thread::GetCurrent(); in GetG1BarrierSet() local
41 auto *thread = ManagedThread::GetCurrent(); in PreWrbFuncEntrypoint() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dlocal_object_handle.h29 explicit LocalObjectHandle(ManagedThread *thread, ObjectHeader *object) : root_(object), thread_(thread) in LocalObjectHandle() argument
36 explicit LocalObjectHandle(ManagedThread *thread, T *object) in LocalObjectHandle() argument
H A Dvm_handle.h37 explicit VMHandle(ManagedThread *thread, ObjectHeader *object) in VMHandle() argument
85 VMMutableHandle(ManagedThread *thread, ObjectHeader *object) in VMMutableHandle() argument
/arkcompiler/runtime_core/static_core/runtime/scheduler/
H A Dworker_thread.h34 auto thread = Thread::GetCurrent(); in GetCurrent() local
46 auto thread = GetCurrent(); in DetachThread() local
[all...]

Completed in 7 milliseconds

12345678910>>...67