| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | range.h | 23 Range(It begin, It end) : begin_(begin), end_(end) {} in Range() 30 It end() in end() function
|
| D | span.h | 55 Span(Iterator begin, Iterator end) : Span(begin, end - begin) {} in Span() 85 Iterator end() in end() function 90 ConstIterator end() const in end() function
|
| D | bit_table.h | 309 Range(BitTable *table, int start, int end) : table_(table), start_(start), end_(end) {} in Range() 314 auto end() in end() function 339 auto end() const in end() function 344 auto end() in end() function 349 auto GetRange(int start, int end) in GetRange() 353 auto GetRangeReversed(int start, int end) in GetRangeReversed()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| 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() 85 auto end = region->GetEnd(); in AddFree() local 107 uintptr_t end = object->GetEnd(); in Allocate() local 139 void FreeListAllocator::ResetBumpPointer(uintptr_t begin, uintptr_t end, uintptr_t top) in ResetBumpPointer()
|
| D | region-inl.h | 145 inline void Region::ClearCrossRegionRSetInRange(uintptr_t start, uintptr_t end) in ClearCrossRegionRSetInRange() 152 inline void Region::AtomicClearCrossRegionRSetInRange(uintptr_t start, uintptr_t end) in AtomicClearCrossRegionRSetInRange() 210 inline void Region::ClearOldToNewRSetInRange(uintptr_t start, uintptr_t end) in ClearOldToNewRSetInRange() 225 inline void Region::AtomicClearSweepingRSetInRange(uintptr_t start, uintptr_t end) in AtomicClearSweepingRSetInRange() 232 inline void Region::ClearSweepingRSetInRange(uintptr_t start, uintptr_t end) in ClearSweepingRSetInRange()
|
| 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 | remembered_set.h | 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()
|
| D | parallel_marker.cpp | 56 [[maybe_unused]] bool isNative) { in ProcessMarkStack() 100 [[maybe_unused]] bool isNative) { in ProcessMarkStack() 132 [[maybe_unused]] bool isNative) { in ProcessMarkStack()
|
| D | verification.cpp | 29 [[maybe_unused]] bool isNative) { in VisitAllObjects() 75 …r rangeVisitor = [this, &failCount]([[maybe_unused]] Root type, ObjectSlot start, ObjectSlot end) { in VerifyRoot()
|
| D | space-inl.h | 39 void Space::EnumerateRegions(const Callback &cb, Region *end) const in EnumerateRegions()
|
| /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 …CheckHalfClosedHalfOpenAddressRange([[maybe_unused]] void *begin, [[maybe_unused]] void *end) const in CheckHalfClosedHalfOpenAddressRange()
|
| D | card_table.h | 136 Iterator end() in end() function 148 ConstIterator end() const in end() function
|
| /arkcompiler/runtime_core/assembler/ |
| D | meta.cpp | 63 static T ConvertFromString(std::string_view value, char **end) in ConvertFromString() 88 int64_t ConvertFromString(std::string_view value, char **end) in ConvertFromString() 94 uint64_t ConvertFromString(std::string_view value, char **end) in ConvertFromString() 100 float ConvertFromString(std::string_view value, char **end) in ConvertFromString() 106 double ConvertFromString(std::string_view value, char **end) in ConvertFromString() 116 char *end = nullptr; in ConvertFromString() local
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | collection_set.h | 64 auto end() in end() function 69 auto end() const in end() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | weak_vector.cpp | 34 uint32_t end = GetEnd(); in Delete() local 63 uint32_t end = GetEnd(); in PushBack() local
|
| D | layout_info.cpp | 47 void LayoutInfo::GetAllKeys(const JSThread *thread, int end, int offset, TaggedArray *keyArray, in GetAllKeys() 78 void LayoutInfo::GetAllKeys(int end, std::vector<JSTaggedValue> &keyVector, const JSHandle<JSObject… in GetAllKeys() 92 void LayoutInfo::GetAllEnumKeys(const JSThread *thread, int end, int offset, TaggedArray *keyArray, in GetAllEnumKeys()
|
| D | tagged_queue.h | 64 uint32_t end = queue->GetEnd().GetArrayLength(); in Push() local 98 uint32_t end = queue->GetEnd().GetArrayLength(); in PushFixedQueue() local 133 uint32_t end = GetEnd().GetArrayLength(); in Size() local 183 inline void SetEnd(const JSThread *thread, JSTaggedValue end) in SetEnd()
|
| D | frames.cpp | 400 uintptr_t end = 0U; in GetPrevFrame() local 499 uintptr_t end = ToUintPtr(argv + argc); in GCIterate() local 529 uintptr_t end = ToUintPtr(frame->GetCurrentFramePointer()); in GCIterate() local 560 uintptr_t end = prevIt.GetPrevFrame(); in GCIterate() local 586 uintptr_t end = prevIt.GetPrevFrame(); in GCIterate() local 600 uintptr_t end = ToUintPtr(argv + frame->argc); in GCIterate() local 615 uintptr_t end = ToUintPtr(argv + frame->argc); in GCIterate() local 629 uintptr_t end = ToUintPtr(argv + frame->argc); in GCIterate() local 643 uintptr_t end = ToUintPtr(argv + argc); in GCIterate() local 662 uintptr_t end = ToUintPtr(argv + argc); in GCIterate() local [all …]
|
| /arkcompiler/runtime_core/verification/util/tests/ |
| D | environment.cpp | 39 …tatic const auto NAME_HANDLER = [](auto a, Context &c, auto s, auto e, [[maybe_unused]] auto end) { in EnvOptions() 53 [[maybe_unused]] auto end) { in EnvOptions() 66 …static const auto NUM_HANDLER = [](auto a, Context &c, auto s, auto e, [[maybe_unused]] auto end) { in EnvOptions() 76 …tic const auto STRING_HANDLER = [](auto a, Context &c, auto s, auto e, [[maybe_unused]] auto end) { in EnvOptions()
|
| /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 | 26 SourcePosition end = 2; field
|
| /arkcompiler/runtime_core/verification/config/options/ |
| D | method_group_parser.h | 43 auto *end = to; in MethodGroupParser() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | number_helper.cpp | 34 #define RETURN_IF_CONVERSION_END(p, end, result) \ argument 56 bool NumberHelper::GotoNonspace(uint8_t **ptr, const uint8_t *end) in GotoNonspace() 85 bool NumberHelper::IsEmptyString(const uint8_t *start, const uint8_t *end) in IsEmptyString() 135 size_t end = found; in DoubleToExponential() local 174 JSTaggedValue NumberHelper::StringToDoubleWithRadix(const uint8_t *start, const uint8_t *end, int r… in StringToDoubleWithRadix() 437 double NumberHelper::StringToDouble(const uint8_t *start, const uint8_t *end, uint8_t radix, uint32… in StringToDouble() 706 auto end = str.end(); in StringToBigInt() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | bitmap_test_base.h | 37 …BitmapVerify(BitmapType *bitmap, void *begin, void *end) : bitmap_(bitmap), begin_(begin), end_(en… in BitmapVerify() 91 const size_t end = offset + fn_rounddown(std::rand() % (remain + 1), kAlignment); in RunTest() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate_accessor.h | 227 auto end() in end() function 240 auto end() in end() function 253 auto end() in end() function 266 auto end() in end() function 540 auto end() in end() function
|