Searched defs:contentType (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_typed_array.cpp | 610 ContentType contentType = JSHandle<JSTypedArray>::Cast(typedarray)->GetContentType(); in IntegerIndexedElementSet() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_shared_array.cpp | 740 ContentType contentType = JSHandle<JSTypedArray>::Cast(thisObjVal)->GetContentType(); in Fill() local
|
| H A D | builtins_shared_typedarray.cpp | 1161 ContentType contentType = JSHandle<JSTypedArray>::Cast(target)->GetContentType(); in Set() local
|
| H A D | builtins_typedarray.cpp | 578 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 D | serializer_test.cpp | 722 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest1() local 761 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest2() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | new_object_stub_builder.cpp | 2153 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