Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_arraybuffer-inl.h161 T EtsEscompatArrayBuffer::GetAndBitwiseAnd(uint32_t index, uint32_t byteOffset, T element) in GetAndBitwiseAnd() function
Dets_array.h362 ClassType GetAndBitwiseAnd(uint32_t index, uint32_t byteOffset, ClassType val) in GetAndBitwiseAnd() function
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Darray-inl.h241 inline std::enable_if_t<std::is_arithmetic_v<T>, T> Array::GetAndBitwiseAnd(ArraySizeT idx, T value, in GetAndBitwiseAnd() function