Home
last modified time | relevance | path

Searched refs:GetMethodRegistersCount (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h97 virtual size_t GetMethodRegistersCount([[maybe_unused]] MethodPtr method) const in GetMethodRegistersCount() function
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h76 size_t GetMethodRegistersCount(MethodPtr method) const override in GetMethodRegistersCount() function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.h39 VREGS_AND_ARGS_COUNT(graph->GetRuntime()->GetMethodRegistersCount(method) + in InstBuilder()
Dir_builder.cpp27 … << ", regs=" << GetGraph()->GetRuntime()->GetMethodRegistersCount(GetMethod()) in RunImpl()
32 size_t vregs_count = GetGraph()->GetRuntime()->GetMethodRegistersCount(GetMethod()) + in RunImpl()
Dinst_builder.cpp31 auto reg_num = GetRuntime()->GetMethodRegistersCount(GetMethod()) + i; in Prepare()
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.h57 size_t GetMethodRegistersCount(MethodPtr /* unused */) const override in GetMethodRegistersCount() function
Dcompiler_inst_test.cpp1005 EXPECT_EQ(interface.GetMethodRegistersCount(method), 0); in __anonaa205d011602()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp102 EXPECT_EQ(adapter.GetMethodRegistersCount(main), 0); in TEST()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp102 EXPECT_EQ(adapter.GetMethodRegistersCount(main), 0U); in TEST()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp31 vregsAndArgsCount_(graph->GetRuntime()->GetMethodRegistersCount(method) + in InstBuilder()
152 auto regNum = GetRuntime()->GetMethodRegistersCount(GetMethod()) + i; in Prepare()
Dir_builder.cpp38 … << ", regs=" << GetGraph()->GetRuntime()->GetMethodRegistersCount(GetMethod()) in RunImpl()
43 size_t vregsCount = GetGraph()->GetRuntime()->GetMethodRegistersCount(GetMethod()) + in RunImpl()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dunit_test.h88 size_t GetMethodRegistersCount(MethodPtr /* unused */) const override in GetMethodRegistersCount() function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h134 size_t GetMethodRegistersCount(MethodPtr method) const override in GetMethodRegistersCount() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp260 GetGraph()->GetRuntime()->GetMethodRegistersCount(ctx.method) + 1 in TryInline()
1046 GetGraph()->GetRuntime()->GetMethodRegistersCount(ctx.method) + 1; in CheckBytecode()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h179 size_t GetMethodRegistersCount(MethodPtr method) const override in GetMethodRegistersCount() function
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.cpp792 … return runtime_->GetMethodRegistersCount(method) + runtime_->GetMethodArgumentsCount(method) + 1; in GetVirtualRegistersCount()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h246 virtual size_t GetMethodRegistersCount([[maybe_unused]] MethodPtr method) const in GetMethodRegistersCount() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp916 vregsCount = runtime->GetMethodRegistersCount(caller->GetCallMethod()) + in CreateStackMapRec()
919 vregsCount = runtime->GetMethodRegistersCount(saveState->GetMethod()) + in CreateStackMapRec()