Home
last modified time | relevance | path

Searched defs:startIndex (Results 1 - 25 of 31) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp-inl.h31 int startIndex = globalTable->GetStartOfCaptureIndex(N).GetInt(); in GetCapture() local
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DscriptFunction.cpp147 auto startIndex = funcNode->Start().index; in SourceCode() local
/arkcompiler/toolchain/websocket/
H A Dhandshake_helper.h46 constexpr size_t CopyStringToBuffer(std::string_view source, size_t startIndex) in CopyStringToBuffer() argument
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_info.cpp70 AOTFileInfo::FuncEntryDes AOTFileInfo::GetFuncEntryDesWithCallsite(uintptr_t codeAddr, uint32_t startIndex, in GetFuncEntryDesWithCallsite() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_segment_iterator.cpp89 int32_t startIndex = icuBreakIterator->current(); in Next() local
H A Djs_segments.cpp104 int32_t startIndex = breakIterator->isBoundary(n) ? n : breakIterator->preceding(n); in Containing() local
126 CreateSegmentDataObject(JSThread *thread, GranularityOption granularity, icu::BreakIterator* breakIterator, const JSHandle<EcmaString> &inputString, const icu::UnicodeString& unicodeString, int32_t startIndex, int32_t endIndex) CreateSegmentDataObject() argument
[all...]
H A Decma_string.h1011 FlatStringInfo(EcmaString *string, uint32_t startIndex, uint32_t length) : string_(string), in FlatStringInfo() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_bitset.h108 uint32_t startIndex = Index(offsetBegin); in ClearBitRange() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_bitvector_test.cpp244 uint32_t startIndex = 1; in HWTEST_F_L0() local
274 uint32_t startIndex = 1; in HWTEST_F_L0() local
325 uint32_t startIndex = 1; in HWTEST_F_L0() local
348 uint32_t startIndex in HWTEST_F_L0() local
371 uint32_t startIndex = 1; HWTEST_F_L0() local
418 uint32_t startIndex = 1; HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/regexp/tests/
H A Dregexp_test.cpp105 uint32_t startIndex = regExpGlobalResult->GetStartOfCaptureIndex(index).GetInt(); in GetSubString() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_bitvector_test.cpp110 JSTaggedValue Has(JSHandle<JSAPIBitVector> bitVector, int number, int startIndex, int endIndex) in Has() argument
H A Dcontainers_arraylist_test.cpp129 JSTaggedValue ArrayListRemoveByRange(JSHandle<JSAPIArrayList> arrayList, JSTaggedValue startIndex, in ArrayListRemoveByRange() argument
145 JSTaggedValue ArrayListSubArrayList(JSHandle<JSAPIArrayList> arrayList, JSTaggedValue startIndex, in ArrayListSubArrayList() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Double.cpp104 size_t startIndex = 0; in StdCoreDoubleParseInt() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.h94 int32_t startIndex = LinkedHashTableType::ELEMENTS_START_INDEX; in EntryToIndex() local
187 GateRef startIndex = Int32(LinkedHashTableType::ELEMENTS_START_INDEX); in CalNewTaggedArrayLength() local
H A Dbuiltins_function_stub_builder.cpp425 GateRef BuiltinsFunctionStubBuilder::NewTaggedArrayFromArgs(GateRef glue, GateRef startIndex, GateRef length, in NewTaggedArrayFromArgs() argument
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_arraylist.cpp433 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 0); in RemoveByRange() local
H A Dcontainers_bitvector.cpp123 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); in Has() local
164 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); in SetBitsByRange() local
203 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 0); in GetBitsByRange() local
294 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); GetBitCountByRange() local
333 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); GetIndexOf() local
373 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 1); GetLastIndexOf() local
441 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 0); FlipBitsByRange() local
[all...]
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_bitvector.cpp100 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); GetBitsByRange() local
253 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); GetBitCountByRange() local
290 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); GetIndexOf() local
326 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); GetLastIndexOf() local
385 int32_t startIndex = JSTaggedValue::ToInt32(thread, start); FlipBitsByRange() local
[all...]
H A Djs_api_arraylist.cpp221 int32_t startIndex = JSTaggedValue::ToInt32(thread, value1); in RemoveByRange() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dfile_path_utils.cpp95 std::string JoinString(const std::vector<std::string>& strs, char sep, size_t startIndex) in JoinString() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dallocator_test_base.h122 size_t startIndex = RandFromRange(0, BYTE_ARRAY_SIZE - 1); in SetBytesFromByteArray() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Dstring_helper.h460 static CString JoinString(const CVector<CString>& strs, size_t startIndex, size_t endIndex, char c = '/') in JoinString() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_circuit_builder.cpp389 auto startIndex = bb.start; in BuildCatchBlocks() local
H A Dinterpreter_stub-inl.h474 GateRef InterpreterStubBuilder::PushRange(GateRef glue, GateRef sp, GateRef array, GateRef startIndex, GateRef endIndex) in PushRange() argument
H A Dnative_inline_lowering.cpp1810 GateRef startIndex = acc_.GetValueIn(gate, 1); in TryInlineArraySlice() local
1814 GateRef startIndex = acc_.GetValueIn(gate, 1); in TryInlineArraySlice() local

Completed in 31 milliseconds

12