Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_atomics.h133 static JSTaggedValue HandleWithBigUint64(JSThread *thread, uint32_t size, uint8_t *block, uint32_t indexedPosition,
H A Dbuiltins_atomics.cpp366 return HandleWithBigUint64(thread, size, block, indexedPosition, argv, op, val, lossless); in AtomicReadModifyWriteCase()
541 JSTaggedValue BuiltinsAtomics::HandleWithBigUint64(JSThread *thread, uint32_t size, uint8_t *block, in HandleWithBigUint64() function in panda::ecmascript::builtins::BuiltinsAtomics
546 BUILTINS_API_TRACE(thread, Atomics, HandleWithBigUint64); in HandleWithBigUint64()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h609 V(Atomics, HandleWithBigUint64) \

Completed in 4 milliseconds