Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.cc432 std::string method_full_name = PrettyMethod(method); in ProcessMethod() local
435 is_filtered = filtered_methods_.count(method_full_name) != 0; in ProcessMethod()