Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dobject_header.h158 MarkWord word = AtomicGetMark(); in SetMarkedForGC() local
171 MarkWord word = AtomicGetMark(); in SetUnMarkedForGC() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_bitset.h127 uint32_t word = words[i]; in IterateMarkedBits() local
147 uint32_t word = words[i]; in IterateMarkedBitsConst() local
Dverification.cpp75 MarkWord word(object); in VerifyInactiveSemiSpaceMarkedObject() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dbitmap.cpp93 BitmapWordType word = wordAddr->load(std::memory_order_acquire); in AtomicTestBit() local
/arkcompiler/runtime_core/libpandabase/utils/
Dmurmur3_hash.h73 static uint32_t Rotl(uint32_t word, uint8_t shift) in Rotl()
/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/ets_runtime/ecmascript/
Ddate_parse.h73 int ReadAlphabet(char *word, int size) in ReadAlphabet()
Djs_thread.cpp278 MarkWord word(value.GetTaggedObject()); in IterateHandleWithCheck() local