Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_atomics.h124 static JSTaggedValue HandleWithUint32(JSThread *thread, uint32_t size, uint8_t *block, uint32_t indexedPosition,
H A Dbuiltins_atomics.cpp346 return HandleWithUint32(thread, size, block, indexedPosition, argv, op, tag); in AtomicReadModifyWriteCase()
468 JSTaggedValue BuiltinsAtomics::HandleWithUint32(JSThread *thread, uint32_t size, uint8_t *block, in HandleWithUint32() function in panda::ecmascript::builtins::BuiltinsAtomics
472 BUILTINS_API_TRACE(thread, Atomics, HandleWithUint32); in HandleWithUint32()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h606 V(Atomics, HandleWithUint32) \

Completed in 4 milliseconds