Home
last modified time | relevance | path

Searched defs:startIndex (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/toolchain/websocket/
Dhandshake_helper.h46 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/
DscriptFunction.cpp147 auto startIndex = funcNode->Start().index; in SourceCode() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.cpp52 auto startIndex = d.GetStartIndex(); in CalCallSiteInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.h87 int32_t startIndex = LinkedHashTableType::ELEMENTS_START_INDEX; in EntryToIndex() local
180 GateRef startIndex = Int32(LinkedHashTableType::ELEMENTS_START_INDEX); in CalNewTaggedArrayLength() local
Dbuiltins_string_stub_builder.cpp938 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/
Dcontainers_arraylist_test.cpp129 … JSTaggedValue ArrayListRemoveByRange(JSHandle<JSAPIArrayList> arrayList, JSTaggedValue startIndex, in ArrayListRemoveByRange()
145 … JSTaggedValue ArrayListSubArrayList(JSHandle<JSAPIArrayList> arrayList, JSTaggedValue startIndex, in ArrayListSubArrayList()
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_bitset.h99 uint32_t startIndex = Index(offsetBegin); in ClearBitRange() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h305 … uint32_t startIndex = static_cast<uint32_t>(globalTable->GetStartOfCaptureIndex(N).GetInt()); in GetCapture() local
Dbuiltins_regexp.cpp821 … 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/
Dfile_path_utils.cpp95 std::string JoinString(const std::vector<std::string>& strs, char sep, size_t startIndex) in JoinString()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_arraylist.cpp430 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 0); in RemoveByRange() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp219 auto startIndex = bb.start; in BuildCatchBlocks() local
Dinterpreter_stub-inl.h433 …terStubBuilder::PushRange(GateRef glue, GateRef sp, GateRef array, GateRef startIndex, GateRef end… in PushRange()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist.cpp217 int32_t startIndex = JSTaggedValue::ToInt32(thread, value1); in RemoveByRange() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp994 bool toLower, uint32_t startIndex) in ConvertUtf8ToLowerOrUpper()
1111 uint32_t startIndex = 0; in FlattenAllString() local
Decma_string.h1003 FlatStringInfo(EcmaString *string, uint32_t startIndex, uint32_t length) : string_(string), in FlatStringInfo()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dallocator_test_base.h122 size_t startIndex = RandFromRange(0, BYTE_ARRAY_SIZE - 1); in SetBytesFromByteArray() local
Dg1gc_test.cpp1302 void FillHeap(size_t numRegions, VMHandle<coretypes::Array> &holder, size_t startIndex) in FillHeap()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp903 uint32_t startIndex = 0, in CalculateNextNumIndex()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3189 …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()
Druntime_stubs-inl.h2982 uint32_t startIndex = 0; in RuntimeCreatePrivateProperty() local
/arkcompiler/ets_runtime/ecmascript/regexp/tests/
Dregexp_test.cpp105 uint32_t startIndex = regExpGlobalResult->GetStartOfCaptureIndex(index).GetInt(); in GetSubString() local