Searched refs:HandleWithUint8 (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_atomics.h | 112 static JSTaggedValue HandleWithUint8(JSThread *thread, uint32_t size, uint8_t *block, uint32_t indexedPosition,
|
H A D | builtins_atomics.cpp | 322 return HandleWithUint8(thread, size, block, indexedPosition, argv, op, tag); in AtomicReadModifyWriteCase() 376 JSTaggedValue BuiltinsAtomics::HandleWithUint8(JSThread *thread, uint32_t size, uint8_t *block, in HandleWithUint8() function in panda::ecmascript::builtins::BuiltinsAtomics 380 BUILTINS_API_TRACE(thread, Atomics, HandleWithUint8); in HandleWithUint8()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 602 V(Atomics, HandleWithUint8) \
|
Completed in 4 milliseconds