Searched defs:nargs (Results 1 – 8 of 8) 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/runtime/include/ |
| D | compiler_interface.h | 141 static size_t GetSize(size_t nargs) in GetSize()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | debugger_test.cpp | 111 auto nargs = code_data_accessor.GetNumArgs(); in TEST_F() local
|
| D | interpreter_test.cpp | 107 Class *klass, uint32_t access_flags, uint32_t nargs, uint32_t nregs, uint16_t *shorty, in CreateMethod()
|
| /arkcompiler/runtime_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 200 …oretypes::Array *CreateMultiArrayRecEntrypoint(ManagedThread *thread, Class *klass, uint32_t nargs, in CreateMultiArrayRecEntrypoint() 240 extern "C" coretypes::Array *CreateMultiArrayEntrypoint(Class *klass, uint32_t nargs, size_t *sizes) in CreateMultiArrayEntrypoint() 567 auto nargs = std::max(num_actual_args, method->GetNumArgs()); in CreateFrameForMethodWithActualArgs() local 574 auto nargs = std::max(num_actual_args, method->GetNumArgs()); in CreateFrameForMethodWithActualArgsDyn() local
|
| /arkcompiler/runtime_core/runtime/include/coretypes/ |
| D | array-inl.h | 226 …ray *Array::CreateMultiDimensionalArray(ManagedThread *thread, panda::Class *klass, uint32_t nargs, in CreateMultiDimensionalArray()
|
| /arkcompiler/runtime_core/runtime/tooling/ |
| D | debugger.cpp | 898 size_t nargs, FrameHandler frame_handler) in GetAccValue() 923 size_t nargs = method->GetNumArgs(); in PtDebugFrame() local
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | interpreter-inl.h | 3342 … auto nargs = RuntimeIfaceT::GetMethodArgumentsCount(this->GetFrame()->GetMethod(), method_id); in InitializeObject() local
|