Searched defs:byteArray (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | byte_array_test.cpp | 62 JSHandle<ByteArray> byteArray = factory->NewByteArray(5, 8); in HWTEST_F_L0() local 80 JSHandle<ByteArray> byteArray = factory->NewByteArray(3, sizeof(value)); in HWTEST_F_L0() local
|
| D | dump_test.cpp | 851 JSHandle<ByteArray> byteArray = factory->NewByteArray(4, 8); in HWTEST_F_L0() local
|
| D | js_serializer_test.cpp | 684 … JSHandle<JSTaggedValue> byteArray(thread, resJSInt8Array->GetViewedArrayBufferOrByteArray()); in TypedArrayTest2() local 1813 JSHandle<ByteArray> byteArray = factory->NewByteArray(byteArrayLength, sizeof(value)); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | array_native_test_3.cpp | 109 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/ |
| D | js_serializer.cpp | 401 JSHandle<ByteArray> byteArray = JSHandle<ByteArray>::Cast(value); in WriteByteArray() local 1261 JSHandle<ByteArray> byteArray = factory_->NewByteArray(arrayLength, arrayType); in ReadByteArray() local
|
| D | js_typed_array.cpp | 723 ByteArray *byteArray = ByteArray::Cast(arrBuf.GetTaggedObject()); in GetOffHeapBuffer() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_string_test.cpp | 566 EtsByteArray *byteArray = EtsByteArray::Create(data.size() - 1); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | string_test.cpp | 918 Array *byteArray = Array::Create(klass, data.size() - 1); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | serializer_test.cpp | 641 … JSHandle<JSTaggedValue> byteArray(thread, resJSInt8Array->GetViewedArrayBufferOrByteArray()); in TypedArrayTest2() local 1786 JSHandle<ByteArray> byteArray = factory->NewByteArray(byteArrayLength, sizeof(value)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 1072 GateRef byteArray = in BuildOnHeapTypedArrayLoadElement() local 1243 GateRef byteArray = builder_.LoadConstOffset(VariableType::JS_POINTER(), receiver, in BuildOnHeapTypedArrayStoreElement() local
|