Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/2246-trace-v2/
H A Ddump_trace.cc58 bool ProcessThreadOrMethodInfo(std::unique_ptr<File>& file, in ProcessThreadOrMethodInfo() function
260 if (!ProcessThreadOrMethodInfo(file, thread_map, /*is_method=*/false)) { in Java_Main_dumpTrace()
265 if (!ProcessThreadOrMethodInfo(file, method_map, /*is_method=*/true)) { in Java_Main_dumpTrace()