Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_typed_array.cpp610 ContentType contentType = JSHandle<JSTypedArray>::Cast(typedarray)->GetContentType(); in IntegerIndexedElementSet() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_shared_array.cpp740 ContentType contentType = JSHandle<JSTypedArray>::Cast(thisObjVal)->GetContentType(); in Fill() local
H A Dbuiltins_shared_typedarray.cpp1161 ContentType contentType = JSHandle<JSTypedArray>::Cast(target)->GetContentType(); in Set() local
H A Dbuiltins_typedarray.cpp578 ContentType contentType = JSHandle<JSTypedArray>::Cast(thisObjVal)->GetContentType(); in Fill() local
1292 ContentType contentType = JSHandle<JSTypedArray>::Cast(target)->GetContentType(); in Set() local
1991 ContentType contentType = thisObj->GetContentType(); in With() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp722 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest1() local
761 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest2() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp2153 GateRef contentType = Load(VariableType::INT32(), srcTypedArray, IntPtr(JSTypedArray::CONTENT_TYPE_OFFSET)); in NewTaggedSubArray() local
2164 Store(VariableType::INT32(), glue, obj, IntPtr(JSTypedArray::CONTENT_TYPE_OFFSET), contentType); in NewTaggedSubArray() local
2207 GateRef contentType = Load(VariableType::INT32(), srcTypedArray, IntPtr(JSTypedArray::CONTENT_TYPE_OFFSET)); in NewTypedArray() local
2226 Store(VariableType::INT32(), glue, obj, IntPtr(JSTypedArray::CONTENT_TYPE_OFFSET), contentType); in NewTypedArray() local
2336 GateRef contentType = Int32(static_cast<int32_t>(ContentType::Number)); in NewFloat32ArrayWithSize() local
2354 contentType, MemoryAttribute::NoBarrier()); in NewFloat32ArrayWithSize() local

Completed in 25 milliseconds