Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1359 last_method(nullptr), in StackDumpVisitor()
1384 if (line_number == last_line_number && last_method == m) { in VisitFrame()
1392 last_method = m; in VisitFrame()
1442 ArtMethod* last_method; member