OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compiler_method_match
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/
compiler_ir.h
103
std::string
compiler_method_match
;
member in struct:art::CompilationUnit
104
// Flips sense of
compiler_method_match
- apply flags if doesn't match.
frontend.cc
137
bool use_match = !cu.
compiler_method_match
.empty();
139
(PrettyMethod(method_idx, dex_file).find(cu.
compiler_method_match
) !=
Completed in 185 milliseconds