Home
last modified time | relevance | path

Searched refs:ChangeByteArrayTaggedPointerToInt64 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.h81 GateRef ChangeByteArrayTaggedPointerToInt64(GateRef x) in ChangeByteArrayTaggedPointerToInt64() function
Dbuiltins_typedarray_stub_builder.cpp39 … result = ChangeByteArrayTaggedPointerToInt64(PtrAdd(arrBuf, IntPtr(ByteArray::DATA_OFFSET))); in GetDataPointFromBuffer()