Home
last modified time | relevance | path

Searched defs:nargs (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Ddebugger_test.cpp102 uint32_t nargs; member
110 auto nargs = methodInfo.nargs; in CheckFrame() local
199 auto nargs = codeDataAccessor.GetNumArgs(); in TEST_F() local
H A Dinterpreter_test.cpp113 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 Dreg_encoder.cpp69 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 Darray-inl.h250 Array *Array::CreateMultiDimensionalArray(ManagedThread *thread, ark::Class *klass, uint32_t nargs, in CreateMultiDimensionalArray() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dcompiler_interface.h165 static size_t GetSize(size_t nargs) in GetSize() argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dreg_encoder.cpp89 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 Dcodegen.cpp427 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 DETSchecker.cpp465 ETSObjectType *ETSChecker::GlobalBuiltinFunctionType(size_t nargs, i argument
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A DglobalTypesHolder.cpp688 GlobalFunctionBuiltinType(size_t nargs, ir::ScriptFunctionFlags flags) GlobalFunctionBuiltinType() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebugger.cpp937 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 Dentrypoints.cpp173 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 Dinterpreter-inl.h3728 auto nargs = RuntimeIfaceT::GetMethodArgumentsCount(this->GetFrame()->GetMethod(), methodId); in InitializeObject() local

Completed in 22 milliseconds