Home
last modified time | relevance | path

Searched defs:nargs (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Ddebugger_test.cpp102 uint32_t nargs; member
110 auto nargs = methodInfo.nargs; in CheckFrame() local
199 auto nargs = codeDataAccessor.GetNumArgs(); in TEST_F() local
Dinterpreter_test.cpp114 Class *klass, uint32_t accessFlags, uint32_t nargs, uint32_t nregs, uint16_t *shorty, in CreateMethod()
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.cpp68 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/
DglobalTypesHolder.cpp680 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/
Dreg_encoder.cpp87 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
Dcodegen.cpp427 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/
Dcompiler_interface.h165 static size_t GetSize(size_t nargs) in GetSize()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.cpp634 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/
Dentrypoints.cpp175 …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/
Dcodegen_static.cpp482 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/
Ddebugger.cpp940 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/
Darray-inl.h335 Array *Array::CreateMultiDimensionalArray(ManagedThread *thread, ark::Class *klass, uint32_t nargs, in CreateMultiDimensionalArray()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h3744 … auto nargs = RuntimeIfaceT::GetMethodArgumentsCount(this->GetFrame()->GetMethod(), methodId); in InitializeObject() local