Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dquick_compiler.cc473 static bool CanCompileShorty(const char* shorty, InstructionSet instruction_set) { in CanCompileShorty() function
508 if (!CanCompileShorty(shorty, cu->instruction_set)) { in CanCompileMethod()
540 if (!CanCompileShorty(invoke_method_shorty, cu->instruction_set)) { in CanCompileMethod()