OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filtered_methods_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
profiler.h
230
FilteredMethods
filtered_methods_
;
member in class:art::BackgroundMethodSamplingProfiler
profiler.cc
401
//
filtered_methods_
.insert("void java.lang.Object.wait(long, int)");
430
if (!is_filtered &&
filtered_methods_
.size() > 0) {
434
is_filtered =
filtered_methods_
.count(method_full_name) != 0;
Completed in 53 milliseconds