Searched refs:HandleWithUint32 (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_atomics.h | 124 static JSTaggedValue HandleWithUint32(JSThread *thread, uint32_t size, uint8_t *block, uint32_t indexedPosition,
|
H A D | builtins_atomics.cpp | 346 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 D | runtime_call_id.h | 606 V(Atomics, HandleWithUint32) \
|
Completed in 4 milliseconds