Searched defs:argStart (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | callExpression.cpp | 88 compiler::VReg argStart {}; in CompileSuperCall() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.h | 988 …llArgStart(const ir::AstNode *const node, const checker::Signature *signature, const VReg argStart, in CallArgStart() 1067 VReg argStart = NextReg(); in CallImpl() local
|
| D | JSCompiler.cpp | 556 compiler::VReg argStart {}; in CompileSuperExprWithoutSpread() local
|
| D | pandagen.cpp | 1502 void PandaGen::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_… in CreateObjectWithExcludedKeys()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 840 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
|
| D | builtins_shared_array.cpp | 585 double argStart = argStartTemp.GetNumber(); in Fill() local 1539 double argStart; in Slice() local 1705 double argStart = 0; in Splice() local
|
| D | builtins_typedarray.cpp | 591 double argStart = argStartTemp.GetNumber(); in Fill() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1719 void PandaGen::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_… in CreateObjectWithExcludedKeys()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 1906 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/ |
| D | builtins_array_stub_builder.cpp | 1202 GateRef argStart = SExtInt32ToInt64(TaggedGetInt(msg0)); in Slice() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 1796 GateRef argStart = Int32Argument(PARAM_INDEX(BaselineCallrangeImm8Imm8V8, ARG_START)); in GenerateCircuit() local
|