| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | debugger_test.cpp | 102 uint32_t nargs; member 110 auto nargs = methodInfo.nargs; in CheckFrame() local 199 auto nargs = codeDataAccessor.GetNumArgs(); in TEST_F() local
|
| D | interpreter_test.cpp | 114 Class *klass, uint32_t accessFlags, uint32_t nargs, uint32_t nregs, uint16_t *shorty, in CreateMethod()
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | reg_encoder.cpp | 68 auto nargs = inst->GetInputsCount() - (inst->RequireState() ? 1 : 0); in CalculateNumNeededRangeTemps() local 349 auto nargs = inst->GetInputsCount() - (inst->RequireState() ? 1 : 0); in InsertSpillsForDynInputsInst() local 439 auto nargs = inst->GetInputsCount() - (inst->RequireState() ? 1 : 0); in CalculateNumNeededTempsForInst() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | globalTypesHolder.cpp | 680 Type *GlobalTypesHolder::GlobalFunctionBuiltinType(size_t nargs, bool hasRest) in GlobalFunctionBuiltinType() 689 Type *GlobalTypesHolder::GlobalLambdaBuiltinType(size_t nargs, bool hasRest) in GlobalLambdaBuiltinType() 703 Type *GlobalTypesHolder::GlobalTupleBuiltinType(size_t nargs) in GlobalTupleBuiltinType()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | reg_encoder.cpp | 87 auto nargs = inst->GetInputsCount() - (inst->RequireState() ? 1U : 0U); in CalculateNumNeededRangeTemps() local 450 bool RegEncoder::InsertSpillsForDynRangeInst(compiler::Inst *inst, size_t nargs, size_t start) in InsertSpillsForDynRangeInst() 499 auto nargs = inst->GetInputsCount() - (inst->RequireState() ? 1U : 0U); in InsertSpillsForDynInputsInst() local 643 auto nargs = inst->GetInputsCount() - (inst->RequireState() ? 1U : 0U); in CalculateNumNeededTempsForInst() local
|
| D | codegen.cpp | 427 static pandasm::Opcode ChooseCallOpcode(compiler::Opcode op, size_t nargs) in ChooseCallOpcode() 508 auto nargs = sfCount - start; // exclude LoadAndInitClass in CallHandler() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | compiler_interface.h | 165 static size_t GetSize(size_t nargs) in GetSize()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSchecker.cpp | 634 ETSObjectType *ETSChecker::GlobalBuiltinFunctionType(size_t nargs, bool hasRest) const in GlobalBuiltinFunctionType() 639 ETSObjectType *ETSChecker::GlobalBuiltinLambdaType(size_t nargs, bool hasRest) const in GlobalBuiltinLambdaType()
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 175 …oretypes::Array *CreateMultiArrayRecEntrypoint(ManagedThread *thread, Class *klass, uint32_t nargs, in CreateMultiArrayRecEntrypoint() 347 extern "C" coretypes::Array *CreateMultiArrayEntrypoint(Class *klass, uint32_t nargs, size_t *sizes) in CreateMultiArrayEntrypoint() 620 auto nargs = std::max(numActualArgs, method->GetNumArgs()); in CreateFrameForMethodWithActualArgs() local 627 auto nargs = std::max(numActualArgs, method->GetNumArgs()); in CreateFrameForMethodWithActualArgsDyn() local 1234 … auto nargs = interpreter::RuntimeInterface::GetMethodArgumentsCount(caller, BytecodeId(methodId)); in CreateMultiDimArray() local
|
| /arkcompiler/runtime_core/libabckit/src/codegen/ |
| D | codegen_static.cpp | 482 static pandasm::Opcode ChooseCallOpcode(compiler::Opcode op, size_t nargs) in ChooseCallOpcode() 557 auto nargs = sfCount; in CallHandler() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | debugger.cpp | 940 PandaVector<PtFrame::RegisterKind> &argKinds, size_t nargs, uint64_t &acc, in FillRegisters() 976 size_t nargs = method->GetNumArgs(); in PtDebugFrame() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | array-inl.h | 335 Array *Array::CreateMultiDimensionalArray(ManagedThread *thread, ark::Class *klass, uint32_t nargs, in CreateMultiDimensionalArray()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | interpreter-inl.h | 3744 … auto nargs = RuntimeIfaceT::GetMethodArgumentsCount(this->GetFrame()->GetMethod(), methodId); in InitializeObject() local
|