| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_dictionary.h | 173 SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedValue &value) SetEntry() argument [all...] |
| H A D | symbol_table.h | 74 static JSHandle<SymbolTable> Create(JSThread *thread, int numberOfElements = DEFAULT_ELEMENTS_NUMBER) in Create() argument
|
| H A D | tagged_list.h | 76 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 D | tagged_node.h | 26 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 D | ecma_container_common.h | 58 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 D | test_helper.h | 56 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 D | tagged_dictionary_test.cpp | 28 static JSHandle<GlobalEnv> GetGlobalEnv(JSThread *thread) in GetGlobalEnv() argument [all...] |
| H A D | tagged_array_test.cpp | 26 static JSObject *JSArrayTestCreate(JSThread *thread) in JSArrayTestCreate() argument [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/containershashsetclear_fuzzer/ |
| H A D | containershashsetclear_fuzzer.cpp | 34 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 D | containershashsetentries_fuzzer.cpp | 34 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 D | containershashsetremove_fuzzer.cpp | 34 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 D | containershashsetvalues_fuzzer.cpp | 34 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 D | containerslightweightmapvalues_fuzzer.cpp | 35 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 D | containerslightweightsetforeach_fuzzer.cpp | 33 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 D | containerslistget_fuzzer.cpp | 33 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 D | containersstackforeach_fuzzer.cpp | 33 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 D | containershashsetisempty_fuzzer.cpp | 34 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 D | containershashsethas_fuzzer.cpp | 34 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 D | containerslistequal_fuzzer.cpp | 33 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 D | containerslistlength_fuzzer.cpp | 33 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 D | containerstreesetforeach_fuzzer.cpp | 33 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 D | jsvaluerefiscontainer_fuzzer.cpp | 46 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 D | jsvaluerefishashset_fuzzer.cpp | 65 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 D | jsvaluerefishashmap_fuzzer.cpp | 47 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 D | jsvaluerefislightweightmapandset_fuzzer.cpp | 65 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...] |