| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | waiter_list_test.cpp | 26 static WaiterListNode *CreateListNode(JSThread *thread, uint32_t bufferLength) in CreateListNode() argument 41 static void DeleteListNode(JSThread *thread, WaiterListNode *listNode) in DeleteListNode() argument
|
| H A D | huge_object_test.cpp | 37 static TaggedArray *LargeArrayTestCreate(JSThread *thread) in LargeArrayTestCreate() argument [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferfastsetvalueinbuffer_fuzzer/ |
| H A D | builtinsarraybufferfastsetvalueinbuffer_fuzzer.cpp | 41 JSThread *thread = vm->GetJSThread(); in BuiltinsArrayBufferFastSetValueInBufferFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| H A D | framework_helper.h | 30 FrameworkHelper(JSThread *thread) in FrameworkHelper() argument
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| H A D | value_serializer.h | 25 explicit ValueSerializer(JSThread *thread, bool defaultTransfer = false, bool defaultCloneShared = false) in ValueSerializer() argument
|
| /arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferclonearraybuffer_fuzzer/ |
| H A D | builtinsarraybufferclonearraybuffer_fuzzer.cpp | 41 JSThread *thread = vm->GetJSThread(); in BuiltinsArrayBufferCloneArrayBufferFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffersetvalueinbufferforuint8clamped_fuzzer/ |
| H A D | builtinsarraybuffersetvalueinbufferforuint8clamped_fuzzer.cpp | 41 JSThread *thread = vm->GetJSThread(); in BuiltinsArrayBufferSetValueInBufferForUint8ClampedFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffersetvalueinbufferforbyte_fuzzer/ |
| H A D | builtinsarraybuffersetvalueinbufferforbyte_fuzzer.cpp | 41 JSThread *thread = vm->GetJSThread(); in BuiltinsArrayBufferSetValueInBufferForByteFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/primitiverefgetvalue_fuzzer/ |
| H A D | primitiverefgetvalue_fuzzer.cpp | 41 auto thread = vm->GetAssociatedJSThread(); in PrimitiveRefGetValueFuzztest() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_weak_ref.h | 33 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 D | scope_info_extractor.cpp | 23 JSTaggedValue ScopeInfoExtractor::GenerateScopeInfo(JSThread *thread, uint16_t scopeId) in GenerateScopeInfo() argument
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | js_shared_array_iterator.cpp | 28 JSThread *thread = argv->GetThread(); in Next() local 57 NextInternal(JSThread *thread, JSHandle<JSSharedArrayIterator> &iter, JSHandle<JSTaggedValue> &array) NextInternal() argument [all...] |
| H A D | js_shared_map_iterator.cpp | 28 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 D | js_shared_map.cpp | 22 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 D | js_shared_set.cpp | 22 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 D | js_shared_set_iterator.cpp | 27 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 D | builtinsarraybufferallocatearraybuffer_fuzzer.cpp | 40 JSThread *thread = vm->GetJSThread(); in BuiltinsArrayBufferAllocateArrayBufferFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffergetvaluefrombufferforinteger_fuzzer/ |
| H A D | builtinsarraybuffergetvaluefrombufferforinteger_fuzzer.cpp | 41 JSThread *thread = vm->GetJSThread(); in BuiltinsArrayBufferGetValueFromBufferForIntegerFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/mapiteratorefget_fuzzer/ |
| H A D | mapiteratorefget_fuzzer.cpp | 72 auto thread = vm->GetAssociatedJSThread(); in MapIteratorRefGetIndexFuzzTest() local 97 auto thread = vm->GetAssociatedJSThread(); in MapIteratorRefGetKindFuzzTest() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | monitor_pool.cpp | 79 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 D | monitor_test.cpp | 114 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 D | g1-helpers.cpp | 26 Thread *thread = Thread::GetCurrent(); in GetG1BarrierSet() local 41 auto *thread = ManagedThread::GetCurrent(); in PreWrbFuncEntrypoint() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | local_object_handle.h | 29 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 D | vm_handle.h | 37 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 D | worker_thread.h | 34 auto thread = Thread::GetCurrent(); in GetCurrent() local 46 auto thread = GetCurrent(); in DetachThread() local [all...] |