Home
last modified time | relevance | path

Searched refs:IsMethodStatic (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dobject_type_propagation.cpp132 if (inst->GetArgNumber() != 0 || runtime->IsMethodStatic(method)) { in VisitParameter()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h221 bool IsMethodStatic(MethodPtr method) const override in IsMethodStatic() function
228 bool IsMethodStatic([[maybe_unused]] MethodPtr caller, MethodId id) const override in IsMethodStatic() function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp105 EXPECT_TRUE(adapter.IsMethodStatic(main)); in TEST()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp105 EXPECT_TRUE(adapter.IsMethodStatic(main)); in TEST()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h282 bool IsMethodStatic(MethodPtr parentMethod, MethodId id) const override;
283 bool IsMethodStatic(MethodPtr method) const override;
Dcompiler.cpp342 bool PandaRuntimeInterface::IsMethodStatic(MethodPtr parentMethod, MethodId id) const in IsMethodStatic() function in panda::PandaRuntimeInterface
349 bool PandaRuntimeInterface::IsMethodStatic(MethodPtr method) const in IsMethodStatic() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h324 …virtual bool IsMethodStatic([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] MethodId id)… in IsMethodStatic() function
329 virtual bool IsMethodStatic([[maybe_unused]] MethodPtr method) const in IsMethodStatic() function
Danalysis.cpp252 return !graph->GetRuntime()->IsMethodStatic(graph->GetMethod()); in IsInstNotNull()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp81 bool isStatic = GetRuntime()->IsMethodStatic(GetMethod()); in Prepare()
Dinst_builder-inl.h34 auto hasImplicitArg = !GetRuntime()->IsMethodStatic(GetMethod(), methodId); in BuildCall()
156 …if (method == nullptr || (runtime_->IsMethodStatic(GetMethod(), methodId) && classId == 0) || Forc… in BuildCallStaticInst()
185 ASSERT(!runtime_->IsMethodStatic(GetMethod(), methodId)); in BuildCallVirtualInst()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dchecks_elimination_test.cpp33 bool IsMethodStatic([[maybe_unused]] MethodPtr method) const override in IsMethodStatic() function