Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Dtagged_array.h53 static inline size_t ComputeSize(size_t elemSize, uint32_t length) in ComputeSize() function
Dlexical_env.h43 static size_t ComputeSize(uint32_t numSlots) in ComputeSize() function
/ark/runtime_core/runtime/include/coretypes/
Darray.h71 static size_t ComputeSize(size_t elem_size, array_size_t length) in ComputeSize() function