Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_atomics.h37 V("exchange", Exchange, 3, INVALID) \
67 static JSTaggedValue Exchange(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_atomics.cpp99 JSTaggedValue BuiltinsAtomics::Exchange(EcmaRuntimeCallInfo *argv) in Exchange() function in panda::ecmascript::builtins::BuiltinsAtomics
103 BUILTINS_API_TRACE(thread, Atomics, Exchange); in Exchange()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_atomics_test.cpp225 result = BuiltinsAtomics::Exchange(ecmaRuntimeCallInfos); in AtomicsAlgorithm()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h613 V(Atomics, Exchange) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp573 reinterpret_cast<uintptr_t>(Atomics::Exchange),

Completed in 7 milliseconds