Home
last modified time | relevance | path

Searched defs:argStart (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.cpp95 compiler::VReg argStart {}; in CompileSuperCall() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h587 …llArgStart(const ir::AstNode *const node, const checker::Signature *signature, const VReg argStart, in CallArgStart()
666 VReg argStart = NextReg(); in CallImpl() local
DJSCompiler.cpp573 compiler::VReg argStart {}; in CompileSuperExprWithoutSpread() local
DETSGen.cpp630 VReg const argStart = NextReg(); in CallRangeFillUndefined() local
Dpandagen.cpp1457 void PandaGen::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_… in CreateObjectWithExcludedKeys()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp852 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
Dbuiltins_typedarray.cpp590 double argStart = argStartTemp.GetNumber(); in Fill() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp1886 GateRef argStart = SExtInt32ToInt64(TaggedGetInt(msg0)); in SliceOptimised() local
2536 GateRef argStart = SExtInt32ToInt64(GetInt32OfTInt(startArg)); in FillOptimised() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1752 void PandaGen::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_… in CreateObjectWithExcludedKeys()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp1821 GateRef argStart = Int32Argument(PARAM_INDEX(BaselineCallrangeImm8Imm8V8, ARG_START)); in GenerateCircuit() local