Home
last modified time | relevance | path

Searched defs:argStart (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.h989 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 Dpandagen.cpp1502 void PandaGen::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_t argCount) in CreateObjectWithExcludedKeys() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_shared_array.cpp759 double argStart = argStartTemp.GetNumber(); in Fill() local
1713 double argStart; in Slice() local
1879 double argStart = 0; Splice() local
[all...]
H A Dbuiltins_array.cpp844 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 Dbuiltins_typedarray.cpp591 double argStart = argStartTemp.GetNumber(); in Fill() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1809 GateRef argStart = Int32Argument(PARAM_INDEX(BaselineCallrangeImm8Imm8V8, ARG_START)); in GenerateCircuit() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1724 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 Dbuiltins_array_stub_builder.cpp1171 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 Dllvm_ir_constructor.cpp1898 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