Home
last modified time | relevance | path

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

12345

/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()
72 bool TestBit(uintptr_t begin, uintptr_t addr) const in TestBit()
78 void IterateAllMarkedBits(uintptr_t begin, Visitor visitor) in IterateAllMarkedBits()
84 void AtomicIterateAllMarkedBits(uintptr_t begin, Visitor visitor) in AtomicIterateAllMarkedBits()
90 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()
89 auto begin = region->GetBegin(); in AddFree() local
111 uintptr_t begin = object->GetBegin(); in Allocate() local
130 auto begin = bpAllocator_.GetTop(); in FreeBumpPoint() local
144 void FreeListAllocator::ResetBumpPointer(uintptr_t begin, uintptr_t end, uintptr_t top) in ResetBumpPointer()
155 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()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dbitmap.h135 void IterateOverSetBitsInRange(size_t begin, size_t end, const VisitorType &visitor) in IterateOverSetBitsInRange()
198 void IterateOverBitsInRange(size_t begin, size_t end, const VisitorType &visitor) in IterateOverBitsInRange()
218 void SetRangeWithinWord(size_t begin, size_t end) in SetRangeWithinWord()
230 void ClearRangeWithinWord(size_t begin, size_t end) in ClearRangeWithinWord()
268 size_t FindHighestPrecedingOrSameBit(size_t begin) in FindHighestPrecedingOrSameBit()
366 ALWAYS_INLINE void ModifyRangeWithinWord(size_t begin, size_t end) in ModifyRangeWithinWord()
391 void CheckBitRange([[maybe_unused]] size_t begin, [[maybe_unused]] size_t end) const in CheckBitRange()
481 ALWAYS_INLINE void ClearRange(void *begin, void *end) in ClearRange()
573 void IterateOverMarkedChunkInRange(void *begin, void *end, const MemVisitor &visitor) in IterateOverMarkedChunkInRange()
586 … void IterateOverMarkedChunkInRangeInterruptible(void *begin, void *end, const MemVisitor &visitor) in IterateOverMarkedChunkInRangeInterruptible()
[all …]
Dcard_table.h130 Iterator begin() in begin() function
142 ConstIterator begin() const in begin() function
/arkcompiler/runtime_core/libpandabase/utils/
Drange.h24 Range(It begin, It end) : begin_(begin), end_(end) {} in Range()
26 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/static_core/libpandabase/utils/
Drange.h23 Range(It begin, It end) : begin_(begin), end_(end) {} in Range()
26 It begin() const in begin() function
Dspan.h54 Span(Iterator begin, Iterator end) : Span(begin, end - begin) {} in Span()
69 Iterator begin() in begin() function
74 ConstIterator begin() const in begin() function
Dlist.h167 Iterator begin() in begin() function
172 ConstIterator begin() const in begin() function
500 Iterator begin() in begin() function
506 ConstIterator begin() const in begin() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dcollection_set.h59 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/
Dmem_hooks.h41 static _CrtMemState begin, end, out; variable
/arkcompiler/runtime_core/compiler/tests/
Dliveness_analyzer_new_test.cpp272 LifeNumber begin = 3; // 3: It's a random number in __anonf4e4c0c00402() local
331 LifeNumber begin = 2; // 2: It's a random number in __anonf4e4c0c00602() local
391 LifeNumber begin = 2; // 2: It's a random number in __anonf4e4c0c00802() local
421 LifeNumber begin = 2; // 2: It's a random number in __anonf4e4c0c00902() local
450 LifeNumber begin = 7; // 7: It's a random number in __anonf4e4c0c00a02() local
523 LifeNumber begin = 2; // 2: It's a random number in __anonf4e4c0c00c02() local
552 LifeNumber begin = 2; // 2: It's a random number in __anonf4e4c0c00d02() local
569 LifeNumber begin = 2; // 2: It's a random number variable
/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_frontend/ets2panda/compiler/core/
DlabelPair.h25 LabelPair(Label *begin, Label *end) : begin_(begin), end_(end) {} in LabelPair()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers-inl.h102 …elpers::TraverseArray(coretypes::Array *array, [[maybe_unused]] Class *cls, void *begin, void *end, in TraverseArray()
139 …bjectHelpers::TraverseAllObjectsWithInfo(ObjectHeader *objectHeader, Handler &handler, void *begin, in TraverseAllObjectsWithInfo()
214 …micObjectHelpers::TraverseArray(coretypes::Array *array, [[maybe_unused]] HClass *cls, void *begin, in TraverseArray()
250 …bjectHelpers::TraverseAllObjectsWithInfo(ObjectHeader *objectHeader, Handler &handler, void *begin, in TraverseAllObjectsWithInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dstub_file_info.cpp105 uint64_t begin = GetAsmStubAddr(); in MmapLoad() local
146 uint64_t begin = GetAsmStubAddr(); in Load() local
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dref_block.h127 Iterator begin() // NOLINT(readability-identifier-naming) in begin() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/
Dregexp_executor.cpp26 uint8_t *begin = GetInputPtr(); in GetIndices() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dpbc_iterator.h50 BytecodeIterator begin() const in begin() function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dpbc_iterator.h50 BytecodeIterator begin() const in begin() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.h299 auto begin() in begin() function
312 auto begin() in begin() function
325 auto begin() in begin() function
338 auto begin() in begin() function
731 auto begin() in begin() function

12345