Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_array.h350 ClassType Exchange(uint32_t index, uint32_t byteOffset, ClassType val) in Exchange() function
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Darray-inl.h204 inline std::enable_if_t<std::is_arithmetic_v<T> || is_object_v<T>, T> Array::Exchange(ArraySizeT id… in Exchange() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp99 JSTaggedValue BuiltinsAtomics::Exchange(EcmaRuntimeCallInfo *argv) in Exchange() function in panda::ecmascript::builtins::BuiltinsAtomics