| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | remembered_set.h | 45 bool Insert(uintptr_t begin, uintptr_t addr) in Insert() 50 bool AtomicInsert(uintptr_t begin, uintptr_t addr) in AtomicInsert() 55 void ClearBit(uintptr_t begin, uintptr_t addr) in ClearBit() 60 void ClearRange(uintptr_t begin, uintptr_t start, uintptr_t end) in ClearRange() 66 void AtomicClearRange(uintptr_t begin, uintptr_t start, uintptr_t end) in AtomicClearRange() 73 void IterateAllMarkedBits(uintptr_t begin, Visitor visitor) in IterateAllMarkedBits() 79 void AtomicIterateAllMarkedBits(uintptr_t begin, Visitor visitor) in AtomicIterateAllMarkedBits() 85 void IterateAllMarkedBitsConst(uintptr_t begin, Visitor visitor) const in IterateAllMarkedBitsConst()
|
| D | allocator-inl.h | 26 BumpPointerAllocator::BumpPointerAllocator(uintptr_t begin, uintptr_t end) : begin_(begin), top_(be… in BumpPointerAllocator() 35 void BumpPointerAllocator::Reset(uintptr_t begin, uintptr_t end) in Reset() 43 void BumpPointerAllocator::Reset(uintptr_t begin, uintptr_t end, uintptr_t top) in Reset() 84 auto begin = region->GetBegin(); in AddFree() local 106 uintptr_t begin = object->GetBegin(); in Allocate() local 125 auto begin = bpAllocator_.GetTop(); in FreeBumpPoint() local 139 void FreeListAllocator::ResetBumpPointer(uintptr_t begin, uintptr_t end, uintptr_t top) in ResetBumpPointer() 145 void FreeListAllocator::Free(uintptr_t begin, size_t size, bool isAdd) in Free()
|
| 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()
|
| D | free_object_set.cpp | 23 void FreeObjectSet::Free(uintptr_t begin, size_t size) in Free()
|
| D | heap_region_allocator.cpp | 55 …uintptr_t begin = AlignUp(mem + sizeof(Region), static_cast<size_t>(MemAlignment::MEM_ALIGN_REGION… in AllocateAlignedRegion() local
|
| D | native_area_allocator.cpp | 49 uintptr_t begin = reinterpret_cast<uintptr_t>(mem) + headerSize; in AllocateArea() local
|
| D | gc_bitset.h | 121 void IterateMarkedBits(uintptr_t begin, size_t bitSize, Visitor visitor) in IterateMarkedBits() 141 void IterateMarkedBitsConst(uintptr_t begin, size_t bitSize, Visitor visitor) const in IterateMarkedBitsConst()
|
| D | native_area_allocator.h | 135 uintptr_t begin = reinterpret_cast<uintptr_t>(mem) + headerSize; in AllocateSpace() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | range.h | 23 Range(It begin, It end) : begin_(begin), end_(end) {} in Range() 25 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/runtime/mem/gc/ |
| D | bitmap.h | 135 void IterateOverSetBitsInRange(size_t begin, size_t end, const VisitorType &visitor) in IterateOverSetBitsInRange() 213 void IterateOverBitsInRange(size_t begin, size_t end, const VisitorType &visitor) in IterateOverBitsInRange() 233 void SetRangeWithinWord(size_t begin, size_t end) in SetRangeWithinWord() 245 void ClearRangeWithinWord(size_t begin, size_t end) in ClearRangeWithinWord() 359 ALWAYS_INLINE void ModifyRangeWithinWord(size_t begin, size_t end) in ModifyRangeWithinWord() 386 void CheckBitRange([[maybe_unused]] size_t begin, [[maybe_unused]] size_t end) const in CheckBitRange() 465 ALWAYS_INLINE void ClearRange(void *begin, void *end) in ClearRange() 565 void IterateOverMarkedChunkInRange(void *begin, void *end, const MemVisitor &visitor) in IterateOverMarkedChunkInRange() 579 void IterateOverChunkInRange(void *begin, void *end, const MemVisitor &visitor) in IterateOverChunkInRange() 640 …void CheckHalfClosedHalfOpenAddressRange([[maybe_unused]] void *begin, [[maybe_unused]] void *end)… in CheckHalfClosedHalfOpenAddressRange()
|
| D | card_table.h | 130 Iterator begin() in begin() function 142 ConstIterator begin() const in begin() function
|
| D | bitmap.cpp | 22 void Bitmap::ClearBitsInRange(size_t begin, size_t end) in ClearBitsInRange()
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | collection_set.h | 54 auto begin() in begin() function 59 auto begin() const in begin() function
|
| /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/ets_runtime/ecmascript/compiler/ |
| D | gate_accessor.h | 223 auto begin() in begin() function 236 auto begin() in begin() function 249 auto begin() in begin() function 262 auto begin() in begin() function 536 auto begin() in begin() function
|
| /arkcompiler/runtime_core/runtime/mem/refstorage/ |
| D | ref_block.h | 127 Iterator begin() // NOLINT(readability-identifier-naming) in begin() function
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | pbc_iterator.h | 50 BytecodeIterator begin() const in begin() function
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | region_allocator.h | 205 void IterateOverObjectsInRange(const ObjectVisitor &visitor, void *begin, void *end) in IterateOverObjectsInRange() 514 void IterateOverObjectsInRange(const MemVisitor &mem_visitor, void *begin, void *end) in IterateOverObjectsInRange() 597 void IterateOverObjectsInRange(const ObjectVisitor &visitor, void *begin, void *end) in IterateOverObjectsInRange()
|
| /arkcompiler/runtime_core/assembler/ |
| D | ide_helpers.h | 38 SourcePosition begin; member
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_parser.h | 62 JSHandle<JSTaggedValue> Parse(Text begin, Text end) in Parse() 85 Text begin = buf.data(); in ParseUtf8() local 95 Text begin = buf.data(); in ParseUtf16() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | containers_queue_stub_builder.h | 40 GateRef begin = Load(VariableType::INT32(), obj, IntPtr(JSAPIQueue::FRONT_OFFSET)); in GetArrayLength() local
|