Searched refs:GetMethodRegistersCount (Results 1 – 18 of 18) sorted by relevance
97 virtual size_t GetMethodRegistersCount([[maybe_unused]] MethodPtr method) const in GetMethodRegistersCount() function
76 size_t GetMethodRegistersCount(MethodPtr method) const override in GetMethodRegistersCount() function
39 VREGS_AND_ARGS_COUNT(graph->GetRuntime()->GetMethodRegistersCount(method) + in InstBuilder()
27 … << ", regs=" << GetGraph()->GetRuntime()->GetMethodRegistersCount(GetMethod()) in RunImpl()32 size_t vregs_count = GetGraph()->GetRuntime()->GetMethodRegistersCount(GetMethod()) + in RunImpl()
31 auto reg_num = GetRuntime()->GetMethodRegistersCount(GetMethod()) + i; in Prepare()
57 size_t GetMethodRegistersCount(MethodPtr /* unused */) const override in GetMethodRegistersCount() function
1005 EXPECT_EQ(interface.GetMethodRegistersCount(method), 0); in __anonaa205d011602()
102 EXPECT_EQ(adapter.GetMethodRegistersCount(main), 0); in TEST()
102 EXPECT_EQ(adapter.GetMethodRegistersCount(main), 0U); in TEST()
31 vregsAndArgsCount_(graph->GetRuntime()->GetMethodRegistersCount(method) + in InstBuilder()152 auto regNum = GetRuntime()->GetMethodRegistersCount(GetMethod()) + i; in Prepare()
38 … << ", regs=" << GetGraph()->GetRuntime()->GetMethodRegistersCount(GetMethod()) in RunImpl()43 size_t vregsCount = GetGraph()->GetRuntime()->GetMethodRegistersCount(GetMethod()) + in RunImpl()
88 size_t GetMethodRegistersCount(MethodPtr /* unused */) const override in GetMethodRegistersCount() function
134 size_t GetMethodRegistersCount(MethodPtr method) const override in GetMethodRegistersCount() function
260 GetGraph()->GetRuntime()->GetMethodRegistersCount(ctx.method) + 1 in TryInline()1046 GetGraph()->GetRuntime()->GetMethodRegistersCount(ctx.method) + 1; in CheckBytecode()
179 size_t GetMethodRegistersCount(MethodPtr method) const override in GetMethodRegistersCount() function
792 … return runtime_->GetMethodRegistersCount(method) + runtime_->GetMethodArgumentsCount(method) + 1; in GetVirtualRegistersCount()
246 virtual size_t GetMethodRegistersCount([[maybe_unused]] MethodPtr method) const in GetMethodRegistersCount() function
916 vregsCount = runtime->GetMethodRegistersCount(caller->GetCallMethod()) + in CreateStackMapRec()919 vregsCount = runtime->GetMethodRegistersCount(saveState->GetMethod()) + in CreateStackMapRec()