| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_regexp-inl.h | 31 int startIndex = globalTable->GetStartOfCaptureIndex(N).GetInt(); in GetCapture() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | scriptFunction.cpp | 147 auto startIndex = funcNode->Start().index; in SourceCode() local
|
| /arkcompiler/toolchain/websocket/ |
| H A D | handshake_helper.h | 46 constexpr size_t CopyStringToBuffer(std::string_view source, size_t startIndex) in CopyStringToBuffer() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | aot_file_info.cpp | 70 AOTFileInfo::FuncEntryDes AOTFileInfo::GetFuncEntryDesWithCallsite(uintptr_t codeAddr, uint32_t startIndex, in GetFuncEntryDesWithCallsite() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_segment_iterator.cpp | 89 int32_t startIndex = icuBreakIterator->current(); in Next() local
|
| H A D | js_segments.cpp | 104 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 D | ecma_string.h | 1011 FlatStringInfo(EcmaString *string, uint32_t startIndex, uint32_t length) : string_(string), in FlatStringInfo() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | gc_bitset.h | 108 uint32_t startIndex = Index(offsetBegin); in ClearBitRange() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_api_bitvector_test.cpp | 244 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 D | regexp_test.cpp | 105 uint32_t startIndex = regExpGlobalResult->GetStartOfCaptureIndex(index).GetInt(); in GetSubString() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| H A D | containers_bitvector_test.cpp | 110 JSTaggedValue Has(JSHandle<JSAPIBitVector> bitVector, int number, int startIndex, int endIndex) in Has() argument
|
| H A D | containers_arraylist_test.cpp | 129 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 D | std_core_Double.cpp | 104 size_t startIndex = 0; in StdCoreDoubleParseInt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | linked_hashtable_stub_builder.h | 94 int32_t startIndex = LinkedHashTableType::ELEMENTS_START_INDEX; in EntryToIndex() local 187 GateRef startIndex = Int32(LinkedHashTableType::ELEMENTS_START_INDEX); in CalNewTaggedArrayLength() local
|
| H A D | builtins_function_stub_builder.cpp | 425 GateRef BuiltinsFunctionStubBuilder::NewTaggedArrayFromArgs(GateRef glue, GateRef startIndex, GateRef length,
in NewTaggedArrayFromArgs() argument
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| H A D | containers_arraylist.cpp | 433 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 0); in RemoveByRange() local
|
| H A D | containers_bitvector.cpp | 123 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 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); 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 D | js_api_arraylist.cpp | 221 int32_t startIndex = JSTaggedValue::ToInt32(thread, value1); in RemoveByRange() local
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| H A D | file_path_utils.cpp | 95 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 D | allocator_test_base.h | 122 size_t startIndex = RandFromRange(0, BYTE_ARRAY_SIZE - 1); in SetBytesFromByteArray() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | string_helper.h | 460 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 D | bytecode_circuit_builder.cpp | 389 auto startIndex = bb.start; in BuildCatchBlocks() local
|
| H A D | interpreter_stub-inl.h | 474 GateRef InterpreterStubBuilder::PushRange(GateRef glue, GateRef sp, GateRef array, GateRef startIndex, GateRef endIndex) in PushRange() argument
|
| H A D | native_inline_lowering.cpp | 1810 GateRef startIndex = acc_.GetValueIn(gate, 1); in TryInlineArraySlice() local 1814 GateRef startIndex = acc_.GetValueIn(gate, 1); in TryInlineArraySlice() local
|