Home
last modified time | relevance | path

Searched defs:byteArray (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dbyte_array_test.cpp38 JSHandle<ByteArray> byteArray = factory->NewByteArray(5, 8); in HWTEST_F_L0() local
56 JSHandle<ByteArray> byteArray = factory->NewByteArray(3, sizeof(value)); in HWTEST_F_L0() local
H A Ddump_test.cpp1023 JSHandle<ByteArray> byteArray = factory->NewByteArray(4, 8); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Darray_native_test_3.cpp109 ets_byteArray byteArray = env_->NewByteArray(10U); in TEST_F() local
145 ets_byteArray byteArray = env_->NewByteArray(10U); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_sendable_arraybuffer_test.cpp258 JSHandle<ByteArray> byteArray = factory->NewByteArray(5, 8); in HWTEST_F_L0() local
329 JSHandle<ByteArray> byteArray = factory->NewByteArray(5, 8); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
H A Dextractor_test.cpp189 auto byteArray = std::make_unique<uint8_t[]>(1024); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_string_test.cpp567 EtsByteArray *byteArray = EtsByteArray::Create(data.size() - 1); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_typed_array.cpp757 ByteArray *byteArray = ByteArray::Cast(arrBuf.GetTaggedObject()); in GetOffHeapBuffer() local
789 ByteArray *byteArray = ByteArray::Cast(arrBuf.GetTaggedObject()); in GetSharedOffHeapBuffer() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_String.cpp80 auto byteArray = reinterpret_cast<EtsByteArray *>(array); in StdCoreStringGetDataAsArray() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dstring_test.cpp936 Array *byteArray = Array::Create(klass, data.size() - 1); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp2159 JSHandle<ByteArray> byteArray = factory->NewByteArray(byteArrayLength, sizeof(value)); in HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_hcr_lowering.cpp1174 GateRef byteArray = in BuildOnHeapTypedArrayLoadElement() local
1360 GateRef byteArray = builder_.LoadConstOffset(VariableType::JS_POINTER(), receiver, in BuildOnHeapTypedArrayStoreElement() local

Completed in 29 milliseconds