Home
last modified time | relevance | path

Searched defs:word (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dobject_header.h157 MarkWord word = AtomicGetMark(); in SetMarkedForGC() local
170 MarkWord word = AtomicGetMark(); in SetUnMarkedForGC() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dbitmap.cpp93 BitmapWordType word = wordAddr->load(std::memory_order_acquire); in AtomicTestBit() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_bitset.h134 uint32_t word = words[i]; in IterateMarkedBits() local
154 uint32_t word = words[i]; in IterateMarkedBitsConst() local
Dverification.cpp74 MarkWord word(object); in VerifyInactiveSemiSpaceMarkedObject() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dmurmur3_hash.h72 static uint32_t Rotl(uint32_t word, uint8_t shift) in Rotl()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Ddatainfo.h184 uint64 word = info[i]; in GetBitsOfInfo() local
/arkcompiler/runtime_core/libpandabase/utils/
Dmurmur3_hash.h75 static uint32_t Rotl(uint32_t word, uint8_t shift) in Rotl()
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.h73 int ReadAlphabet(char *word, int size) in ReadAlphabet()
Djs_thread.cpp418 MarkWord word(value.GetTaggedObject()); in IterateHandleWithCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.cpp1244 GateRef CircuitBuilder::Rotl(GateRef word, uint32_t shift) in Rotl()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3291 void RuntimeStubs::SetBitAtomic(GCBitset::GCBitsetWord *word, GCBitset::GCBitsetWord mask, in SetBitAtomic()