Home
last modified time | relevance | path

Searched defs:nargs (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
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
/arkcompiler/runtime_core/runtime/include/
Dcompiler_interface.h141 static size_t GetSize(size_t nargs) in GetSize()
/arkcompiler/runtime_core/runtime/tests/
Ddebugger_test.cpp111 auto nargs = code_data_accessor.GetNumArgs(); in TEST_F() local
Dinterpreter_test.cpp107 Class *klass, uint32_t access_flags, uint32_t nargs, uint32_t nregs, uint16_t *shorty, in CreateMethod()
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp200 …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/
Darray-inl.h226 …ray *Array::CreateMultiDimensionalArray(ManagedThread *thread, panda::Class *klass, uint32_t nargs, in CreateMultiDimensionalArray()
/arkcompiler/runtime_core/runtime/tooling/
Ddebugger.cpp898 size_t nargs, FrameHandler frame_handler) in GetAccValue()
923 size_t nargs = method->GetNumArgs(); in PtDebugFrame() local
/arkcompiler/runtime_core/runtime/interpreter/
Dinterpreter-inl.h3342 … auto nargs = RuntimeIfaceT::GetMethodArgumentsCount(this->GetFrame()->GetMethod(), method_id); in InitializeObject() local