Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1684 last_method(nullptr), in StackDumpVisitor()
1710 if (line_number == last_line_number && last_method == m) { in VisitFrame()
1718 last_method = m; in VisitFrame()
1776 ArtMethod* last_method; member