Searched refs:kStringFilter (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Doptimizing_compiler.cc118 static constexpr const char kStringFilter[] = ""; member in namespace:art
204 // empty kStringFilter matching all methods.
209 // Test the kStringFilter sub-string. constexpr helper variable to silence unreachable-code
211 constexpr bool kStringFilterEmpty = arraysize(kStringFilter) <= 1;
212 if (kStringFilterEmpty || strstr(method_name, kStringFilter) != nullptr) {

Completed in 56 milliseconds