Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_sendable_arraybuffer_test.cpp54 auto toData = reinterpret_cast<uint8_t *>(toNativePointer->GetExternalPointer()); in HWTEST_F_L0() local
76 uint8_t *toData = static_cast<uint8_t *>(vm->GetNativeAreaAllocator()->AllocateBuffer(length)); in HWTEST_F_L0() local
Djs_array_buffer_test.cpp54 auto toData = reinterpret_cast<uint8_t *>(toNativePointer->GetExternalPointer()); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dtyped_ref_set.h332 auto toData = to.GetContainerDataSpan(); in Includes() local