Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_atomics.h112 static JSTaggedValue HandleWithUint8(JSThread *thread, uint32_t size, uint8_t *block, uint32_t indexedPosition,
H A Dbuiltins_atomics.cpp322 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 Druntime_call_id.h602 V(Atomics, HandleWithUint8) \

Completed in 4 milliseconds