Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dquick_compiler.cc538 const char* invoke_method_shorty = dex_file.GetMethodShorty( in CanCompileMethod() local
540 if (!CanCompileShorty(invoke_method_shorty, cu->instruction_set)) { in CanCompileMethod()
543 << "' with shorty : " << invoke_method_shorty; in CanCompileMethod()