Searched defs:word (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| H A D | bitmap.cpp | 93 BitmapWordType word = wordAddr->load(std::memory_order_acquire); in AtomicTestBit() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | gc_bitset.h | 137 uint32_t word = words[i]; in IterateMarkedBits() local [all...] |
| H A D | jit_fort.cpp | 260 void JitFortGCBitset::MarkStartAddr(bool awaitInstall, uintptr_t startAddr, uint32_t index, uint32_t &word) in MarkStartAddr() argument 271 void JitFortGCBitset::MarkEndAddr(bool awaitInstall, uintptr_t endAddr, uint32_t index, uint32_t &word) in MarkEndAddr() argument 291 uint32_t word = words[i]; in IterateMarkedBitsConst() local [all...] |
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | murmur3_hash.h | 75 static uint32_t Rotl(uint32_t word, uint8_t shift) in Rotl() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | murmur3_hash.h | 72 static uint32_t Rotl(uint32_t word, uint8_t shift) in Rotl() argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | object_header.h | 157 MarkWord word = AtomicGetMark(); in SetMarkedForGC() local 170 MarkWord word = AtomicGetMark(); in SetUnMarkedForGC() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | date_parse.h | 74 int ReadAlphabet(char *word, int size)
in ReadAlphabet() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | mcr_circuit_builder.cpp | 1251 GateRef CircuitBuilder::Rotl(GateRef word, uint32_t shift) in Rotl() argument
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 3342 void RuntimeStubs::SetBitAtomic(GCBitset::GCBitsetWord *word, GCBitset::GCBitsetWord mask, in SetBitAtomic() argument
|
Completed in 17 milliseconds