| /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/runtime_core/static_core/bytecode_optimizer/ |
| D | reg_encoder.cpp | 89 auto nargs = inst->GetInputsCount() - (inst->RequireState() ? 1U : 0U); in CalculateNumNeededRangeTemps() local 457 bool RegEncoder::InsertSpillsForDynRangeInst(compiler::Inst *inst, size_t nargs, size_t start) in InsertSpillsForDynRangeInst() 506 auto nargs = inst->GetInputsCount() - (inst->RequireState() ? 1U : 0U); in InsertSpillsForDynInputsInst() local 654 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/runtime_core/static_core/runtime/include/coretypes/ |
| D | array-inl.h | 250 Array *Array::CreateMultiDimensionalArray(ManagedThread *thread, ark::Class *klass, uint32_t nargs, in CreateMultiDimensionalArray()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | globalTypesHolder.cpp | 689 Type *GlobalTypesHolder::GlobalFunctionBuiltinType(size_t nargs, ir::ScriptFunctionFlags flags) in GlobalFunctionBuiltinType()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSchecker.cpp | 470 ETSObjectType *ETSChecker::GlobalBuiltinFunctionType(size_t nargs, ir::ScriptFunctionFlags flags) c… in GlobalBuiltinFunctionType()
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 173 …oretypes::Array *CreateMultiArrayRecEntrypoint(ManagedThread *thread, Class *klass, uint32_t nargs, in CreateMultiArrayRecEntrypoint() 329 extern "C" coretypes::Array *CreateMultiArrayEntrypoint(Class *klass, uint32_t nargs, size_t *sizes) in CreateMultiArrayEntrypoint() 590 auto nargs = std::max(numActualArgs, method->GetNumArgs()); in CreateFrameForMethodWithActualArgs() local 597 auto nargs = std::max(numActualArgs, method->GetNumArgs()); in CreateFrameForMethodWithActualArgsDyn() local 1194 … 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 | 939 PandaVector<PtFrame::RegisterKind> &argKinds, size_t nargs, uint64_t &acc, in FillRegisters() 975 size_t nargs = method->GetNumArgs(); in PtDebugFrame() local
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | interpreter-inl.h | 3728 … auto nargs = RuntimeIfaceT::GetMethodArgumentsCount(this->GetFrame()->GetMethod(), methodId); in InitializeObject() local
|