Home
last modified time | relevance | path

Searched defs:constructorName (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dtyped_array_helper_test.cpp100 JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledUint32ArrayString(); in CreateArrayList() local
116 JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledInt8ArrayString(); in HWTEST_F_L0() local
135 JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledUint8ArrayString(); in HWTEST_F_L0() local
156 JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledUint8ArrayString(); in HWTEST_F_L0() local
176 JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledInt16ArrayString(); HWTEST_F_L0() local
197 JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledUint16ArrayString(); HWTEST_F_L0() local
444 JSHandle<JSTaggedValue> constructorName = TypedArrayHelper::GetConstructorNameFromType(thread, arrayType); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_typed_array_test.cpp1409 JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledInt8ArrayString(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Dtyped_array_helper.cpp33 TypedArrayConstructor(EcmaRuntimeCallInfo *argv, const JSHandle<JSTaggedValue> &constructorName, const DataViewType arrayType) TypedArrayConstructor() argument
84 SharedTypedArrayConstructor(EcmaRuntimeCallInfo *argv, const JSHandle<JSTaggedValue> &constructorName, const DataViewType arrayType) SharedTypedArrayConstructor() argument
137 FastCreateTypedArray(JSThread *thread, const JSHandle<JSTaggedValue> &constructorName, uint32_t length, const DataViewType arrayType) FastCreateTypedArray() argument
844 AllocateTypedArray(JSThread *thread, const JSHandle<JSTaggedValue> &constructorName, const JSHandle<JSTaggedValue> &newTarget, const DataViewType arrayType) AllocateTypedArray() argument
881 AllocateSharedTypedArray(JSThread *thread, const JSHandle<JSTaggedValue> &constructorName, const JSHandle<JSTaggedValue> &newTarget, const DataViewType arrayType) AllocateSharedTypedArray() argument
918 AllocateTypedArray(JSThread *thread, const JSHandle<JSTaggedValue> &constructorName, const JSHandle<JSTaggedValue> &newTarget, uint32_t length, const DataViewType arrayType) AllocateTypedArray() argument
942 AllocateSharedTypedArray(JSThread *thread, const JSHandle<JSTaggedValue> &constructorName, const JSHandle<JSTaggedValue> &newTarget, uint32_t length, const DataViewType arrayType) AllocateSharedTypedArray() argument
994 JSHandle<JSTaggedValue> constructorName = GetConstructorNameFromType(thread, arrayType); TypedArraySpeciesCreate() local
998 JSHandle<JSTaggedValue> constructorName = GetSharedConstructorNameFromType(thread, arrayType); TypedArraySpeciesCreate() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp3183 GateRef BuiltinsTypedArrayStubBuilder::AllocateTypedArray(GateRef glue, GateRef constructorName, in AllocateTypedArray() argument
3215 GateRef BuiltinsTypedArrayStubBuilder::AllocateTypedArray(GateRef glue, GateRef constructorName, in AllocateTypedArray() argument
3092 GenTypedArrayConstructor(GateRef glue, GateRef nativeCode, GateRef func, GateRef newTarget, GateRef thisValue, GateRef numArgs, GateRef constructorName, const DataViewType arrayType) GenTypedArrayConstructor() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp2150 GateRef constructorName = Load(VariableType::JS_POINTER(), srcTypedArray, in NewTaggedSubArray() local
2160 Store(VariableType::JS_POINTER(), glue, obj, IntPtr(JSTypedArray::TYPED_ARRAY_NAME_OFFSET), constructorName); in NewTaggedSubArray() local

Completed in 17 milliseconds