| /arkcompiler/toolchain/websocket/ |
| D | handshake_helper.h | 48 constexpr size_t CopyStringToBuffer(std::string_view source, size_t startIndex) in CopyStringToBuffer() 57 constexpr size_t CopyStringToBuffer(const T (&source)[LENGTH], size_t startIndex) in CopyStringToBuffer()
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_bitvector.cpp | 126 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); in Has() local 169 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); in SetBitsByRange() local 210 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 0); in GetBitsByRange() local 304 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); in GetBitCountByRange() local 345 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); in GetIndexOf() local 387 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); in GetLastIndexOf() local 458 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 0); in FlipBitsByRange() local
|
| D | containers_buffer.cpp | 449 uint32_t startIndex = 0; in Fill() local 549 uint32_t startIndex = 0; in ToString() local
|
| /arkcompiler/runtime_core/common_interfaces/objects/string/ |
| D | sliced_string-inl.h | 29 inline void SlicedString::SetStartIndex(uint32_t startIndex) in SetStartIndex()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | lsp_rename_test.cpp | 158 size_t const startIndex = 9; in TEST_F() local 268 size_t const startIndex = 16; in TEST_F() local 329 size_t const startIndex = 0; in TEST_F() local 356 size_t const startIndex = 0; in TEST_F() local 383 size_t const startIndex = 0; in TEST_F() local 410 size_t const startIndex = 0; in TEST_F() local 438 size_t const startIndex = 0; in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_log_diagnostic_with_suggestion.cpp | 74 const size_t startIndex = 0; in main() local
|
| D | plugin_proceed_to_state_update_function_declaration.cpp | 119 const size_t startIndex = 11; in Find() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_bitvector.cpp | 100 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in Has() local 160 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in SetBitsByRange() local 192 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in GetBitsByRange() local 253 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in GetBitCountByRange() local 290 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in GetIndexOf() local 326 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in GetLastIndexOf() local 385 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); in FlipBitsByRange() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/include/ |
| D | organize_imports.h | 40 size_t startIndex; member
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_segments.cpp | 103 int32_t startIndex = breakIterator->isBoundary(n) ? n : breakIterator->preceding(n); in Containing() local 128 const icu::UnicodeString& unicodeString, int32_t startIndex, int32_t endIndex) in CreateSegmentDataObject()
|
| D | js_segment_iterator.cpp | 88 int32_t startIndex = icuBreakIterator->current(); in Next() local
|
| D | ecma_string.h | 534 void SetStartIndex(uint32_t startIndex) in SetStartIndex() 718 FlatStringInfo(EcmaString *string, uint32_t startIndex, uint32_t length) : string_(string), in FlatStringInfo()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_bitvector_test.cpp | 275 uint32_t startIndex = 1; in HWTEST_F_L0() local 305 uint32_t startIndex = 1; in HWTEST_F_L0() local 356 uint32_t startIndex = 1; in HWTEST_F_L0() local 379 uint32_t startIndex = 1; in HWTEST_F_L0() local 402 uint32_t startIndex = 1; in HWTEST_F_L0() local 449 uint32_t startIndex = 1; in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | scriptFunction.cpp | 145 auto startIndex = funcNode->Start().index; in SourceCode() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_info.cpp | 70 …nfo::FuncEntryDes AOTFileInfo::GetFuncEntryDesWithCallsite(uintptr_t codeAddr, uint32_t startIndex, in GetFuncEntryDesWithCallsite()
|
| /arkcompiler/ets_runtime/test/fuzztest/stringtableutf16stringintern_fuzzer/ |
| D | stringtableutf16stringintern_fuzzer.cpp | 88 size_t startIndex = 0; in CreateValidUtf16() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | linked_hashtable_stub_builder.h | 97 int32_t startIndex = LinkedHashTableType::ELEMENTS_START_INDEX; in EntryToIndex() local 190 GateRef startIndex = Int32(LinkedHashTableType::ELEMENTS_START_INDEX); in CalNewTaggedArrayLength() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp-inl.h | 34 int startIndex = globalTable->GetStartOfCaptureIndex(N).GetInt(); in GetCapture() local
|
| D | builtins_global_uri.cpp | 167 auto startIndex = SlicedEcmaString::Cast(string.GetTaggedValue())->GetStartIndex(); in Decode() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_arraylist_test.cpp | 130 … JSTaggedValue ArrayListRemoveByRange(JSHandle<JSAPIArrayList> arrayList, JSTaggedValue startIndex, in ArrayListRemoveByRange() 146 … JSTaggedValue ArrayListSubArrayList(JSHandle<JSAPIArrayList> arrayList, JSTaggedValue startIndex, in ArrayListSubArrayList()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Double.cpp | 74 size_t startIndex = 0; in StdCoreDoubleParseInt() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | gc_bitset.h | 108 uint32_t startIndex = Index(offsetBegin); in ClearBitRange() local
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | file_path_utils.cpp | 94 std::string JoinString(const std::vector<std::string>& strs, char sep, size_t startIndex) in JoinString()
|
| /arkcompiler/runtime_core/panda_guard/obfuscate/ |
| D | function.cpp | 154 size_t startIndex = 0; in GetConsoleLogInfo() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_class_wrapper.cpp | 868 const size_t startIndex = 1; in MimicGetHandler() local 906 const size_t startIndex = 1; in MimicSetHandler() local
|