Home
last modified time | relevance | path

Searched refs:arr_data (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A Dvixl_exec_module.h131 void *arr_data = object_allocator->Alloc(size * sizeof(T) + runtime_info_->GetArrayDataOffset(Arch::AARCH64)); in CreateArray() local
132 ASSERT(IsInObjectsAddressSpace(static_cast<uintptr_t>arr_data)); in CreateArray()
133 int *lenarr = reinterpret_cast<int *>(reinterpret_cast<char *>(arr_data) + in CreateArray()
136 T *arr = reinterpret_cast<T *>(reinterpret_cast<char *>(arr_data) + in CreateArray()
140 return arr_data; in CreateArray()
144 void CopyArray(void *arr_data, T *array) in CopyArray() argument
146 int *lenarr = reinterpret_cast<int *>(reinterpret_cast<char *>(arr_data) + in CopyArray()
149 T *arr = reinterpret_cast<T *>(reinterpret_cast<char *>(arr_data) + in CopyArray()

Completed in 1 milliseconds