Searched defs:argStart (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | callExpression.cpp | 95 compiler::VReg argStart {}; in CompileSuperCall() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.h | 587 …llArgStart(const ir::AstNode *const node, const checker::Signature *signature, const VReg argStart, in CallArgStart() 666 VReg argStart = NextReg(); in CallImpl() local
|
| D | JSCompiler.cpp | 573 compiler::VReg argStart {}; in CompileSuperExprWithoutSpread() local
|
| D | ETSGen.cpp | 630 VReg const argStart = NextReg(); in CallRangeFillUndefined() local
|
| D | pandagen.cpp | 1457 void PandaGen::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_… in CreateObjectWithExcludedKeys()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 852 double argStart = argStartTemp.GetNumber(); in Fill() local 2157 double argStart; in Slice() local 2400 double argStart = 0; in Splice() local 3275 JSTaggedNumber argStart = JSTaggedValue::ToInteger(thread, GetCallArg(argv, 0)); in ToSpliced() local
|
| D | builtins_typedarray.cpp | 590 double argStart = argStartTemp.GetNumber(); in Fill() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder_next_optimization.cpp | 1886 GateRef argStart = SExtInt32ToInt64(TaggedGetInt(msg0)); in SliceOptimised() local 2536 GateRef argStart = SExtInt32ToInt64(GetInt32OfTInt(startArg)); in FillOptimised() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1752 void PandaGen::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_… in CreateObjectWithExcludedKeys()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 1821 GateRef argStart = Int32Argument(PARAM_INDEX(BaselineCallrangeImm8Imm8V8, ARG_START)); in GenerateCircuit() local
|