Home
last modified time | relevance | path

Searched refs:GetByteOffset (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_dataview_test.cpp206 EXPECT_EQ(handleDataView->GetByteOffset(), offsetDataView1); in HWTEST_F_L0()
210 EXPECT_EQ(handleDataView->GetByteOffset(), offsetDataView2); in HWTEST_F_L0()
Djs_typed_array_test.cpp317 EXPECT_EQ(handleTypedArray->GetByteOffset(), 0U); in HWTEST_F_L0()
319 EXPECT_EQ(handleTypedArray->GetByteOffset(), u32ByteOffset); in HWTEST_F_L0()
Djs_serializer_test.cpp642 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest1()
681 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest2()
958 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TransferJSArrayBufferTest5()
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp416 uint32_t offset = typedarrayObj->GetByteOffset(); in IntegerIndexedElementGet()
517 uint32_t offset = typedarrayObj->GetByteOffset(); in FastCopyElementToArray()
556 uint32_t offset = typedarrayObj->GetByteOffset(); in FastElementGet()
594 uint32_t offset = typedarrayObj->GetByteOffset(); in IntegerIndexedElementSet()
667 uint32_t offset = typedarrayObj->GetByteOffset(); in FastGetPropertyByIndex()
702 uint32_t offset = typedarrayObj->GetByteOffset(); in FastSetPropertyByIndex()
763 uint32_t offset = typedArrayObj->GetByteOffset(); in FastTypedArrayFill()
Ddump.cpp2387 os << " - byte-offset: " << GetByteOffset(); in Dump()
2703 os << "\n - byte-offset: " << GetByteOffset(); in Dump()
5088 vec.emplace_back(CString("byte-offset"), JSTaggedValue(GetByteOffset())); in DumpForSnapshot()
5296 vec.emplace_back(CString("byte-offset"), JSTaggedValue(GetByteOffset())); in DumpForSnapshot()
Druntime_call_id.h791 V(TypedArray, GetByteOffset) \
Djs_stable_array.cpp882 uint32_t targetByteOffset = targetArray->GetByteOffset(); in FastCopyFromArrayToTypedArray()
Djs_serializer.cpp768 JSTaggedValue byteOffset(typedArray->GetByteOffset()); in WriteJSTypedArray()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.h65 V("byteOffset", GetByteOffset, INVALID) /* get %TypedArray%.prototype.byteOffset */ \
169 static JSTaggedValue GetByteOffset(EcmaRuntimeCallInfo *argv);
Dbuiltins_dataview.cpp186 uint32_t offset = dataView->GetByteOffset(); in GetOffset()
395 uint32_t offset = dataView->GetByteOffset(); in GetViewValue()
460 uint32_t offset = dataView->GetByteOffset(); in SetViewValue()
Dbuiltins_typedarray.cpp432 JSTaggedValue BuiltinsTypedArray::GetByteOffset(EcmaRuntimeCallInfo *argv) in GetByteOffset() function in panda::ecmascript::builtins::BuiltinsTypedArray
435 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, GetByteOffset); in GetByteOffset()
457 uint32_t offset = typeArrayObj->GetByteOffset(); in GetByteOffset()
1127 uint32_t targetByteOffset = targetObj->GetByteOffset(); in Set()
1239 uint32_t srcByteOffset = typedArray->GetByteOffset(); in Set()
1411 uint32_t srcByteOffset = thisObj->GetByteOffset(); in Slice()
1415 uint32_t targetByteIndex = JSTypedArray::Cast(*newArrObj)->GetByteOffset(); in Slice()
1590 uint32_t srcByteOffset = thisObj->GetByteOffset(); in Subarray()
Dbuiltins_arraybuffer.cpp774 uint32_t offset = items->GetByteOffset(); in TypedArrayToList()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.h54 GateRef GetByteOffset(GateRef array) in GetByteOffset() function
Dtyped_array_stub_builder.cpp126 GateRef offset = GetByteOffset(array); in LoadTypedArrayElement()
195 GateRef offset = GetByteOffset(array); in FastGetPropertyByIndex()
237 GateRef offset = GetByteOffset(typedArray); in FastCopyElementToArray()
/arkcompiler/ets_runtime/ecmascript/base/
Datomic_helper.cpp87 uint32_t offset = srcObj->GetByteOffset(); in ValidateAtomicAccess()
Dtyped_array_helper.cpp235 uint32_t srcByteOffset = srcObj->GetByteOffset(); in CreateFromTypedArray()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp155 EXPECT_EQ(jsTypedArray->GetByteOffset(), 0U); in HWTEST_F_L0()
176 EXPECT_EQ(jsTypedArray->GetByteOffset(), 0U); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp599 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest1()
638 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest2()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp823 return dataView->GetByteOffset(); in ByteOffset()
2048 return typedArray->GetByteOffset(); in ByteOffset()
DJSNapi接口说明.md4355 ���� `GetByteOffset` ������ȡʵ�ʵ� TypedArray �� ArrayBuffer �е��ֽ�ƫ��λ�á�
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp459 reinterpret_cast<uintptr_t>(BuiltinsTypedArray::GetByteOffset),