Home
last modified time | relevance | path

Searched refs:GetMethodTotalArgumentsCount (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.h147 auto num_args = adapter->GetMethodTotalArgumentsCount(method); in GetNumArgsFromGraph()
Druntime_adapter.h55 size_t GetMethodTotalArgumentsCount(MethodPtr method) const override in GetMethodTotalArgumentsCount() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h85 virtual size_t GetMethodTotalArgumentsCount([[maybe_unused]] MethodPtr method) const in GetMethodTotalArgumentsCount() function
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp222 …static_cast<size_t>(GetGraph()->GetRuntime()->GetMethodTotalArgumentsCount(GetGraph()->GetMethod()… in ReserveTempRegisters()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.h40 graph->GetRuntime()->GetMethodTotalArgumentsCount(method)), in InstBuilder()
Dir_builder.cpp35 … << "(args=" << GetGraph()->GetRuntime()->GetMethodTotalArgumentsCount(GetMethod()) in RunImpl()
42 GetGraph()->GetRuntime()->GetMethodTotalArgumentsCount(GetMethod()) + 1; in RunImpl()
Dinst_builder.cpp27 auto num_args = GetRuntime()->GetMethodTotalArgumentsCount(GetMethod()); in Prepare()
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.h45 size_t GetMethodTotalArgumentsCount(MethodPtr /* unused */) const override in GetMethodTotalArgumentsCount() function
Dcompiler_inst_test.cpp989 EXPECT_EQ(interface.GetMethodTotalArgumentsCount(method), 0); in __anon7b7a1abf1602()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h65 size_t GetMethodTotalArgumentsCount([[maybe_unused]] MethodPtr method) const override in GetMethodTotalArgumentsCount() function