| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | remembered_set.h | 45 bool Insert(uintptr_t begin, uintptr_t addr) in Insert() 50 bool InsertRange(uintptr_t begin, uintptr_t addr, uint32_t mask) in InsertRange() 55 bool AtomicInsert(uintptr_t begin, uintptr_t addr) in AtomicInsert() 60 void ClearBit(uintptr_t begin, uintptr_t addr) in ClearBit() 65 void ClearRange(uintptr_t begin, uintptr_t start, uintptr_t end) in ClearRange() 71 void AtomicClearRange(uintptr_t begin, uintptr_t start, uintptr_t end) in AtomicClearRange() 77 bool TestBit(uintptr_t begin, uintptr_t addr) const in TestBit() 83 void IterateAllMarkedBits(uintptr_t begin, Visitor visitor) in IterateAllMarkedBits() 89 void AtomicIterateAllMarkedBits(uintptr_t begin, Visitor visitor) in AtomicIterateAllMarkedBits() 95 void IterateAllMarkedBitsConst(uintptr_t begin, Visitor visitor) const in IterateAllMarkedBitsConst()
|
| D | allocator-inl.h | 27 BumpPointerAllocator::BumpPointerAllocator(uintptr_t begin, uintptr_t end) : begin_(begin), top_(be… in BumpPointerAllocator() 36 void BumpPointerAllocator::Reset(uintptr_t begin, uintptr_t end) in Reset() 46 void BumpPointerAllocator::Reset(uintptr_t begin, uintptr_t end, uintptr_t top) in Reset() 98 auto begin = region->GetBegin(); in AddFree() local 123 uintptr_t begin = object->GetBegin(); in Allocate() local 146 auto begin = bpAllocator_.GetTop(); in FreeBumpPoint() local 165 void FreeListAllocator<T>::ResetBumpPointer(uintptr_t begin, uintptr_t end, uintptr_t top) in ResetBumpPointer() 178 void FreeListAllocator<T>::Free(uintptr_t begin, size_t size, bool isAdd) in Free()
|
| D | free_object_set.cpp | 22 void FreeObjectSet<T>::Free(uintptr_t begin, size_t size) in Free() 34 void FreeObjectSet<MemDesc>::Free(uintptr_t begin, size_t size) in Free()
|
| D | thread_local_allocation_buffer.cpp | 18 void ThreadLocalAllocationBuffer::Reset(uintptr_t begin, uintptr_t end, uintptr_t top) in Reset()
|
| D | mark_stack.h | 74 void ResetBegin(uintptr_t begin, uintptr_t end) in ResetBegin() 81 void ResetTop(uintptr_t begin, uintptr_t end) in ResetTop()
|
| D | area.h | 22 Area(uintptr_t begin, size_t capacity) in Area()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | range.h | 24 Range(It begin, It end) : begin_(begin), end_(end) {} in Range() 26 It begin() in begin() function
|
| D | span.h | 55 Span(Iterator begin, Iterator end) : Span(begin, end - begin) {} in Span() 70 Iterator begin() in begin() function 75 ConstIterator begin() const in begin() function
|
| D | list.h | 171 Iterator begin() in begin() function 176 ConstIterator begin() const in begin() function 518 Iterator begin() in begin() function 524 ConstIterator begin() const in begin() function
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | bitmap.h | 144 void IterateOverSetBitsInRange(size_t begin, size_t end, const VisitorType &visitor) in IterateOverSetBitsInRange() 207 void IterateOverBitsInRange(size_t begin, size_t end, const VisitorType &visitor) in IterateOverBitsInRange() 227 void SetRangeWithinWord(size_t begin, size_t end) in SetRangeWithinWord() 239 void ClearRangeWithinWord(size_t begin, size_t end) in ClearRangeWithinWord() 277 size_t FindHighestPrecedingOrSameBit(size_t begin) in FindHighestPrecedingOrSameBit() 375 ALWAYS_INLINE void ModifyRangeWithinWord(size_t begin, size_t end) in ModifyRangeWithinWord() 400 void CheckBitRange([[maybe_unused]] size_t begin, [[maybe_unused]] size_t end) const in CheckBitRange() 490 ALWAYS_INLINE void ClearRange(void *begin, void *end) in ClearRange() 582 void IterateOverMarkedChunkInRange(void *begin, void *end, const MemVisitor &visitor) in IterateOverMarkedChunkInRange() 595 … void IterateOverMarkedChunkInRangeInterruptible(void *begin, void *end, const MemVisitor &visitor) in IterateOverMarkedChunkInRangeInterruptible() [all …]
|
| D | card_table.h | 141 Iterator begin() in begin() function 153 ConstIterator begin() const in begin() function
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | range.h | 23 Range(It begin, It end) : begin_(begin), end_(end) {} in Range() 26 It begin() const in begin() function
|
| D | span.h | 54 Span(Iterator begin, Iterator end) : Span(begin, end - begin) {} in Span() 69 Iterator begin() in begin() function 74 ConstIterator begin() const in begin() function
|
| D | list.h | 165 Iterator begin() in begin() function 170 ConstIterator begin() const in begin() function 498 Iterator begin() in begin() function 504 ConstIterator begin() const in begin() function
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | object-references-iterator-inl.h | 54 bool ObjectArrayIterator::Iterate(coretypes::Array *array, Handler *handler, void *begin, void *end) in Iterate() 81 bool ObjectIterator<LANG_TYPE_STATIC>::Iterate(ObjectHeader *obj, Handler *handler, void *begin, vo… in Iterate() 105 void *begin, void *end) in IterateAndDiscoverReferences() 139 …LANG_TYPE_STATIC>::Iterate(Class *cls, ObjectHeader *obj, Handler *handler, void *begin, void *end) in Iterate() 177 …tor<LANG_TYPE_STATIC>::IterateClassReferences(Class *cls, Handler *handler, void *begin, void *end) in IterateClassReferences() 226 void *begin, void *end) in IterateObjectReferences() 272 Handler *handler, void *begin, void *end) in IterateRange() 291 bool ObjectIterator<LANG_TYPE_DYNAMIC>::Iterate(ObjectHeader *obj, Handler *handler, void *begin, v… in Iterate() 315 void *begin, void *end) in IterateAndDiscoverReferences() 346 …Iterator<LANG_TYPE_DYNAMIC>::Iterate(HClass *cls, ObjectHeader *obj, Handler *handler, void *begin, in Iterate() [all …]
|
| D | object_helpers-inl.h | 103 …elpers::TraverseArray(coretypes::Array *array, [[maybe_unused]] Class *cls, void *begin, void *end, in TraverseArray() 141 …bjectHelpers::TraverseAllObjectsWithInfo(ObjectHeader *objectHeader, Handler &handler, void *begin, in TraverseAllObjectsWithInfo() 218 …micObjectHelpers::TraverseArray(coretypes::Array *array, [[maybe_unused]] HClass *cls, void *begin, in TraverseArray() 255 …bjectHelpers::TraverseAllObjectsWithInfo(ObjectHeader *objectHeader, Handler &handler, void *begin, in TraverseAllObjectsWithInfo()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | collection_set.h | 59 auto begin() // NOLINT(readability-identifier-naming) in begin() function 64 auto begin() const // NOLINT(readability-identifier-naming) in begin() function
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | mem_hooks.h | 42 static _CrtMemState begin, end, out; variable
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | labelPair.h | 25 LabelPair(Label *begin, Label *end) : begin_(begin), end_(end) {} in LabelPair()
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | ideHelpers.proto | 25 SourcePosition begin = 1; field
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | liveness_analyzer_new_test.cpp | 266 LifeNumber begin = 3; // 3: It's a random number in __anon0f1e67210402() local 325 LifeNumber begin = 2; // 2: It's a random number in __anon0f1e67210602() local 385 LifeNumber begin = 2; // 2: It's a random number in __anon0f1e67210802() local 415 LifeNumber begin = 2; // 2: It's a random number in __anon0f1e67210902() local 444 LifeNumber begin = 7; // 7: It's a random number in __anon0f1e67210a02() local 517 LifeNumber begin = 2; // 2: It's a random number in __anon0f1e67210c02() local 546 LifeNumber begin = 2; // 2: It's a random number in __anon0f1e67210d02() local 563 LifeNumber begin = 2; // 2: It's a random number variable
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | labelPair.h | 25 LabelPair(Label *begin, Label *end) : begin_(begin), end_(end) {} in LabelPair()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| D | ref_block.h | 127 Iterator begin() // NOLINT(readability-identifier-naming) in begin() function
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | pbc_iterator.h | 50 BytecodeIterator begin() const in begin() function
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | pbc_iterator.h | 56 BytecodeIterator begin() const in begin() function
|