Searched defs:nargs (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/runtime_core/bytecode_optimizer/ |
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
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
D | reg_encoder.cpp | 74 auto nargs = inst->GetInputsCount() - (inst->RequireState() ? 1U : 0U); in CalculateNumNeededRangeTemps() local 366 auto nargs = inst->GetInputsCount() - (inst->RequireState() ? 1U : 0U); in InsertSpillsForDynInputsInst() local 524 auto nargs = inst->GetInputsCount() - (inst->RequireState() ? 1U : 0U); in CalculateNumNeededTempsForInst() local
|
D | codegen.cpp | 418 static pandasm::Opcode ChooseCallOpcode(compiler::Opcode op, size_t nargs) in ChooseCallOpcode() 496 auto nargs = sfCount - start; // exclude LoadAndInitClass in CallHandler() local
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
D | compiler_interface.h | 163 static size_t GetSize(size_t nargs) in GetSize()
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
D | debugger_test.cpp | 115 auto nargs = codeDataAccessor.GetNumArgs(); in TEST_F() local
|
D | interpreter_test.cpp | 113 Class *klass, uint32_t accessFlags, uint32_t nargs, uint32_t nregs, uint16_t *shorty, in CreateMethod()
|
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
D | array-inl.h | 251 …ray *Array::CreateMultiDimensionalArray(ManagedThread *thread, panda::Class *klass, uint32_t nargs, in CreateMultiDimensionalArray()
|
/arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
D | entrypoints.cpp | 171 …oretypes::Array *CreateMultiArrayRecEntrypoint(ManagedThread *thread, Class *klass, uint32_t nargs, in CreateMultiArrayRecEntrypoint() 330 extern "C" coretypes::Array *CreateMultiArrayEntrypoint(Class *klass, uint32_t nargs, size_t *sizes) in CreateMultiArrayEntrypoint() 579 auto nargs = std::max(numActualArgs, method->GetNumArgs()); in CreateFrameForMethodWithActualArgs() local 586 auto nargs = std::max(numActualArgs, method->GetNumArgs()); in CreateFrameForMethodWithActualArgsDyn() local 1168 … auto nargs = interpreter::RuntimeInterface::GetMethodArgumentsCount(caller, BytecodeId(methodId)); in CreateMultiDimArray() local
|
/arkcompiler/runtime_core/static_core/runtime/tooling/ |
D | debugger.cpp | 902 PandaVector<PtFrame::RegisterKind> &argKinds, size_t nargs, uint64_t &acc, in FillRegisters() 940 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
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
D | aarch64_cgfunc.cpp | 2145 uint32 nargs = GetLmbcTotalArgs(); in LmbcGetAggTyFromCallSite() local
|