summaryrefslogtreecommitdiff
path: root/runtime/java_frame_root_info.cc
Commit message (Collapse)AuthorAgeFilesLines
* Have JavaFrameRootInfo give more info about provenance of root.Alex Light2019-09-111-1/+12
| | | | | | | | | | | | It can be useful to differentiate between java frame roots being the methods declaring class, from a proxy method, being unknown due to an imprecise walk or being indeterminable. This passes that information with the Vreg. Test: ./test.py --host Bug: 134162467 Change-Id: I74842d3eeedee5c836511e046652502a53de0f7e
* ART: Refactor stack.hAndreas Gampe2017-06-191-0/+30
Factor out LockCountData, ShadowFrame and JavaFrameRootInfo and leave stack.h for the StackVisitor. Move single-use function to user to remove DexFile dependency. Test: m test-art-host Change-Id: I53d2880917bdf6782856fd2b16f38a0293f3aefc