Home
last modified time | relevance | path

Searched defs:begin (Results 1 – 25 of 64) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/mem/
Dremembered_set.h45 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()
Dallocator-inl.h26 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()
Dmark_stack.h74 void ResetBegin(uintptr_t begin, uintptr_t end) in ResetBegin()
81 void ResetTop(uintptr_t begin, uintptr_t end) in ResetTop()
Darea.h22 Area(uintptr_t begin, size_t capacity) in Area()
Dfree_object_set.cpp23 void FreeObjectSet::Free(uintptr_t begin, size_t size) in Free()
Dheap_region_allocator.cpp55 …uintptr_t begin = AlignUp(mem + sizeof(Region), static_cast<size_t>(MemAlignment::MEM_ALIGN_REGION… in AllocateAlignedRegion() local
Dnative_area_allocator.cpp49 uintptr_t begin = reinterpret_cast<uintptr_t>(mem) + headerSize; in AllocateArea() local
Dgc_bitset.h121 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()
Dnative_area_allocator.h135 uintptr_t begin = reinterpret_cast<uintptr_t>(mem) + headerSize; in AllocateSpace() local
/arkcompiler/runtime_core/libpandabase/utils/
Drange.h23 Range(It begin, It end) : begin_(begin), end_(end) {} in Range()
25 It begin() in begin() function
Dspan.h55 Span(Iterator begin, Iterator end) : Span(begin, end - begin) {} in Span()
70 Iterator begin() in begin() function
75 ConstIterator begin() const in begin() function
Dlist.h171 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/
Dbitmap.h135 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()
Dcard_table.h130 Iterator begin() in begin() function
142 ConstIterator begin() const in begin() function
Dbitmap.cpp22 void Bitmap::ClearBitsInRange(size_t begin, size_t end) in ClearBitsInRange()
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dcollection_set.h54 auto begin() in begin() function
59 auto begin() const in begin() function
/arkcompiler/ets_frontend/es2panda/compiler/core/
DlabelPair.h25 LabelPair(Label *begin, Label *end) : begin_(begin), end_(end) {} in LabelPair()
/arkcompiler/ets_frontend/merge_abc/protos/
DideHelpers.proto25 SourcePosition begin = 1; field
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.h223 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/
Dref_block.h127 Iterator begin() // NOLINT(readability-identifier-naming) in begin() function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dpbc_iterator.h50 BytecodeIterator begin() const in begin() function
/arkcompiler/runtime_core/runtime/mem/
Dregion_allocator.h205 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/
Dide_helpers.h38 SourcePosition begin; member
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h62 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/
Dcontainers_queue_stub_builder.h40 GateRef begin = Load(VariableType::INT32(), obj, IntPtr(JSAPIQueue::FRONT_OFFSET)); in GetArrayLength() local

123