Home
last modified time | relevance | path

Searched defs:word (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dbitmap.cpp93 BitmapWordType word = wordAddr->load(std::memory_order_acquire); in AtomicTestBit() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_bitset.h137 uint32_t word = words[i]; in IterateMarkedBits() local
[all...]
H A Djit_fort.cpp260 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 Dmurmur3_hash.h75 static uint32_t Rotl(uint32_t word, uint8_t shift) in Rotl() argument
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dmurmur3_hash.h72 static uint32_t Rotl(uint32_t word, uint8_t shift) in Rotl() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dobject_header.h157 MarkWord word = AtomicGetMark(); in SetMarkedForGC() local
170 MarkWord word = AtomicGetMark(); in SetUnMarkedForGC() local
/arkcompiler/ets_runtime/ecmascript/
H A Ddate_parse.h74 int ReadAlphabet(char *word, int size) in ReadAlphabet() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.cpp1251 GateRef CircuitBuilder::Rotl(GateRef word, uint32_t shift) in Rotl() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3342 void RuntimeStubs::SetBitAtomic(GCBitset::GCBitsetWord *word, GCBitset::GCBitsetWord mask, in SetBitAtomic() argument

Completed in 17 milliseconds