Home
last modified time | relevance | path

Searched defs:startIdx (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dgc_trigger_test.cpp195 size_t startIdx = 0; in TEST() local
H A Dinterpreter_test.cpp2592 size_t startIdx = 0; in CreateResolvedMethod() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dswitch_lowerer.cpp104 RangeGotoNode *SwitchLowerer::BuildRangeGotoNode(int32 startIdx, int32 endIdx) in BuildRangeGotoNode() argument
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stub_builder.h263 GateRef startIdx = Int32Add(Int32Add(numVregs, copyArgs), restIdx); in GetStartIdxAndNumArgs() local
H A Dbaseline_stubs-inl.h290 GateRef startIdx = Int32Add(Int32Add(numVregs, copyArgs), restIdx); in GetStartIdxAndNumArgs() local
H A Dbaseline_stubs.cpp410 GateRef startIdx = TruncInt64ToInt32(Int64LSR(startIdxAndNumArgs, Int64(32))); in GenerateCircuit() local
2628 GateRef startIdx = TruncInt64ToInt32(Int64LSR(startIdxAndNumArgs, Int64(32))); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stubs.cpp362 GateRef startIdx = Int32Argument(2); /* 2 : 3rd parameter is startIdx */ in GenerateCircuit() local
407 GateRef startIdx = Int32(0); in GenerateCircuit() local
H A Dntype_hcr_lowering.cpp150 GateRef startIdx = acc_.GetValueIn(gate, 0); in LowerCreateArguments() local
H A Dinterpreter_stub-inl.h536 GateRef startIdx = Int32Add(Int32Add(numVregs, copyArgs), restIdx); in GetStartIdxAndNumArgs() local
H A Dinterpreter_stub.cpp538 GateRef startIdx = TruncInt64ToInt32(Int64LSR(startIdxAndNumArgs, Int64(32))); in DECLARE_ASM_HANDLER() local
579 GateRef startIdx = TruncInt64ToInt32(Int64LSR(startIdxAndNumArgs, Int64(32))); in DECLARE_ASM_HANDLER() local
H A Dnew_object_stub_builder.cpp1222 FillArgumentsList(GateRef argumentsList, GateRef sp, GateRef startIdx, GateRef numArgs) FillArgumentsList() argument
1273 NewArgumentsList(Variable *result, Label *exit, GateRef sp, GateRef startIdx, GateRef numArgs) NewArgumentsList() argument
1323 AssignRestArg(Variable *result, Label *exit, GateRef sp, GateRef startIdx, GateRef numArgs, GateRef intialHClass) AssignRestArg() argument
H A Dslowpath_lowering.cpp2011 uint32_t startIdx = static_cast<uint32_t>(CommonArgIdx::NUM_OF_ARGS); in GenerateSuperCallForwardAllArgsWithoutArgv() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_array.cpp576 SortElementsByMergeSort(JSThread *thread, const JSHandle<TaggedArray> &elements, const JSHandle<JSTaggedValue> &fn, int64_t startIdx, int64_t endIdx) SortElementsByMergeSort() argument
588 MergeSortedElements(JSThread *thread, const JSHandle<TaggedArray> &elements, const JSHandle<JSTaggedValue> &fn, int64_t startIdx, int64_t middleIdx, int64_t endIdx) MergeSortedElements() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.cpp506 int startIdx = -1; in TrySequenceOfOnes() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter_assembly.cpp663 uint32_t startIdx = 0; in HandleGetunmappedargs() local
[all...]
H A Dslow_runtime_stub.cpp747 JSTaggedValue SlowRuntimeStub::CopyRestArgs(JSThread *thread, JSTaggedType *sp, uint32_t restNumArgs, uint32_t startIdx) in CopyRestArgs() argument
739 GetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNumArgs, uint32_t startIdx) GetUnmapedArgs() argument
1007 SuperCallForwardAllArgs(JSThread *thread, JSTaggedType *sp, JSTaggedValue func, JSTaggedValue newTarget, uint32_t restNumArgs, uint32_t startIdx) SuperCallForwardAllArgs() argument
H A Dinterpreter-inl.cpp1664 uint32_t startIdx = 0; in RunInternal() local
3810 uint32_t startIdx = 0; in RunInternal() local
5923 uint32_t startIdx = 0; in RunInternal() local
5937 uint32_t startIdx in RunInternal() local
7855 GetNumArgs(JSTaggedType *sp, uint32_t restIdx, uint32_t &startIdx) GetNumArgs() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h297 RuntimeSuperCallForwardAllArgs(JSThread *thread, JSTaggedType *sp, const JSHandle<JSTaggedValue> &superFunc, const JSHandle<JSTaggedValue> &newTarget, uint32_t restNumArgs, uint32_t startIdx) RuntimeSuperCallForwardAllArgs() argument
2173 RuntimeGetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNumArgs, uint32_t startIdx) RuntimeGetUnmapedArgs() argument
2185 RuntimeCopyRestArgs(JSThread *thread, JSTaggedType *sp, uint32_t restNumArgs, uint32_t startIdx) RuntimeCopyRestArgs() argument
H A Druntime_stubs.cpp1098 uint32_t startIdx = 0; in DEF_RUNTIME_STUBS() local
1114 uint32_t startIdx = NUM_MANDATORY_JSFUNC_ARGS; in DEF_RUNTIME_STUBS() local
2405 uint32_t startIdx = 0; in DEF_RUNTIME_STUBS() local
2416 uint32_t startIdx = 0; in DEF_RUNTIME_STUBS() local
[all...]

Completed in 123 milliseconds