| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A 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
|
| H A D | interpreter_test.cpp | 113 CreateMethod( Class *klass, uint32_t accessFlags, uint32_t nargs, uint32_t nregs, uint16_t *shorty, const std::vector<uint8_t> &bytecode) CreateMethod() argument
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | reg_encoder.cpp | 69 auto nargs = inst->GetInputsCount() - (inst->RequireState() ? 1 : 0); in CalculateNumNeededRangeTemps() local 350 auto nargs = inst->GetInputsCount() - (inst->RequireState() ? 1 : 0); in InsertSpillsForDynInputsInst() local 440 auto nargs = inst->GetInputsCount() - (inst->RequireState() ? 1 : 0); in CalculateNumNeededTempsForInst() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| H A D | array-inl.h | 250 Array *Array::CreateMultiDimensionalArray(ManagedThread *thread, ark::Class *klass, uint32_t nargs, in CreateMultiDimensionalArray() argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | compiler_interface.h | 165 static size_t GetSize(size_t nargs) in GetSize() argument
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | reg_encoder.cpp | 89 auto nargs = inst->GetInputsCount() - (inst->RequireState() ? 1U : 0U); in CalculateNumNeededRangeTemps() local 404 auto nargs = inst->GetInputsCount() - (inst->RequireState() ? 1U : 0U); in InsertSpillsForDynInputsInst() local 565 auto nargs = inst->GetInputsCount() - (inst->RequireState() ? 1U : 0U); CalculateNumNeededTempsForInst() local [all...] |
| H A D | codegen.cpp | 427 static pandasm::Opcode ChooseCallOpcode(compiler::Opcode op, size_t nargs) in ChooseCallOpcode() argument 508 auto nargs = sfCount - start; // exclude LoadAndInitClass in CallHandler() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | ETSchecker.cpp | 465 ETSObjectType *ETSChecker::GlobalBuiltinFunctionType(size_t nargs, i argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| H A D | globalTypesHolder.cpp | 688 GlobalFunctionBuiltinType(size_t nargs, ir::ScriptFunctionFlags flags) GlobalFunctionBuiltinType() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| H A D | debugger.cpp | 937 size_t nargs = method->GetNumArgs(); in PtDebugFrame() local 899 FillRegisters(Frame *interpreterFrame, PandaVector<uint64_t> &vregs, PandaVector<PtFrame::RegisterKind> &vregKinds, size_t nregs, PandaVector<uint64_t> &args, PandaVector<PtFrame::RegisterKind> &argKinds, size_t nargs, uint64_t &acc, PtFrame::RegisterKind &accKind) FillRegisters() argument
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| H A D | entrypoints.cpp | 173 extern "C" coretypes::Array *CreateMultiArrayRecEntrypoint(ManagedThread *thread, Class *klass, uint32_t nargs, in CreateMultiArrayRecEntrypoint() argument 329 extern "C" coretypes::Array *CreateMultiArrayEntrypoint(Class *klass, uint32_t nargs, size_t *sizes) in CreateMultiArrayEntrypoint() argument 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 in CreateMultiDimArray() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | interpreter-inl.h | 3728 auto nargs = RuntimeIfaceT::GetMethodArgumentsCount(this->GetFrame()->GetMethod(), methodId); in InitializeObject() local
|