Home
last modified time | relevance | path

Searched refs:AddSingleImplementationMethod (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h928 void AddSingleImplementationMethod(RuntimeInterface::MethodPtr method) in AddSingleImplementationMethod() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.h1212 void AddSingleImplementationMethod(RuntimeInterface::MethodPtr method) in AddSingleImplementationMethod() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp1684 GetGraph()->GetOutermostParentGraph()->AddSingleImplementationMethod(ctx->method); in InsertChaGuard()