summaryrefslogtreecommitdiff
path: root/runtime/java_frame_root_info.cc
AgeCommit message (Collapse)Author
2024-01-24Add visibility attributes in runtime/j* Dmitrii Ishcheikin
Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: I3edb48d24aac0da006ffd2d634ede22045880a8c
2019-09-11Have JavaFrameRootInfo give more info about provenance of root. Alex Light
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
2017-06-19ART: Refactor stack.h Andreas Gampe
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