Home
last modified time | relevance | path

Searched defs:byteOffset (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Datomic_helper_test.cpp76 uint32_t byteOffset = 7; in HWTEST_F_L0() local
106 uint32_t byteOffset = 7; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp622 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest1() local
661 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest2() local
902 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TransferJSArrayBufferTest4() local
1686 int byteOffset = 0; in HWTEST_F_L0() local
1719 int byteOffset = 0; in HWTEST_F_L0() local
2084 int byteOffset = 0; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp315 JSHandle<JSTaggedValue> byteOffset = BuiltinsBase::GetCallArg(argv, 1); in CreateFromArrayBuffer() local
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp753 JSTaggedValue byteOffset(typedArray->GetByteOffset()); in WriteJSTypedArray() local
1711 JSTaggedValue byteOffset; in ReadJSTypedArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp723 void *BuiltinsArrayBuffer::GetDataPointFromBuffer(JSTaggedValue arrBuf, uint32_t byteOffset) in GetDataPointFromBuffer()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_dataview_test.cpp163 HWTEST_F_L0(BuiltinsDataViewTest, byteOffset) in HWTEST_F_L0() argument
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp710 int32_t byteOffset = static_cast<int32_t>(dataViewRef->ByteOffset()); in GetDataViewValue() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2215 const EcmaVM *vm, Local<ArrayBufferRef> arrayBuffer, uint32_t byteOffset, uint32_t byteLength) in New()