| /arkcompiler/ets_runtime/ecmascript/mem/ |
| 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 | 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 …RootRangeVisitor rangeVisitor = [this, &failCount]([[maybe_unused]] Root type, ObjectSlot start, O… in VerifyRoot()
|
| D | free_object_list.h | 125 inline size_t CalcNextNoneEmptyIndex(SetType start) in CalcNextNoneEmptyIndex()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_queue.h | 38 uint32_t start = GetStart().GetArrayLength(); in Pop() local 63 uint32_t start = queue->GetStart().GetArrayLength(); in Push() local 115 uint32_t start = GetStart().GetArrayLength(); in Front() local 134 uint32_t start = GetStart().GetArrayLength(); in Size() local 173 inline void SetStart(const JSThread *thread, JSTaggedValue start) in SetStart()
|
| D | frames.cpp | 498 uintptr_t start = ToUintPtr(argv); // argv in GCIterate() local 528 uintptr_t start = ToUintPtr(it.GetSp()); in GCIterate() local 557 uintptr_t start = ToUintPtr(sp); in GCIterate() local 585 uintptr_t start = ToUintPtr(sp + 2); // 2: numArgs & thread. in GCIterate() local 599 uintptr_t start = ToUintPtr(argv); // argv in GCIterate() local 614 uintptr_t start = ToUintPtr(argv); // argv in GCIterate() local 628 uintptr_t start = ToUintPtr(argv); // argv in GCIterate() local 642 uintptr_t start = ToUintPtr(argv); in GCIterate() local 661 uintptr_t start = ToUintPtr(argv); in GCIterate() local 679 uintptr_t start = ToUintPtr(sp + 2); // 2: numArgs & thread. in GCIterate() local
|
| D | ecma_string-inl.h | 141 …g *EcmaString::FastSubUtf8String(const EcmaVM *vm, const JSHandle<EcmaString> &src, uint32_t start, in FastSubUtf8String() 158 … *EcmaString::FastSubUtf16String(const EcmaVM *vm, const JSHandle<EcmaString> &src, uint32_t start, in FastSubUtf16String()
|
| D | ecma_string.h | 210 …uint32_t CopyDataRegionUtf16(uint16_t *buf, uint32_t start, uint32_t length, uint32_t maxLength) c… in CopyDataRegionUtf16() 263 void WriteData(EcmaString *src, uint32_t start, uint32_t destSize, uint32_t length) in WriteData() 289 inline void WriteData(uint16_t src, uint32_t start) in WriteData() 499 const JSHandle<EcmaString> &src, uint32_t start, uint32_t length) in FastSubString() 583 …static void ReadData(EcmaString * dst, EcmaString *src, uint32_t start, uint32_t destSize, uint32_… in ReadData()
|
| /arkcompiler/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()
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_parser.cpp | 114 size_t start = buffer_.size_; in ParseDisjunction() local 181 … uint8_t *start = pc_ - 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ParseUnicodeEscape() local 197 … uint8_t *start = pc_ - 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ParseUnicodeEscape() local 214 uint8_t *start = pc_ - 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ParseHexEscape() local 234 size_t start = buffer_.size_; in ParseAlternative() local 505 uint32_t start = buffer_.size_; in ParseAssertionCapture() local 518 uint32_t start = buffer_.size_; in ParseAssertionCapture() local 535 uint32_t start = buffer_.size_; in ParseAssertionCapture() local 547 uint32_t start = buffer_.size_; in ParseAssertionCapture() local 725 … 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()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | array_helper.h | 27 int64_t start = 0; member
|
| /arkcompiler/runtime_core/verification/config/options/ |
| D | method_group_parser.h | 41 auto *start = from; in MethodGroupParser() local
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | assemblyDebug.proto | 32 uint32 start = 5; field
|
| /arkcompiler/runtime_core/verification/config/handlers/ |
| D | config_handler_method_options.cpp | 45 const char *start = items.c_str(); in ProcessSectionMsg() local 146 const char *start = items.c_str(); in MethodOptionsProcessor() local
|
| D | config_handler_options.cpp | 107 const char *start = i.c_str(); in RegisterConfigHandlerOptions() local
|
| D | config_handler_whitelist.cpp | 77 const char *start = i.c_str(); in RegisterConfigHandlerWhitelist() local
|
| D | config_handler_method_groups.cpp | 71 const char *start = item.c_str(); in RegisterConfigHandlerMethodGroups() local
|
| /arkcompiler/runtime_core/compiler/aot/ |
| D | aot_manager.cpp | 84 size_t start = 0; in FancyClassContextPrint() local 97 size_t start = 0; in CheckFilesInClassContext() local
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | pygote_space_allocator-inl.h | 81 … uintptr_t start = AlignUp(ToUintPtr(arena_->GetAllocatedEnd()), panda::os::mem::GetPageSize()); in SetState() local 221 … PygoteSpaceAllocator<AllocConfigT>::IterateOverObjectsInRange(const Visitor &visitor, void *start, in IterateOverObjectsInRange()
|
| /arkcompiler/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
|
| /arkcompiler/runtime_core/runtime/include/coretypes/ |
| D | string.h | 145 size_t CopyDataRegionMUtf8(uint8_t *buf, size_t start, size_t length, size_t max_length) in CopyDataRegionMUtf8() 173 … uint32_t CopyDataRegionUtf16(uint16_t *buf, uint32_t start, uint32_t length, uint32_t max_length) in CopyDataRegionUtf16()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | expressionParser.cpp | 517 lexer::SourcePosition start = lexer_->GetToken().Start(); in ParseTsTypeAssertion() local 538 lexer::SourcePosition start = lexer_->GetToken().Start(); in ParseCoverParenthesizedExpressionAndArrowParameterList() local 861 lexer::SourcePosition start = lexer_->GetToken().Start(); in ParseNewExpression() local 1657 lexer::SourcePosition start = returnExpression->Start(); in ParseMemberExpression() local 1873 lexer::SourcePosition start = lexer_->GetToken().Start(); in ParseShorthandProperty() local 2074 lexer::SourcePosition start = lexer_->GetToken().Start(); in ParsePropertyDefinition() local 2134 lexer::SourcePosition start = lexer_->GetToken().Start(); in ParseObjectExpression() local 2182 lexer::SourcePosition start = startExpr->Start(); in ParseSequenceExpression() local 2223 lexer::SourcePosition start = lexer_->GetToken().Start(); in ParseUnaryOrPrefixUpdateExpression() local
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot.cpp | 89 ObjectSlot start(startAddr); in Serialize() local 126 ObjectSlot start, ObjectSlot end) { in SerializeBuiltins()
|