| /arkcompiler/toolchain/websocket/ |
| D | handshake_helper.h | 46 constexpr size_t CopyStringToBuffer(std::string_view source, size_t startIndex) in CopyStringToBuffer() 55 constexpr size_t CopyStringToBuffer(const T (&source)[LENGTH], size_t startIndex) in CopyStringToBuffer()
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | scriptFunction.cpp | 147 auto startIndex = funcNode->Start().index; in SourceCode() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_info.cpp | 52 auto startIndex = d.GetStartIndex(); in CalCallSiteInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | linked_hashtable_stub_builder.h | 87 int32_t startIndex = LinkedHashTableType::ELEMENTS_START_INDEX; in EntryToIndex() local 180 GateRef startIndex = Int32(LinkedHashTableType::ELEMENTS_START_INDEX); in CalNewTaggedArrayLength() local
|
| D | builtins_string_stub_builder.cpp | 938 GateRef startIndex = Load(VariableType::INT32(), str, IntPtr(SlicedString::STARTINDEX_OFFSET)); in GetSingleCharCodeFromSlicedString() local 1549 void BuiltinsStringStubBuilder::StoreStartIndex(GateRef glue, GateRef object, GateRef startIndex) in StoreStartIndex() 1970 GateRef startIndex = srcStringInfoGate.GetStartIndex(); in EcmaStringTrimBody() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_arraylist_test.cpp | 129 … JSTaggedValue ArrayListRemoveByRange(JSHandle<JSAPIArrayList> arrayList, JSTaggedValue startIndex, in ArrayListRemoveByRange() 145 … JSTaggedValue ArrayListSubArrayList(JSHandle<JSAPIArrayList> arrayList, JSTaggedValue startIndex, in ArrayListSubArrayList()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | gc_bitset.h | 99 uint32_t startIndex = Index(offsetBegin); in ClearBitRange() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.h | 305 … uint32_t startIndex = static_cast<uint32_t>(globalTable->GetStartOfCaptureIndex(N).GetInt()); in GetCapture() local
|
| D | builtins_regexp.cpp | 821 … uint32_t startIndex = static_cast<uint32_t>(globalTable->GetStartOfCaptureIndex(0).GetInt()); in RegExpReplaceFast() local 1414 uint32_t startIndex = 0; in Split() local 1931 uint32_t startIndex = static_cast<uint32_t>(globalTable->GetStartOfCaptureIndex(0).GetInt()); in RegExpBuiltinExec() local
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | file_path_utils.cpp | 95 std::string JoinString(const std::vector<std::string>& strs, char sep, size_t startIndex) in JoinString()
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_arraylist.cpp | 430 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 0); in RemoveByRange() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_circuit_builder.cpp | 219 auto startIndex = bb.start; in BuildCatchBlocks() local
|
| D | interpreter_stub-inl.h | 433 …terStubBuilder::PushRange(GateRef glue, GateRef sp, GateRef array, GateRef startIndex, GateRef end… in PushRange()
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_arraylist.cpp | 217 int32_t startIndex = JSTaggedValue::ToInt32(thread, value1); in RemoveByRange() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string.cpp | 994 bool toLower, uint32_t startIndex) in ConvertUtf8ToLowerOrUpper() 1111 uint32_t startIndex = 0; in FlattenAllString() local
|
| D | ecma_string.h | 1003 FlatStringInfo(EcmaString *string, uint32_t startIndex, uint32_t length) : string_(string), in FlatStringInfo()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | allocator_test_base.h | 122 size_t startIndex = RandFromRange(0, BYTE_ARRAY_SIZE - 1); in SetBytesFromByteArray() local
|
| D | g1gc_test.cpp | 1302 void FillHeap(size_t numRegions, VMHandle<coretypes::Array> &holder, size_t startIndex) in FillHeap()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_parser.cpp | 903 uint32_t startIndex = 0, in CalculateNextNumIndex()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 3189 …untimeStubs::StringGetStart(bool isUtf8, EcmaString *srcString, int32_t length, int32_t startIndex) in StringGetStart() 3202 int32_t start, int32_t length, int32_t startIndex) in StringGetEnd()
|
| D | runtime_stubs-inl.h | 2982 uint32_t startIndex = 0; in RuntimeCreatePrivateProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/tests/ |
| D | regexp_test.cpp | 105 uint32_t startIndex = regExpGlobalResult->GetStartOfCaptureIndex(index).GetInt(); in GetSubString() local
|