Searched refs:HandleWithBigInt64 (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_atomics.h | 130 static JSTaggedValue HandleWithBigInt64(JSThread *thread, uint32_t size, uint8_t *block, uint32_t indexedPosition,
|
H A D | builtins_atomics.cpp | 359 return HandleWithBigInt64(thread, size, block, indexedPosition, argv, op, val, lossless); in AtomicReadModifyWriteCase() 514 JSTaggedValue BuiltinsAtomics::HandleWithBigInt64(JSThread *thread, uint32_t size, uint8_t *block, in HandleWithBigInt64() function in panda::ecmascript::builtins::BuiltinsAtomics 519 BUILTINS_API_TRACE(thread, Atomics, HandleWithBigInt64); in HandleWithBigInt64()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 608 V(Atomics, HandleWithBigInt64) \
|
Completed in 4 milliseconds