Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 854) sorted by relevance

12345678910>>...35

/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp38 void ThrowException(const LanguageContext &ctx, ManagedThread *thread, const uint8_t *mutf8Name, in ThrowException()
44 static LanguageContext GetLanguageContext(ManagedThread *thread) in GetLanguageContext()
52 auto *thread = ManagedThread::GetCurrent(); in ThrowNullPointerException() local
57 void ThrowNullPointerException(const LanguageContext &ctx, ManagedThread *thread) in ThrowNullPointerException()
63 void ThrowStackOverflowException(ManagedThread *thread) in ThrowStackOverflowException()
71 auto *thread = ManagedThread::GetCurrent(); in ThrowArrayIndexOutOfBoundsException() local
77 const LanguageContext &ctx, ManagedThread *thread) in ThrowArrayIndexOutOfBoundsException()
87 auto *thread = ManagedThread::GetCurrent(); in ThrowIndexOutOfBoundsException() local
95 auto *thread = ManagedThread::GetCurrent(); in ThrowIllegalStateException() local
102 auto *thread = ManagedThread::GetCurrent(); in ThrowStringIndexOutOfBoundsException() local
[all …]
Dmt_thread_manager.cpp65 for (auto thread : threads_) { in GetThreadByInternalThreadIdWithLockHeld() local
80 MTManagedThread *thread = *i; in DeregisterSuspendedThreads() local
116 void MTThreadManager::DecreaseCountersForThread(MTManagedThread *thread) in DecreaseCountersForThread()
136 MTManagedThread *thread = *i; in StopThreadsOnTerminationLoops() local
175 for (const auto &thread : daemonThreads_) { in WaitForDeregistration() local
186 for (auto thread : threads_) { in StopDaemonThreads() local
217 EnumerateThreadsWithLockheld([curThread](ManagedThread *thread) { in SuspendAllThreads()
231 EnumerateThreadsWithLockheld([curThread, &isExists](ManagedThread *thread) { in IsRunningThreadExist()
251 EnumerateThreadsWithLockheld([curThread](ManagedThread *thread) { in ResumeAllThreads()
259 void MTThreadManager::RegisterThread(MTManagedThread *thread) in RegisterThread()
[all …]
Dobject_accessor-impl.cpp42 ObjectAccessor::GetBarrierSet(const ManagedThread *thread) in GetBarrierSet()
52 ObjectAccessor::GetPreBarrierType(const ManagedThread *thread) in GetPreBarrierType()
62 ObjectAccessor::GetPostBarrierType(const ManagedThread *thread) in GetPostBarrierType()
/arkcompiler/ets_runtime/ecmascript/
Dlinked_hash_table.cpp22 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Create(const JSThread *thread, in Create()
43 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Insert(const JSThread *thread, const JSHand… in Insert()
68 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::InsertWeakRef(const JSThread *thread, in InsertWeakRef()
97 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::GrowCapacity(const JSThread *thread, in GrowCapacity()
111 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Remove(const JSThread *thread, const JSHand… in Remove()
124 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Shrink(const JSThread *thread, const JSHand… in Shrink()
140 JSHandle<LinkedHashMap> LinkedHashMap::Create(const JSThread *thread, int numberOfElements, MemSpac… in Create()
145 JSHandle<LinkedHashMap> LinkedHashMap::Delete(const JSThread *thread, const JSHandle<LinkedHashMap>… in Delete()
151 JSHandle<LinkedHashMap> LinkedHashMap::Set(const JSThread *thread, const JSHandle<LinkedHashMap> &o… in Set()
157 JSHandle<LinkedHashMap> LinkedHashMap::SetWeakRef(const JSThread *thread, const JSHandle<LinkedHash… in SetWeakRef()
[all …]
Djs_tagged_value.cpp82 JSTaggedNumber JSTaggedValue::ToNumber(JSThread *thread, JSTaggedValue tagged) in ToNumber()
124 JSTaggedNumber JSTaggedValue::ToNumber(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToNumber()
129 JSTaggedValue JSTaggedValue::ToBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigInt()
171 JSTaggedValue JSTaggedValue::ToBigInt64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigInt64()
187 JSTaggedValue JSTaggedValue::ToBigUint64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigUint64()
201 JSTaggedNumber JSTaggedValue::ToInteger(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInteger()
209 int32_t JSTaggedValue::ToInt32(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt32()
216 uint32_t JSTaggedValue::ToUint32(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToUint32()
221 int16_t JSTaggedValue::ToInt16(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt16()
229 uint16_t JSTaggedValue::ToUint16(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToUint16()
[all …]
Dtagged_tree.cpp23 JSHandle<Derived> TaggedTree<Derived>::Create(const JSThread *thread, int numberOfElements) in Create()
40 void TaggedTree<Derived>::InsertRebalance(const JSThread *thread, int index) in InsertRebalance()
81 void TaggedTree<Derived>::LeftRotate(const JSThread *thread, int index) in LeftRotate()
108 void TaggedTree<Derived>::RightRotate(const JSThread *thread, int index) in RightRotate()
135 JSHandle<Derived> TaggedTree<Derived>::AdjustTaggedTree(const JSThread *thread, const JSHandle<Deri… in AdjustTaggedTree()
177 void TaggedTree<Derived>::Transplant(const JSThread *thread, int dst, int src) in Transplant()
193 void TaggedTree<Derived>::Remove(const JSThread *thread, const JSHandle<Derived> &tree, int entry) in Remove()
222 void TaggedTree<Derived>::DeleteRebalance(const JSThread *thread, int index) in DeleteRebalance()
311 int TaggedTree<Derived>::FindEntry(JSThread *thread, const JSHandle<Derived> &tree, const JSHandle<… in FindEntry()
340 ComparisonResult TaggedTree<Derived>::EntryCompare(JSThread *thread, const JSHandle<JSTaggedValue> … in EntryCompare()
[all …]
Decma_macros.h45 …#define ENQUEUE_JOB_TRACE(thread, pendingJob) job::EnqueueJobTrace enqueueJobTrace(thread, pending… argument
46 …#define EXECUTE_JOB_TRACE(thread, pendingJob) job::ExecuteJobTrace executeJobTrace(thread, pending… argument
50 #define ENQUEUE_JOB_TRACE(thread, pendingJob) argument
51 #define EXECUTE_JOB_TRACE(thread, pendingJob) argument
60 #define SET_VALUE_WITH_BARRIER(thread, addr, offset, value) \ argument
239 #define RETURN_IF_ABRUPT_COMPLETION(thread) \ argument
247 #define RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, value) \ argument
255 #define RETURN_VALUE_IF_ABRUPT_COMPLETION_WITH_DATA_DELETE(thread, value, flagsStr) \ argument
264 #define RETURN_EXCEPTION_IF_ABRUPT_COMPLETION(thread) \ argument
272 #define RETURN_EXCEPTION_AND_POP_JOINSTACK(thread, value) \ argument
[all …]
Djs_native_pointer.cpp22 void JSNativePointer::ResetExternalPointer(JSThread *thread, void *externalPointer) in ResetExternalPointer()
28 void JSNativePointer::Destroy(JSThread *thread) in Destroy()
43 void JSNativePointer::DeleteExternalPointer(JSThread *thread) in DeleteExternalPointer()
53 JSHandle<EcmaString> JSNativePointer::ToString(JSThread *thread) in ToString()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_runner.h43 void Breakpoint(PtThread thread, Method *method, const PtLocation &location) override in Breakpoint()
64 … void Exception(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *object, in Exception()
72 …void ExceptionCatch(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *obj… in ExceptionCatch()
79 …void PropertyAccess(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *obj… in PropertyAccess()
87 …void PropertyModification(PtThread thread, Method *method, const PtLocation &location, ObjectHeade… in PropertyModification()
95 void FramePop(PtThread thread, Method *method, bool wasPoppedByException) override in FramePop()
116 void MethodEntry(PtThread thread, Method *method) override in MethodEntry()
123 …void MethodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue)… in MethodExit()
130 void SingleStep(PtThread thread, Method *method, const PtLocation &location) override in SingleStep()
137 void ThreadStart(PtThread thread) override in ThreadStart()
[all …]
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp22 JSTaggedValue SlowRuntimeStub::CallSpread(JSThread *thread, JSTaggedValue func, JSTaggedValue obj, in CallSpread()
34 JSTaggedValue SlowRuntimeStub::Neg(JSThread *thread, JSTaggedValue value) in Neg()
43 JSTaggedValue SlowRuntimeStub::AsyncFunctionEnter(JSThread *thread) in AsyncFunctionEnter()
51 JSTaggedValue SlowRuntimeStub::ToNumber(JSThread *thread, JSTaggedValue value) in ToNumber()
61 JSTaggedValue SlowRuntimeStub::ToNumeric(JSThread *thread, JSTaggedValue value) in ToNumeric()
71 JSTaggedValue SlowRuntimeStub::Not(JSThread *thread, JSTaggedValue value) in Not()
80 JSTaggedValue SlowRuntimeStub::Inc(JSThread *thread, JSTaggedValue value) in Inc()
89 JSTaggedValue SlowRuntimeStub::Dec(JSThread *thread, JSTaggedValue value) in Dec()
98 void SlowRuntimeStub::Throw(JSThread *thread, JSTaggedValue value) in Throw()
104 JSTaggedValue SlowRuntimeStub::GetPropIterator(JSThread *thread, JSTaggedValue value) in GetPropIterator()
[all …]
/arkcompiler/ets_runtime/ecmascript/daemon/
Ddaemon_task-inl.h32 TriggerConcurrentMarkTask<gcType, gcReason>::TriggerConcurrentMarkTask(JSThread *thread) in TriggerConcurrentMarkTask()
43 TriggerCollectGarbageTask<gcType, gcReason>::TriggerCollectGarbageTask(JSThread *thread) in TriggerCollectGarbageTask()
49 DaemonThread *thread = DaemonThread::GetInstance(); in TerminateDaemonTaskRunner() local
54 inline TerminateDaemonTask::TerminateDaemonTask(JSThread *thread) in TerminateDaemonTask()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_extra_profiler.h47 void SetReceiver(const JSThread *thread, JSTaggedValue value) in SetReceiver()
52 void SetHolder(const JSThread *thread, JSTaggedValue value) in SetHolder()
67 void Clear(const JSThread *thread) in Clear()
73 void ClearReceiver(const JSThread *thread) in ClearReceiver()
78 void ClearHolder(const JSThread *thread) in ClearHolder()
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_container_common.h58 static JSObject *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate()
69 static JSAPIArrayList *CreateArrayList(JSThread *thread) in CreateArrayList()
81 static JSAPIPlainArray *CreatePlainArray(JSThread *thread) in CreatePlainArray()
95 static JSAPIDeque *CreateJSApiDeque(JSThread *thread) in CreateJSApiDeque()
106 static JSAPIHashMap *CreateHashMap(JSThread *thread) in CreateHashMap()
118 static JSAPIHashSet *CreateHashSet(JSThread *thread) in CreateHashSet()
130 static JSAPILightWeightMap *CreateLightWeightMap(JSThread *thread) in CreateLightWeightMap()
147 static JSAPILightWeightSet *CreateLightWeightSet(JSThread *thread) in CreateLightWeightSet()
162 static JSAPILinkedList *CreateLinkedList(JSThread *thread) in CreateLinkedList()
175 static JSAPIList *CreateList(JSThread *thread) in CreateList()
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dpt_hooks_wrapper.h58 void Breakpoint(PtThread thread, Method *method, const PtLocation &location) override in Breakpoint()
95 …void Exception(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *exceptio… in Exception()
108 void ExceptionCatch(PtThread thread, Method *method, const PtLocation &location, in ExceptionCatch()
121 …void PropertyAccess(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *obj… in PropertyAccess()
135 …void PropertyModification(PtThread thread, Method *method, const PtLocation &location, ObjectHeade… in PropertyModification()
148 void ConsoleCall(PtThread thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCall()
161 void FramePop(PtThread thread, Method *method, bool wasPoppedByException) override in FramePop()
203 void MethodEntry(PtThread thread, Method *method) override in MethodEntry()
215 …void MethodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue)… in MethodExit()
227 void SingleStep(PtThread thread, Method *method, const PtLocation &location) override in SingleStep()
[all …]
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h59 JSTaggedValue RuntimeStubs::RuntimeInc(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeInc()
71 JSTaggedValue RuntimeStubs::RuntimeDec(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeDec()
83 JSTaggedValue RuntimeStubs::RuntimeExp(JSThread *thread, JSTaggedValue base, JSTaggedValue exponent) in RuntimeExp()
119 JSTaggedValue RuntimeStubs::RuntimeIsIn(JSThread *thread, const JSHandle<JSTaggedValue> &prop, in RuntimeIsIn()
132 JSTaggedValue RuntimeStubs::RuntimeInstanceof(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in RuntimeInstanceof()
140 JSTaggedValue RuntimeStubs::RuntimeInstanceofByHandler(JSThread *thread, JSHandle<JSTaggedValue> ta… in RuntimeInstanceofByHandler()
176 JSTaggedValue RuntimeStubs::RuntimeCreateGeneratorObj(JSThread *thread, const JSHandle<JSTaggedValu… in RuntimeCreateGeneratorObj()
191 JSTaggedValue RuntimeStubs::RuntimeCreateAsyncGeneratorObj(JSThread *thread, const JSHandle<JSTagge… in RuntimeCreateAsyncGeneratorObj()
206 JSTaggedValue RuntimeStubs::RuntimeGetTemplateObject(JSThread *thread, const JSHandle<JSTaggedValue… in RuntimeGetTemplateObject()
213 JSTaggedValue RuntimeStubs::RuntimeGetNextPropName(JSThread *thread, const JSHandle<JSTaggedValue> … in RuntimeGetNextPropName()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp138 auto *thread = vm->GetAssociatedJSThread(); in Compile() local
348 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
368 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
390 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
410 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
431 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
451 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
471 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
491 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
506 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_cjs_module.cpp25 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 = argv->GetThread(); in ResolveFilename() local
79 JSThread *thread = msg->GetThread(); in Require() local
88 JSThread *thread = msg->GetThread(); in GetExportsForCircularRequire() local
97 JSThread *thread = msg->GetThread(); in UpdateChildren() local
Dbuiltins_reflect.cpp27 JSThread *thread = argv->GetThread(); in ReflectApply() local
35 JSTaggedValue BuiltinsReflect::ReflectApplyInternal(JSThread *thread, JSHandle<JSTaggedValue> targe… in ReflectApplyInternal()
65 JSThread *thread = argv->GetThread(); in ReflectConstruct() local
88 JSTaggedValue BuiltinsReflect::ReflectConstructInternal(JSThread *thread, JSHandle<JSTaggedValue> t… in ReflectConstructInternal()
106 JSThread *thread = argv->GetThread(); in ReflectDefineProperty() local
130 JSThread *thread = argv->GetThread(); in ReflectDeleteProperty() local
149 JSThread *thread = argv->GetThread(); in ReflectGet() local
174 JSThread *thread = argv->GetThread(); in ReflectGetOwnPropertyDescriptor() local
200 JSThread *thread = argv->GetThread(); in ReflectGetPrototypeOf() local
216 JSThread *thread = argv->GetThread(); in ReflectHas() local
[all …]
Dbuiltins_ark_tools.cpp31 #define RETURN_IF_DISALLOW_ARKTOOLS(thread) \ argument
38 …#define RETURN_IF_DISALLOW_ARKTOOLS(thread) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro… argument
51 JSThread *thread = info->GetThread(); in ObjectDump() local
76 JSThread *thread = info->GetThread(); in CompareHClass() local
97 JSThread *thread = info->GetThread(); in DumpHClass() local
113 JSThread *thread = info->GetThread(); in GetInlinedPropertiesCount() local
125 JSThread *thread = info->GetThread(); in IsTSHClass() local
139 JSThread *thread = info->GetThread(); in GetHClass() local
152 JSThread *thread = info->GetThread(); in IsSlicedString() local
164 JSThread *thread = info->GetThread(); in IsTreeString() local
[all …]
Dbuiltins_math.cpp28 JSThread *thread = argv->GetThread(); in Abs() local
51 JSThread *thread = argv->GetThread(); in Acos() local
70 JSThread *thread = argv->GetThread(); in Acosh() local
88 JSThread *thread = argv->GetThread(); in Asin() local
106 JSThread *thread = argv->GetThread(); in Asinh() local
125 JSThread *thread = argv->GetThread(); in Atan() local
144 JSThread *thread = argv->GetThread(); in Atanh() local
162 JSThread *thread = argv->GetThread(); in Atan2() local
193 JSThread *thread = argv->GetThread(); in Cbrt() local
212 JSThread *thread = argv->GetThread(); in Ceil() local
[all …]
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_map.cpp22 void JSSharedMap::Set(JSThread *thread, const JSHandle<JSSharedMap> &map, in Set()
39 bool JSSharedMap::Delete(JSThread *thread, const JSHandle<JSSharedMap> &map, const JSHandle<JSTagge… in Delete()
53 void JSSharedMap::Clear(JSThread *thread, const JSHandle<JSSharedMap> &map) in Clear()
63 bool JSSharedMap::Has(JSThread *thread, const JSHandle<JSSharedMap> &map, JSTaggedValue key) in Has()
70 JSTaggedValue JSSharedMap::Get(JSThread *thread, const JSHandle<JSSharedMap> &map, JSTaggedValue ke… in Get()
77 uint32_t JSSharedMap::GetSize(JSThread *thread, const JSHandle<JSSharedMap> &map) in GetSize()
84 JSTaggedValue JSSharedMap::GetKey(JSThread *thread, const JSHandle<JSSharedMap> &map, uint32_t entr… in GetKey()
92 JSTaggedValue JSSharedMap::GetValue(JSThread *thread, const JSHandle<JSSharedMap> &map, uint32_t en… in GetValue()
Djs_shared_array.cpp24 JSTaggedValue JSSharedArray::LengthGetter([[maybe_unused]] JSThread *thread, const JSHandle<JSObjec… in LengthGetter()
33 bool JSSharedArray::DummyLengthSetter([[maybe_unused]] JSThread *thread, in DummyLengthSetter()
42 bool JSSharedArray::LengthSetter(JSThread *thread, const JSHandle<JSObject> &self, const JSHandle<J… in LengthSetter()
75 JSHandle<JSTaggedValue> JSSharedArray::ArrayCreate(JSThread *thread, JSTaggedNumber length, ArrayMo… in ArrayCreate()
83 JSHandle<JSTaggedValue> JSSharedArray::ArrayCreate(JSThread *thread, JSTaggedNumber length, in ArrayCreate()
117 JSTaggedValue JSSharedArray::ArraySpeciesCreate(JSThread *thread, const JSHandle<JSObject> &origina… in ArraySpeciesCreate()
204 JSHandle<TaggedArray> JSSharedArray::SetCapacity(const JSThread *thread, const JSHandle<TaggedArray… in SetCapacity()
213 void JSSharedArray::SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen,… in SetCapacity()
233 bool JSSharedArray::ArraySetLength(JSThread *thread, const JSHandle<JSObject> &array, const Propert… in ArraySetLength()
306 bool JSSharedArray::PropertyKeyToArrayIndex(JSThread *thread, const JSHandle<JSTaggedValue> &key, u… in PropertyKeyToArrayIndex()
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector.cpp108 void Inspector::ConsoleCall(PtThread thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCall()
119 void Inspector::Exception(PtThread thread, Method * /* method */, const PtLocation & /* location */, in Exception()
129 void Inspector::FramePop(PtThread thread, Method * /* method */, bool /* was_popped_by_exception */) in FramePop()
138 void Inspector::MethodEntry(PtThread thread, Method * /* method */) in MethodEntry()
164 void Inspector::SingleStep(PtThread thread, Method * /* method */, const PtLocation &location) in SingleStep()
173 void Inspector::ThreadStart(PtThread thread) in ThreadStart()
201 void Inspector::ThreadEnd(PtThread thread) in ThreadEnd()
223 void Inspector::RuntimeEnable(PtThread thread) in RuntimeEnable()
233 void Inspector::RunIfWaitingForDebugger(PtThread thread) in RunIfWaitingForDebugger()
246 void Inspector::Pause(PtThread thread) in Pause()
[all …]
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.cpp27 JSThread *thread = argv->GetThread(); in VectorConstructor() local
49 JSThread *thread = argv->GetThread(); in Add() local
71 JSThread *thread = argv->GetThread(); in Insert() local
98 JSThread *thread = argv->GetThread(); in SetLength() local
125 JSThread *thread = argv->GetThread(); in GetCapacity() local
146 JSThread *thread = argv->GetThread(); in IncreaseCapacityTo() local
173 JSThread *thread = argv->GetThread(); in Get() local
199 JSThread *thread = argv->GetThread(); in GetIndexOf() local
221 JSThread *thread = argv->GetThread(); in GetIndexFrom() local
249 JSThread *thread = argv->GetThread(); in IsEmpty() local
[all …]
/arkcompiler/ets_runtime/test/fuzztest/containershashmapcommon_fuzzer/
Dcontainershashmapcommon_fuzzer.h31 static JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate()
38 static EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
50 static JSTaggedValue InitializeHashMapConstructor(JSThread *thread) in InitializeHashMapConstructor()
68 static JSHandle<JSAPIHashMap> CreateJSAPIHashMap(JSThread *thread) in CreateJSAPIHashMap()
82 JSThread *&thread) in InitializeFuzzTest()
110 JSThread *thread = nullptr; in ContainersHashMapEntriesFuzzTest() local
134 JSThread *thread = nullptr; in ContainersHashMapFuzzTest() local
151 JSThread *thread = nullptr; in ContainersHashMapClearFuzzTest() local
174 JSThread *thread = nullptr; in ContainersHashMapForEachFuzzTest() local
200 JSThread *thread = nullptr; in ContainersHashMapGetFuzzTest() local
[all …]

12345678910>>...35