Home
last modified time | relevance | path

Searched defs:contentType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp577 ContentType contentType = JSHandle<JSTypedArray>::Cast(thisObjVal)->GetContentType(); in Fill() local
1291 ContentType contentType = JSHandle<JSTypedArray>::Cast(target)->GetContentType(); in Set() local
1990 ContentType contentType = thisObj->GetContentType(); in With() local
Dbuiltins_shared_typedarray.cpp1188 ContentType contentType = JSHandle<JSTypedArray>::Cast(target)->GetContentType(); in Set() local
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp592 ContentType contentType = JSHandle<JSTypedArray>::Cast(typedarray)->GetContentType(); in IntegerIndexedElementSet() local
Djs_stable_array.cpp1438 ContentType contentType = targetArray->GetContentType(); in FastCopyFromArrayToTypedArray() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2214 …GateRef contentType = Load(VariableType::INT32(), srcTypedArray, IntPtr(JSTypedArray::CONTENT_TYPE… in NewTaggedSubArray() local
2309 …GateRef contentType = Load(VariableType::INT32(), srcTypedArray, IntPtr(JSTypedArray::CONTENT_TYPE… in NewTypedArray() local
2365 …GateRef contentType = Load(VariableType::INT32(), srcTypedArray, IntPtr(JSTypedArray::CONTENT_TYPE… in NewTypedArraySameType() local
2488 GateRef contentType = Int32(static_cast<int32_t>(ContentType::Number)); in NewFloat32ArrayWithSize() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp737 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest1() local
776 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest2() local