Home
last modified time | relevance | path

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

/arkcompiler/runtime_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
/arkcompiler/runtime_core/runtime/mem/gc/
Dbitmap.cpp85 BitmapWordType word = word_addr->load(std::memory_order_acquire); in AtomicTestBit() local
/arkcompiler/runtime_core/libpandabase/utils/
Dmurmur3_hash.h72 static uint32_t Rotl(uint32_t word, uint8_t shift) in Rotl()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp274 MarkWord word(value.GetTaggedObject()); in IterateHandleWithCheck() local
Ddate_parse.h68 int ReadAlphabet(char *word, int size) in ReadAlphabet()