Home
last modified time | relevance | path

Searched defs:thread (Results 626 - 650 of 1691) sorted by relevance

1...<<21222324252627282930>>...68

/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_dictionary.h173 SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedValue &value) SetEntry() argument
[all...]
H A Dsymbol_table.h74 static JSHandle<SymbolTable> Create(JSThread *thread, int numberOfElements = DEFAULT_ELEMENTS_NUMBER) in Create() argument
H A Dtagged_list.h76 inline void SetElement(const JSThread *thread, int index, const JSTaggedValue &element) in SetElement() argument
102 SetNumberOfDeletedNodes(const JSThread *thread, int nod) SetNumberOfDeletedNodes() argument
107 SetNumberOfNodes(const JSThread *thread, int nof) SetNumberOfNodes() argument
[all...]
H A Dtagged_node.h26 void InitTaggedNode(JSThread *thread, int hash, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> value) in InitTaggedNode() argument
46 static int Hash(const JSThread *thread, JSTaggedValue key) in Hash() argument
89 void InitLinkedNode(JSThread *thread, int hash, JSHandle<JSTaggedValue> key, in InitLinkedNode() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_container_common.h58 static JSObject *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() argument
69 static JSAPIArrayList *CreateArrayList(JSThread *thread) in CreateArrayList() argument
81 static JSAPIPlainArray *CreatePlainArray(JSThread *thread) in CreatePlainArray() argument
95 CreateJSApiDeque(JSThread *thread) CreateJSApiDeque() argument
106 CreateHashMap(JSThread *thread) CreateHashMap() argument
118 CreateHashSet(JSThread *thread) CreateHashSet() argument
130 CreateLightWeightMap(JSThread *thread) CreateLightWeightMap() argument
147 CreateLightWeightSet(JSThread *thread) CreateLightWeightSet() argument
162 CreateLinkedList(JSThread *thread) CreateLinkedList() argument
175 CreateList(JSThread *thread) CreateList() argument
186 CreateQueue(JSThread *thread, int capacaty) CreateQueue() argument
200 CreateJSApiStack(JSThread *thread) CreateJSApiStack() argument
211 CreateTreeMap(JSThread *thread) CreateTreeMap() argument
[all...]
H A Dtest_helper.h56 static EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
81 static JSTaggedType *SetupFrame(JSThread *thread, EcmaRuntimeCallInfo *info) in SetupFrame() argument
102 TearDownFrame(JSThread *thread, JSTaggedType *prev) TearDownFrame() argument
108 CreateEcmaVMWithScope(EcmaVM *&instance, JSThread *&thread, EcmaHandleScope *&scope, bool tryLoadStubFile = false, bool useCInterpreter = false, bool startManagedCode = true) CreateEcmaVMWithScope() argument
140 CreateEcmaRuntimeCallInfo(JSThread *thread, std::vector<JSTaggedValue>& args, int32_t maxArgLen, JSTaggedValue thisValue = JSTaggedValue::Undefined()) CreateEcmaRuntimeCallInfo() argument
152 CreateEcmaRuntimeCallInfo(JSThread *thread, JSHandle<JSFunction>& newTarget, std::vector<JSTaggedValue>& args, int32_t maxArgLen, JSTaggedValue thisValue = JSTaggedValue::Undefined()) CreateEcmaRuntimeCallInfo() argument
[all...]
H A Dtagged_dictionary_test.cpp28 static JSHandle<GlobalEnv> GetGlobalEnv(JSThread *thread) in GetGlobalEnv() argument
[all...]
H A Dtagged_array_test.cpp26 static JSObject *JSArrayTestCreate(JSThread *thread) in JSArrayTestCreate() argument
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containershashsetclear_fuzzer/
H A Dcontainershashsetclear_fuzzer.cpp34 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
41 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
51 JSTaggedValue InitializeHashSetConstructor(JSThread *thread) in InitializeHashSetConstructor() argument
69 CreateJSAPIHashSet(JSThread *thread) CreateJSAPIHashSet() argument
89 auto thread = vm->GetAssociatedJSThread(); ContainersHashSetClearFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containershashsetentries_fuzzer/
H A Dcontainershashsetentries_fuzzer.cpp34 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
41 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
51 JSTaggedValue InitializeHashSetConstructor(JSThread *thread) in InitializeHashSetConstructor() argument
69 CreateJSAPIHashSet(JSThread *thread) CreateJSAPIHashSet() argument
89 auto thread = vm->GetAssociatedJSThread(); ContainersHashSetEntriesFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containershashsetremove_fuzzer/
H A Dcontainershashsetremove_fuzzer.cpp34 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
41 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
51 JSTaggedValue InitializeHashSetConstructor(JSThread *thread) in InitializeHashSetConstructor() argument
69 CreateJSAPIHashSet(JSThread *thread) CreateJSAPIHashSet() argument
89 auto thread = vm->GetAssociatedJSThread(); ContainersHashSetRemoveFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containershashsetvalues_fuzzer/
H A Dcontainershashsetvalues_fuzzer.cpp34 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
41 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
51 JSTaggedValue InitializeHashSetConstructor(JSThread *thread) in InitializeHashSetConstructor() argument
69 CreateJSAPIHashSet(JSThread *thread) CreateJSAPIHashSet() argument
89 auto thread = vm->GetAssociatedJSThread(); ContainersHashSetValuesFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapvalues_fuzzer/
H A Dcontainerslightweightmapvalues_fuzzer.cpp35 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
42 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
53 JSTaggedValue InitializeLightWeightMapConstructor(JSThread *thread) in InitializeLightWeightMapConstructor() argument
71 CreateJSAPILightWeightMap(JSThread *thread) CreateJSAPILightWeightMap() argument
91 auto thread = vm->GetAssociatedJSThread(); ContainersLightWeightMapValuesFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetforeach_fuzzer/
H A Dcontainerslightweightsetforeach_fuzzer.cpp33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
51 JSTaggedValue InitializeLightWeightSetConstructor(JSThread *thread) in InitializeLightWeightSetConstructor() argument
67 CreateJSAPILightWeightSet(JSThread *thread) CreateJSAPILightWeightSet() argument
86 auto thread = vm->GetAssociatedJSThread(); ContainersLightWeightSetFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerslistget_fuzzer/
H A Dcontainerslistget_fuzzer.cpp33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
51 EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
74 InitializeContainersList(JSThread *thread) InitializeContainersList() argument
92 CreateJSAPIList(JSThread *thread) CreateJSAPIList() argument
111 auto thread = vm->GetAssociatedJSThread(); ContainerslistGetFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containersstackforeach_fuzzer/
H A Dcontainersstackforeach_fuzzer.cpp33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
51 JSTaggedValue InitializeStackConstructor(JSThread *thread) in InitializeStackConstructor() argument
72 CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Undefined()) CreateJSAPIStack() argument
93 auto thread = vm->GetAssociatedJSThread(); ContainersStackForEachFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containershashsetisempty_fuzzer/
H A Dcontainershashsetisempty_fuzzer.cpp34 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
41 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
51 JSTaggedValue InitializeHashSetConstructor(JSThread *thread) in InitializeHashSetConstructor() argument
69 CreateJSAPIHashSet(JSThread *thread) CreateJSAPIHashSet() argument
89 auto thread = vm->GetAssociatedJSThread(); ContainersHashSetIsEmptyFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containershashsethas_fuzzer/
H A Dcontainershashsethas_fuzzer.cpp34 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
41 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
51 JSTaggedValue InitializeHashSetConstructor(JSThread *thread) in InitializeHashSetConstructor() argument
69 CreateJSAPIHashSet(JSThread *thread) CreateJSAPIHashSet() argument
89 auto thread = vm->GetAssociatedJSThread(); ContainersHashSetHasFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerslistequal_fuzzer/
H A Dcontainerslistequal_fuzzer.cpp33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
51 EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
74 InitializeContainersList(JSThread *thread) InitializeContainersList() argument
92 CreateJSAPIList(JSThread *thread) CreateJSAPIList() argument
111 auto thread = vm->GetAssociatedJSThread(); ContainerslistEqualFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerslistlength_fuzzer/
H A Dcontainerslistlength_fuzzer.cpp33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
51 EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
74 InitializeContainersList(JSThread *thread) InitializeContainersList() argument
92 CreateJSAPIList(JSThread *thread) CreateJSAPIList() argument
111 auto thread = vm->GetAssociatedJSThread(); ContainerslistLengthFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetforeach_fuzzer/
H A Dcontainerstreesetforeach_fuzzer.cpp33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
51 JSTaggedValue InitializeTreeSetConstructor(JSThread *thread) in InitializeTreeSetConstructor() argument
69 CreateJSAPITreeSet(JSThread *thread) CreateJSAPITreeSet() argument
94 JSThread *thread = vm->GetJSThread(); ContainersTreeSetForEachFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscontainer_fuzzer/
H A Djsvaluerefiscontainer_fuzzer.cpp46 JSThread *thread = vm->GetJSThread(); in JSValueRefIsVectorFuzzTest() local
85 JSThread *thread = vm->GetJSThread(); in JSValueRefIsRegExpFuzzTest() local
114 JSThread *thread = vm->GetJSThread(); JSValueRefIsSetFuzzTest() local
140 JSThread *thread = vm->GetJSThread(); JSValueRefIsTreeMapFuzzTest() local
165 JSThread *thread = vm->GetJSThread(); JSValueRefIsTreeSetFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashset_fuzzer/
H A Djsvaluerefishashset_fuzzer.cpp65 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
88 static JSTaggedType *SetupFrame(JSThread *thread, EcmaRuntimeCallInfo *info) in SetupFrame() argument
109 void TearDownFrame(JSThread *thread, JSTaggedTyp argument
114 ConstructobjectHashSet(JSThread *thread) ConstructobjectHashSet() argument
151 auto thread = vm->GetAssociatedJSThread(); JSValueRefIsHashSetFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashmap_fuzzer/
H A Djsvaluerefishashmap_fuzzer.cpp47 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
70 static JSTaggedType *SetupFrame(JSThread *thread, EcmaRuntimeCallInfo *info) in SetupFrame() argument
91 void TearDownFrame(JSThread *thread, JSTaggedTyp argument
96 ConstructobjectHashMap(JSThread *thread) ConstructobjectHashMap() argument
129 auto thread = vm->GetAssociatedJSThread(); JSValueRefIsHashMapFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislightweightmapandset_fuzzer/
H A Djsvaluerefislightweightmapandset_fuzzer.cpp65 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t argvLength) in CreateEcmaRuntimeCallInfo() argument
88 static JSTaggedType *SetupFrame(JSThread *thread, EcmaRuntimeCallInfo *info) in SetupFrame() argument
109 void TearDownFrame(JSThread *thread, JSTaggedTyp argument
114 ConstructobjectLightWeightMap(JSThread *thread) ConstructobjectLightWeightMap() argument
140 ConstructobjectLightWeightSet(JSThread *thread) ConstructobjectLightWeightSet() argument
177 auto thread = vm->GetAssociatedJSThread(); JSValueRefIsLightWeightMapFuzzTest() local
197 auto thread = vm->GetAssociatedJSThread(); JSValueRefIsLightWeightSetFuzzTest() local
[all...]

Completed in 9 milliseconds

1...<<21222324252627282930>>...68