Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dobject_header.h184 MarkWord word = AtomicGetMark(); in SetMarkedForGC() local
197 MarkWord word = AtomicGetMark(); in SetUnMarkedForGC() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/hybrid/mem/
Dstatic_object_operator.cpp65 auto &word = *reinterpret_cast<uint64_t *>(object); in SetForwardingPointerAfterExclusive() local
/arkcompiler/ets_runtime/ecmascript/mem/
Djit_fort.cpp281 …FortGCBitset::MarkStartAddr(bool awaitInstall, uintptr_t startAddr, uint32_t index, uint32_t &word) in MarkStartAddr()
292 … JitFortGCBitset::MarkEndAddr(bool awaitInstall, uintptr_t endAddr, uint32_t index, uint32_t &word) in MarkEndAddr()
312 uint32_t word = words[i]; in IterateMarkedBitsConst() local
Dgc_bitset.h137 uint32_t word = words[i]; in IterateMarkedBits() local
157 uint32_t word = words[i]; in IterateMarkedBitsConst() local
Dverification.cpp72 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
Dbitmap.h58 for (BitmapWordType word : bitmap_) { in GetSetBitCount() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_mark_word.h185 static EtsMarkWord FromMarkWord(MarkWord word) in FromMarkWord()
/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_frontend/ets2panda/linter/arkanalyzer/src/utils/
DSparseBitVector.ts64 word(idx: number): number { method in SparseBitVectorElement
/arkcompiler/runtime_core/libpandabase/utils/
Dmurmur3_hash.h75 static uint32_t Rotl(uint32_t word, uint8_t shift) in Rotl()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_object.h270 ALWAYS_INLINE void SetMark(EtsMarkWord word) in SetMark()
/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dfind_rename_locations_test.cpp114 …std::set<ark::es2panda::lsp::RenameLocation> genTestData(std::string word, std::string filePath, s… in genTestData()
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.h74 int ReadAlphabet(char *word, int size) in ReadAlphabet()
/arkcompiler/ets_runtime/common_components/heap/
Dverification.cpp75 uint64_t word = 0; in HexDump() local
/arkcompiler/ets_runtime/common_components/heap/ark_collector/tests/
Dark_collector_test.cpp188 void StoreStateWord(StateWordType word) in StoreStateWord()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.cpp1375 GateRef CircuitBuilder::Rotl(GateRef word, uint32_t shift) in Rotl()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3463 void RuntimeStubs::SetBitAtomic(GCBitset::GCBitsetWord *word, GCBitset::GCBitsetWord mask, in DEF_RUNTIME_STUBS()