| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | byte_array_test.cpp | 38 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
|
| D | dump_test.cpp | 1030 JSHandle<ByteArray> byteArray = factory->NewByteArray(4, 8); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | array_native_test_3.cpp | 106 ets_byteArray byteArray = env_->NewByteArray(10U); in TEST_F() local 142 ets_byteArray byteArray = env_->NewByteArray(10U); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_sendable_arraybuffer_test.cpp | 258 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/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_ArrayBuffer.cpp | 132 extern "C" EtsLong EtsEscompatArrayBufferGetAddress(ObjectHeader *byteArray) in EtsEscompatArrayBufferGetAddress()
|
| D | std_core_String.cpp | 79 auto byteArray = reinterpret_cast<EtsByteArray *>(array); in StdCoreStringDataAsArray() local
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/tests/ |
| D | extractor_test.cpp | 189 auto byteArray = std::make_unique<uint8_t[]>(1024); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_typed_array.cpp | 742 ByteArray *byteArray = ByteArray::Cast(arrBuf.GetTaggedObject()); in GetOffHeapBuffer() local 774 ByteArray *byteArray = ByteArray::Cast(arrBuf.GetTaggedObject()); in GetSharedOffHeapBuffer() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/ |
| D | object_new_test.cpp | 490 …const auto byteArray = static_cast<ani_array_byte>(CallEtsFunction<ani_ref>("object_new_test", "ge… in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_string_test.cpp | 569 EtsByteArray *byteArray = EtsByteArray::Create(data.size() - 1); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | string_test.cpp | 978 Array *byteArray = Array::Create(klass, data.size() - 1); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 782 JSHandle<ByteArray> byteArray = factory->NewByteArray(byteArrayLength, sizeof(value)); in NewByteArray() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 1319 GateRef byteArray = in BuildOnHeapTypedArrayLoadElement() local 1516 GateRef byteArray = builder_.LoadConstOffset(VariableType::JS_POINTER(), receiver, in BuildOnHeapTypedArrayStoreElement() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | inter_op_serializer_test.cpp | 843 …JSHandle<JSTaggedValue> byteArray(thread, resJSInt8Array->GetViewedArrayBufferOrByteArray(thread)); in TypedArrayTest2() local 2307 JSHandle<ByteArray> byteArray = factory->NewByteArray(byteArrayLength, sizeof(value)); in HWTEST_F_L0() local
|
| D | serializer_test.cpp | 845 …JSHandle<JSTaggedValue> byteArray(thread, resJSInt8Array->GetViewedArrayBufferOrByteArray(thread)); in TypedArrayTest2() local 2436 JSHandle<ByteArray> byteArray = factory->NewByteArray(byteArrayLength, sizeof(value)); in HWTEST_F_L0() local
|