Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsharpening.cc51 static bool BootImageAOTCanEmbedMethod(ArtMethod* method, const CompilerOptions& compiler_options) { in BootImageAOTCanEmbedMethod() function
97 } else if (BootImageAOTCanEmbedMethod(callee, compiler_options)) { in SharpenInvokeStaticOrDirect()