Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc3043 std::string p_name = ptr2->PrettyMethod(true); in DumpIMTForMethod() local
3044 if (p_name.starts_with(method)) { in DumpIMTForMethod()
3056 std::string p_name = ptr->PrettyMethod(true); in DumpIMTForMethod() local
3057 if (p_name.starts_with(method)) { in DumpIMTForMethod()
3059 std::cerr << " " << p_name << std::endl; in DumpIMTForMethod()
3072 std::cerr << " " << p_name << " (" << i_name << ")" << std::endl; in DumpIMTForMethod()