Home
last modified time | relevance | path

Searched refs:functionCanBeInlined (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/sksl/
H A DSkSLInliner.h88 bool functionCanBeInlined(const FunctionDeclaration& funcDecl,
H A DSkSLInliner.cpp986 bool Inliner::functionCanBeInlined(const FunctionDeclaration& funcDecl, in functionCanBeInlined() function in SkSL::Inliner
1002 if (!this->functionCanBeInlined(funcDecl, usage, cache)) { in candidateCanBeInlined()