Home
last modified time | relevance | path

Searched defs:bufferAddr (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp850 uint64_t bufferAddr = reinterpret_cast<uint64_t>(buffer); in WriteJSArrayBuffer() local
1801 uint64_t *bufferAddr = reinterpret_cast<uint64_t*>(GetBuffer(sizeof(uint64_t))); in ReadJSArrayBuffer() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp887 uintptr_t bufferAddr = reinterpret_cast<uintptr_t>(np->GetExternalPointer()); in TransferJSArrayBufferTest1() local
906 uintptr_t bufferAddr = reinterpret_cast<uintptr_t>(np->GetExternalPointer()); in TransferJSArrayBufferTest2() local
940 uintptr_t bufferAddr = reinterpret_cast<uintptr_t>(np->GetExternalPointer()); in TransferJSArrayBufferTest4() local
981 uintptr_t bufferAddr = reinterpret_cast<uintptr_t>(np->GetExternalPointer()); in TransferJSArrayBufferTest5() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp842 uintptr_t bufferAddr = reinterpret_cast<uintptr_t>(np->GetExternalPointer()); in TransferJSArrayBufferTest1() local
863 uintptr_t bufferAddr = reinterpret_cast<uintptr_t>(np->GetExternalPointer()); in TransferJSArrayBufferTest2() local