Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dquick_compiler.cc657 const std::string compiler_method_match = ""; in Compile() local
659 bool use_match = !compiler_method_match.empty(); in Compile()
661 (PrettyMethod(method_idx, dex_file).find(compiler_method_match) != std::string::npos)); in Compile()