Home
last modified time | relevance | path

Searched refs:GetCha (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinlining.h137 IClassHierarchyAnalysis *GetCha() in GetCha() function in ark::compiler::Inlining
H A Dinlining.cpp90 cha_(graph->GetRuntime()->GetCha()) in Inlining()
916 GetCha()->AddDependency(method, GetGraph()->GetOutermostParentGraph()->GetMethod()); in DoInlineIntrinsic()
981 GetCha()->AddDependency(method, GetGraph()->GetOutermostParentGraph()->GetMethod()); in DoInlineMethod()
1238 if (ctx->chaDevirtualize && !GetCha()->IsSingleImplementation(ctx->method)) { in BuildGraph()
1577 auto cha = GetCha(); in ResolveTarget()
/arkcompiler/runtime_core/static_core/compiler/
H A Dcompile_method.cpp112 auto cha = graph->GetRuntime()->GetCha(); in CheckSingleImplementation()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Druntime.h335 ClassHierarchyAnalysis *GetCha() const in GetCha() function in ark::Runtime
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.h90 compiler::IClassHierarchyAnalysis *GetCha() override
H A Dcompiler.cpp769 Runtime::GetCurrent()->GetCha()->AddDependency(MethodCast(callee), MethodCast(caller)); in AddDependency()
H A Dclass_linker.cpp1027 Runtime::GetCurrent()->GetCha()->Update(klass); in LoadClass()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Druntime_interface.h101 virtual IClassHierarchyAnalysis *GetCha() in GetCha() function in ark::compiler::RuntimeInterface

Completed in 15 milliseconds