| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | gc_trigger_test.cpp | 195 size_t startIdx = 0; in TEST() local
|
| H A D | interpreter_test.cpp | 2592 size_t startIdx = 0; in CreateResolvedMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| H A D | switch_lowerer.cpp | 104 RangeGotoNode *SwitchLowerer::BuildRangeGotoNode(int32 startIdx, int32 endIdx) in BuildRangeGotoNode() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stub_builder.h | 263 GateRef startIdx = Int32Add(Int32Add(numVregs, copyArgs), restIdx); in GetStartIdxAndNumArgs() local
|
| H A D | baseline_stubs-inl.h | 290 GateRef startIdx = Int32Add(Int32Add(numVregs, copyArgs), restIdx);
in GetStartIdxAndNumArgs() local
|
| H A D | baseline_stubs.cpp | 410 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 D | common_stubs.cpp | 362 GateRef startIdx = Int32Argument(2); /* 2 : 3rd parameter is startIdx */ in GenerateCircuit() local 407 GateRef startIdx = Int32(0); in GenerateCircuit() local
|
| H A D | ntype_hcr_lowering.cpp | 150 GateRef startIdx = acc_.GetValueIn(gate, 0); in LowerCreateArguments() local
|
| H A D | interpreter_stub-inl.h | 536 GateRef startIdx = Int32Add(Int32Add(numVregs, copyArgs), restIdx); in GetStartIdxAndNumArgs() local
|
| H A D | interpreter_stub.cpp | 538 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 D | new_object_stub_builder.cpp | 1222 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 D | slowpath_lowering.cpp | 2011 uint32_t startIdx = static_cast<uint32_t>(CommonArgIdx::NUM_OF_ARGS); in GenerateSuperCallForwardAllArgsWithoutArgv() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_array.cpp | 576 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 D | assembler_aarch64.cpp | 506 int startIdx = -1; in TrySequenceOfOnes() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | interpreter_assembly.cpp | 663 uint32_t startIdx = 0; in HandleGetunmappedargs() local [all...] |
| H A D | slow_runtime_stub.cpp | 747 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 D | interpreter-inl.cpp | 1664 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 D | runtime_stubs-inl.h | 297 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 D | runtime_stubs.cpp | 1098 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...] |