Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp896 uintptr_t bufferAddr = reinterpret_cast<uintptr_t>(np->GetExternalPointer()); in TransferJSArrayBufferTest1() local
898 EXPECT_EQ(static_cast<uint64_t>(bufferAddr), static_cast<uint64_t>(bufferAddrCheck)); in TransferJSArrayBufferTest1()
917 uintptr_t bufferAddr = reinterpret_cast<uintptr_t>(np->GetExternalPointer()); in TransferJSArrayBufferTest2() local
919 EXPECT_NE(static_cast<uint64_t>(bufferAddr), static_cast<uint64_t>(bufferAddrCheck)); in TransferJSArrayBufferTest2()