/ark/js_runtime/ecmascript/ |
D | ecma_string-inl.h | 129 void EcmaString::WriteData(EcmaString *src, uint32_t start, uint32_t destSize, uint32_t length) in WriteData() 155 void EcmaString::WriteData(char src, uint32_t start) in WriteData() 167 …g *EcmaString::FastSubUtf8String(const EcmaVM *vm, const JSHandle<EcmaString> &src, uint32_t start, in FastSubUtf8String() 184 … *EcmaString::FastSubUtf16String(const EcmaVM *vm, const JSHandle<EcmaString> &src, uint32_t start, in FastSubUtf16String()
|
D | tagged_queue.h | 48 uint32_t start = queue->GetStart().GetArrayLength(); in Push() local 100 uint32_t start = GetStart().GetArrayLength(); in Front() local 119 uint32_t start = GetStart().GetArrayLength(); in Size() local 158 inline void SetStart(const JSThread *thread, JSTaggedValue start) in SetStart()
|
D | tagged_queue-inl.h | 39 uint32_t start = GetStart().GetArrayLength(); in Pop() local
|
D | ecma_string.h | 132 size_t CopyDataRegionUtf8(uint8_t *buf, size_t start, size_t length, size_t maxLength) const in CopyDataRegionUtf8() 161 …uint32_t CopyDataRegionUtf16(uint16_t *buf, uint32_t start, uint32_t length, uint32_t maxLength) c… in CopyDataRegionUtf16()
|
/ark/js_runtime/ecmascript/regexp/ |
D | regexp_parser.cpp | 108 size_t start = buffer_.size_; in ParseDisjunction() local 175 … uint8_t *start = pc_ - 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ParseUnicodeEscape() local 191 … uint8_t *start = pc_ - 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ParseUnicodeEscape() local 208 uint8_t *start = pc_ - 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ParseHexEscape() local 228 size_t start = buffer_.size_; in ParseAlternative() local 494 uint32_t start = buffer_.size_; in ParseAssertionCapture() local 507 uint32_t start = buffer_.size_; in ParseAssertionCapture() local 524 uint32_t start = buffer_.size_; in ParseAssertionCapture() local 536 uint32_t start = buffer_.size_; in ParseAssertionCapture() local 711 … uint8_t *start = pc_ - 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ParseQuantifier() local
|
D | regexp_opcode.h | 314 explicit RangeSet(uint32_t start, uint32_t end) in RangeSet() 324 inline bool IsIntersect(uint64_t start, uint64_t end, uint64_t start1, uint64_t end1) const in IsIntersect() 328 inline bool IsAdjacent(uint64_t start, uint64_t end, uint64_t start1, uint64_t end1) const in IsAdjacent()
|
D | regexp_executor.h | 165 uint32_t PeekPrevChar(const uint8_t *p, const uint8_t *start) const in PeekPrevChar() 187 uint32_t GetPrevChar(const uint8_t **pp, const uint8_t *start) const in GetPrevChar() 211 void PrevPtr(const uint8_t **pp, const uint8_t *start) const in PrevPtr()
|
/ark/runtime_core/runtime/include/ |
D | histogram-inl.h | 27 SimpleHistogram<Value>::SimpleHistogram(ForwardIterator start, ForwardIterator finish, helpers::Val… in SimpleHistogram() 62 Histogram<Value>::Histogram(ForwardIterator start, ForwardIterator finish, helpers::ValueType type_… in Histogram()
|
/ark/js_runtime/ecmascript/mem/ |
D | verification.cpp | 28 … obj, jsHclass, [this]([[maybe_unused]] TaggedObject *root, ObjectSlot start, ObjectSlot end) { in VisitAllObjects() 59 …RootRangeVisitor visit2 = [this, &failCount]([[maybe_unused]] Root type, ObjectSlot start, ObjectS… in VerifyRoot()
|
D | parallel_marker.cpp | 54 …auto visitor = [this, threadId, isFullMark](TaggedObject *root, ObjectSlot start, ObjectSlot end) { in ProcessMarkStack() 98 auto visitor = [this, threadId](TaggedObject *root, ObjectSlot start, ObjectSlot end) { in ProcessMarkStack() 130 auto visitor = [this, threadId](TaggedObject *root, ObjectSlot start, ObjectSlot end) { in ProcessMarkStack()
|
D | free_object_list-inl.h | 52 inline size_t FreeObjectList::CalcNextNoneEmptyIndex(SetType start) in CalcNextNoneEmptyIndex()
|
D | parallel_evacuation.cpp | 152 [&](TaggedObject *root, ObjectSlot start, ObjectSlot end) { in VerifyHeapObject() 222 …RootRangeVisitor gcUpdateRangeYoung = [this]([[maybe_unused]] Root type, ObjectSlot start, ObjectS… in UpdateRoot() 375 [this](TaggedObject *root, ObjectSlot start, ObjectSlot end) { in UpdateNewObjectField()
|
/ark/runtime_core/verification/debug/handlers/ |
D | config_handler_method_options.cpp | 59 const char *start = lines.c_str(); in ProcessSectionMsg() local 85 const char *start = lines.c_str(); in ProcessSectionShow() local 117 const char *start = lines.c_str(); in ProcessSectionUplevel() local 139 const char *start = lines.c_str(); in ProcessSectionCheck() local
|
D | config_handler_allowlist.cpp | 80 const char *start = i.c_str(); in RegisterConfigHandlerAllowlist() local
|
D | config_handler_options.cpp | 79 const char *start = i.c_str(); in Verify() local
|
D | config_handler_method_groups.cpp | 71 const char *start = item.c_str(); in RegisterConfigHandlerMethodGroups() local
|
/ark/runtime_core/verification/debug/options/ |
D | method_group_parser.h | 38 auto *start = from; in MethodGroupParser() local
|
/ark/runtime_core/runtime/mem/gc/ |
D | card_table.cpp | 48 void CardTable::ClearCards(CardPtr start, size_t card_count) in ClearCards() 91 CardPtr start = GetCardPtr(begin_addr); in ClearCardRange() local
|
/ark/runtime_core/runtime/mem/ |
D | pygote_space_allocator-inl.h | 82 … uintptr_t start = AlignUp(ToUintPtr(arena_->GetAllocatedEnd()), panda::os::mem::GetPageSize()); in SetState() local 223 … PygoteSpaceAllocator<AllocConfigT>::IterateOverObjectsInRange(const Visitor &visitor, void *start, in IterateOverObjectsInRange()
|
/ark/js_runtime/ecmascript/base/ |
D | string_helper.h | 72 … inline std::string SubString(JSThread *thread, const JSHandle<EcmaString> &string, uint32_t start, in SubString() 220 uint32_t start = 0; in GetStart() local 228 static inline uint32_t GetEnd(Span<T> &data, uint32_t start, uint32_t length) in GetEnd()
|
D | utf_helper.cpp | 155 size_t start, bool modify) in ConvertRegionUtf16ToUtf8() 225 size_t start) in ConvertRegionUtf8ToUtf16()
|
/ark/runtime_core/runtime/include/coretypes/ |
D | string.h | 138 size_t CopyDataRegionMUtf8(uint8_t *buf, size_t start, size_t length, size_t max_length) in CopyDataRegionMUtf8() 166 … uint32_t CopyDataRegionUtf16(uint16_t *buf, uint32_t start, uint32_t length, uint32_t max_length) in CopyDataRegionUtf16()
|
/ark/js_runtime/ecmascript/snapshot/mem/ |
D | slot_bit.cpp | 40 void SerializeHelper::AddTaggedObjectRangeToData(ObjectSlot start, ObjectSlot end, CQueue<TaggedObj… in AddTaggedObjectRangeToData()
|
/ark/runtime_core/runtime/tests/ |
D | bitmap_page_alignment_test.cpp | 54 auto *start = ToVoidPtr(heap_begin + i * DEFAULT_ALIGNMENT_IN_BYTES); in TEST_F() local
|
/ark/runtime_core/assembler/ |
D | assembly-debug.h | 52 uint32_t start = 0; member
|