Home
last modified time | relevance | path

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

/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/ts_types/
Dts_type_parser.cpp388uint32_t startIndex, uint32_t lastIndex, uint32_t &index, bool isField) in FillPropertyTypes()
409uint32_t startIndex, uint32_t lastIndex, uint32_t &index) in FillInterfaceMethodTypes()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist.cpp219 int32_t startIndex = JSTaggedValue::ToInt32(thread, value1); in RemoveByRange() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_arraylist.cpp427 JSHandle<JSTaggedValue> startIndex = GetCallArg(argv, 0); in RemoveByRange() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp653 uint32_t startIndex = matchResult.index_; in RegExpReplaceFast() local
1171 uint32_t startIndex = 0; in Split() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h403 …terStubBuilder::PushRange(GateRef glue, GateRef sp, GateRef array, GateRef startIndex, GateRef end… in PushRange()
Dbytecode_circuit_builder.cpp222 auto startIndex = bb.start; in BuildCatchBlocks() local
/arkcompiler/ets_runtime/ecmascript/
Daot_file_manager.cpp780 auto startIndex = d.GetStartIndex(); in CalCallSiteInfo() local