Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.cpp88 compiler::VReg argStart {}; in CompileSuperCall() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h988 …llArgStart(const ir::AstNode *const node, const checker::Signature *signature, const VReg argStart, in CallArgStart()
1067 VReg argStart = NextReg(); in CallImpl() local
DJSCompiler.cpp556 compiler::VReg argStart {}; in CompileSuperExprWithoutSpread() local
Dpandagen.cpp1502 void PandaGen::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_… in CreateObjectWithExcludedKeys()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp840 double argStart = argStartTemp.GetNumber(); in Fill() local
2169 double argStart; in Slice() local
2346 double argStart = 0; in Splice() local
3134 JSTaggedNumber argStart = JSTaggedValue::ToInteger(thread, GetCallArg(argv, 0)); in ToSpliced() local
Dbuiltins_shared_array.cpp585 double argStart = argStartTemp.GetNumber(); in Fill() local
1539 double argStart; in Slice() local
1705 double argStart = 0; in Splice() local
Dbuiltins_typedarray.cpp591 double argStart = argStartTemp.GetNumber(); in Fill() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1719 void PandaGen::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_… in CreateObjectWithExcludedKeys()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1906 llvm::Value *LLVMIrConstructor::CreateLaunchArgsArray(CallInst *callInst, uint32_t argStart) in CreateLaunchArgsArray()
1937 auto argStart = callInst->GetOpcode() == Opcode::CallResolvedLaunchVirtual ? 3U : 2U; in CreateLaunchCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp1202 GateRef argStart = SExtInt32ToInt64(TaggedGetInt(msg0)); in Slice() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp1796 GateRef argStart = Int32Argument(PARAM_INDEX(BaselineCallrangeImm8Imm8V8, ARG_START)); in GenerateCircuit() local