Searched defs:argStart (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | ETSGen.h | 989 void CallArgStart(const ir::AstNode *const node, const checker::Signature *signature, const VReg argStart, in CallArgStart() argument 1068 VReg argStart = NextReg(); in CallImpl() local [all...] |
| H A D | pandagen.cpp | 1502 void PandaGen::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_t argCount) in CreateObjectWithExcludedKeys() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_shared_array.cpp | 759 double argStart = argStartTemp.GetNumber(); in Fill() local 1713 double argStart; in Slice() local 1879 double argStart = 0; Splice() local [all...] |
| H A D | builtins_array.cpp | 844 double argStart = argStartTemp.GetNumber(); in Fill() local 2175 double argStart; in Slice() local 2410 double argStart = 0; Splice() local 3198 JSTaggedNumber argStart = JSTaggedValue::ToInteger(thread, GetCallArg(argv, 0)); ToSpliced() local [all...] |
| H A D | builtins_typedarray.cpp | 591 double argStart = argStartTemp.GetNumber(); in Fill() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.cpp | 1809 GateRef argStart = Int32Argument(PARAM_INDEX(BaselineCallrangeImm8Imm8V8, ARG_START)); in GenerateCircuit() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | pandagen.cpp | 1724 void PandaGen::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_t argCount) in CreateObjectWithExcludedKeys() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_array_stub_builder.cpp | 1171 GateRef argStart = SExtInt32ToInt64(TaggedGetInt(msg0)); in Slice() local 2838 GateRef argStart = NumberGetInt(glue, ToNumber(glue, startArg)); in Fill() local [all...] |
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| H A D | llvm_ir_constructor.cpp | 1898 llvm::Value *LLVMIrConstructor::CreateLaunchArgsArray(CallInst *callInst, uint32_t argStart) in CreateLaunchArgsArray() argument 1929 auto argStart = callInst->GetOpcode() == Opcode::CallResolvedLaunchVirtual ? 3U : 2U; in CreateLaunchCall() local
|
Completed in 54 milliseconds