Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 67) sorted by relevance

123

/ark/js_runtime/ecmascript/
Decma_string-inl.h129 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()
Dtagged_queue.h48 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()
Dtagged_queue-inl.h39 uint32_t start = GetStart().GetArrayLength(); in Pop() local
Decma_string.h132 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/
Dregexp_parser.cpp108 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
Dregexp_opcode.h314 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()
Dregexp_executor.h165 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/
Dhistogram-inl.h27 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/
Dverification.cpp28 … 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()
Dparallel_marker.cpp54 …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()
Dfree_object_list-inl.h52 inline size_t FreeObjectList::CalcNextNoneEmptyIndex(SetType start) in CalcNextNoneEmptyIndex()
Dparallel_evacuation.cpp152 [&](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/
Dconfig_handler_method_options.cpp59 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
Dconfig_handler_allowlist.cpp80 const char *start = i.c_str(); in RegisterConfigHandlerAllowlist() local
Dconfig_handler_options.cpp79 const char *start = i.c_str(); in Verify() local
Dconfig_handler_method_groups.cpp71 const char *start = item.c_str(); in RegisterConfigHandlerMethodGroups() local
/ark/runtime_core/verification/debug/options/
Dmethod_group_parser.h38 auto *start = from; in MethodGroupParser() local
/ark/runtime_core/runtime/mem/gc/
Dcard_table.cpp48 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/
Dpygote_space_allocator-inl.h82 … 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/
Dstring_helper.h72 … 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()
Dutf_helper.cpp155 size_t start, bool modify) in ConvertRegionUtf16ToUtf8()
225 size_t start) in ConvertRegionUtf8ToUtf16()
/ark/runtime_core/runtime/include/coretypes/
Dstring.h138 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/
Dslot_bit.cpp40 void SerializeHelper::AddTaggedObjectRangeToData(ObjectSlot start, ObjectSlot end, CQueue<TaggedObj… in AddTaggedObjectRangeToData()
/ark/runtime_core/runtime/tests/
Dbitmap_page_alignment_test.cpp54 auto *start = ToVoidPtr(heap_begin + i * DEFAULT_ALIGNMENT_IN_BYTES); in TEST_F() local
/ark/runtime_core/assembler/
Dassembly-debug.h52 uint32_t start = 0; member

123