Home
last modified time | relevance | path

Searched defs:thread (Results 426 - 450 of 1691) sorted by relevance

1...<<11121314151617181920>>...68

/arkcompiler/ets_runtime/test/fuzztest/containersstackpush_fuzzer/
H A Dcontainersstackpush_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
67 CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Undefined()) CreateJSAPIStack() argument
88 auto thread = vm->GetAssociatedJSThread(); ContainersStackPushFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetentries_fuzzer/
H A Dcontainerstreesetentries_fuzzer.cpp32 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
50 JSTaggedValue InitializeTreeSetConstructor(JSThread *thread) in InitializeTreeSetConstructor() argument
68 CreateJSAPITreeSet(JSThread *thread) CreateJSAPITreeSet() argument
88 JSThread *thread = vm->GetJSThread(); ContainersTreeSetEntriesFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetconstructor_fuzzer/
H A Dcontainerstreesetconstructor_fuzzer.cpp32 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
50 JSTaggedValue InitializeTreeSetConstructor(JSThread *thread) in InitializeTreeSetConstructor() argument
68 CreateJSAPITreeSet(JSThread *thread) CreateJSAPITreeSet() argument
88 JSThread *thread = vm->GetJSThread(); ContainersTreeSetConstructorFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetgetlowervalue_fuzzer/
H A Dcontainerstreesetgetlowervalue_fuzzer.cpp32 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
50 JSTaggedValue InitializeTreeSetConstructor(JSThread *thread) in InitializeTreeSetConstructor() argument
68 CreateJSAPITreeSet(JSThread *thread) CreateJSAPITreeSet() argument
88 JSThread *thread = vm->GetJSThread(); ContainersTreeSetGetLowerValueFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerstreesethas_fuzzer/
H A Dcontainerstreesethas_fuzzer.cpp32 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
50 JSTaggedValue InitializeTreeSetConstructor(JSThread *thread) in InitializeTreeSetConstructor() argument
68 CreateJSAPITreeSet(JSThread *thread) CreateJSAPITreeSet() argument
88 JSThread *thread = vm->GetJSThread(); ContainersTreeSetHasFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/generatorfunctionref_fuzzer/
H A Dgeneratorfunctionref_fuzzer.cpp36 auto thread = vm->GetAssociatedJSThread(); in CreateGeneratorObj() local
/arkcompiler/ets_runtime/test/fuzztest/publicapilocalregexpref_fuzzer/
H A Dpublicapilocalregexpref_fuzzer.cpp38 JSThread *thread = vm->GetJSThread(); in LocalRegExpGetOriginalSourceFuzzTest() local
67 JSThread *thread = vm->GetJSThread(); in LocalRegExpRefGetOriginalFlagsFuzzTest() local
96 JSThread *thread = vm->GetJSThread(); LocalRegExpIsGlobalRefFuzzTest() local
118 JSThread *thread = vm->GetJSThread(); LocalRegExpIsIgnoreCaseFuzzTest() local
142 JSThread *thread = vm->GetJSThread(); LocalRegExpIsMultilineFuzzTest() local
166 JSThread *thread = vm->GetJSThread(); LocalRegExpIsDotAllFuzzTest() local
190 JSThread *thread = vm->GetJSThread(); LocalRegExpIsUtf16FuzzTest() local
214 JSThread *thread = vm->GetJSThread(); LocalRegExpIsSticklFuzzTest() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djsnapi_sendable.cpp23 JSNapiSendable::JSNapiSendable(JSThread *thread, FunctionRef::SendablePropertiesInfos &infos, Local<StringRef> &name) in JSNapiSendable() argument
38 void JSNapiSendable::InitStaticDescription(JSThread *thread, in InitStaticDescription() argument
59 InitNonStaticDescription(JSThread *thread, std::vector<PropertyDescriptor> &descs) InitNonStaticDescription() argument
71 InitInstanceDescription(JSThread *thread, std::vector<PropertyDescriptor> &descs) InitInstanceDescription() argument
83 InitWithPropertiesInfo(JSThread *thread, FunctionRef::SendablePropertiesInfo &info, std::vector<PropertyDescriptor> &descs) InitWithPropertiesInfo() argument
104 GetSharedFieldType(JSThread *thread, FunctionRef::SendableType type, Local<JSValueRef> value) GetSharedFieldType() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dabc_buffer_cache.h79 AbcBufferCacheScope(JSThread *thread, const CString &filename, const void *buffer, in AbcBufferCacheScope() argument
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array.h54 inline void SetArrayLength([[maybe_unused]]const JSThread *thread, uint32_t length) in SetArrayLength() argument
[all...]
H A Dconcurrent_api_scope.h34 ConcurrentApiScope(JSThread *thread, const JSHandle<JSTaggedValue> &objHandle, SCheckMode mode = SCheckMode::CHECK) in ConcurrentApiScope() argument
/arkcompiler/ets_runtime/ecmascript/taskpool/
H A Drunner.h77 void PrologueHook(os::thread::native_handle_type thread) in PrologueHook() argument
83 EpilogueHook(os::thread::native_handle_type thread) EpilogueHook() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_displaynames_test.cpp77 void SetOptionProperties(JSThread *thread, JSHandle<JSObject> &optionsObj, in SetOptionProperties() argument
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapat_fuzzer/
H A Dcontainerslightweightmapat_fuzzer.cpp33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
51 JSTaggedValue InitializeLightWeightMapConstructor(JSThread *thread) in InitializeLightWeightMapConstructor() argument
69 CreateJSAPILightWeightMap(JSThread *thread) CreateJSAPILightWeightMap() argument
89 auto thread = vm->GetAssociatedJSThread(); ContainersLightWeightMapAtFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapclear_fuzzer/
H A Dcontainerslightweightmapclear_fuzzer.cpp33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
51 JSTaggedValue InitializeLightWeightMapConstructor(JSThread *thread) in InitializeLightWeightMapConstructor() argument
69 CreateJSAPILightWeightMap(JSThread *thread) CreateJSAPILightWeightMap() argument
89 auto thread = vm->GetAssociatedJSThread(); ContainersLightWeightMapClearFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetadd_fuzzer/
H A Dcontainerslightweightsetadd_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
69 CreateJSAPILightWeightSet(JSThread *thread) CreateJSAPILightWeightSet() argument
88 auto thread = vm->GetAssociatedJSThread(); ContainersLightWeightSetFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightset_fuzzer/
H A Dcontainerslightweightset_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
69 CreateJSAPILightWeightSet(JSThread *thread) CreateJSAPILightWeightSet() argument
88 auto thread = vm->GetAssociatedJSThread(); ContainersLightWeightSetFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetgetiteratorobj_fuzzer/
H A Dcontainerslightweightsetgetiteratorobj_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/containerslightweightsetgetindexof_fuzzer/
H A Dcontainerslightweightsetgetindexof_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/containerslightweightsethashash_fuzzer/
H A Dcontainerslightweightsethashash_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/containerslistforeach_fuzzer/
H A Dcontainerslistforeach_fuzzer.cpp33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
51 JSTaggedValue InitializeContainersList(JSThread *thread) in InitializeContainersList() argument
69 CreateJSAPIList(JSThread *thread) CreateJSAPIList() argument
88 auto thread = vm->GetAssociatedJSThread(); ContainerslistForEachFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerslistisempty_fuzzer/
H A Dcontainerslistisempty_fuzzer.cpp33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
51 JSTaggedValue InitializeContainersList(JSThread *thread) in InitializeContainersList() argument
69 CreateJSAPIList(JSThread *thread) CreateJSAPIList() argument
88 auto thread = vm->GetAssociatedJSThread(); ContainerslistIsemptyFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerslistremove_fuzzer/
H A Dcontainerslistremove_fuzzer.cpp33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
51 JSTaggedValue InitializeContainersList(JSThread *thread) in InitializeContainersList() argument
69 CreateJSAPIList(JSThread *thread) CreateJSAPIList() argument
88 auto thread = vm->GetAssociatedJSThread(); ContainerslistRemoveFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerslistremovebyindex_fuzzer/
H A Dcontainerslistremovebyindex_fuzzer.cpp33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
51 JSTaggedValue InitializeContainersList(JSThread *thread) in InitializeContainersList() argument
69 CreateJSAPIList(JSThread *thread) CreateJSAPIList() argument
88 auto thread = vm->GetAssociatedJSThread(); ContainerslistRemoveByIndexFuzzTest() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containerslistset_fuzzer/
H A Dcontainerslistset_fuzzer.cpp33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument
40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
51 JSTaggedValue InitializeContainersList(JSThread *thread) in InitializeContainersList() argument
69 CreateJSAPIList(JSThread *thread) CreateJSAPIList() argument
88 auto thread = vm->GetAssociatedJSThread(); ContainerslistSetFuzzTest() local
[all...]

Completed in 9 milliseconds

1...<<11121314151617181920>>...68