| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ART: Fix jvalue includes | Andreas Gampe | 2018-05-16 | 1 | -1/+1 |
| | | | | | | | | JValue::SetL is defined in the -inl header. Fix up some clients. Test: mmma art Change-Id: I903532c767873847f7746680cf35083cb3408ecf | ||||
| * | Make native field operations call instrumentation listeners. | Alex Light | 2017-06-16 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | Previously native reads and writes of fields would not be reported to instrumentation listeners. We filter these events out from the debugger since currently the debugger will deadlock if it tries to propagate them through JDWP. Bug: 62712031 Test: ./test.py --host --trace -j40 Test: ./art/tools/run-jdwp-tests.sh --mode=host Test: Manual Change-Id: Ibc75248bdca06537d8b4ff7bb890546136ffa161 | ||||
| * | Move mirror::Class to use ObjPtr | Mathieu Chartier | 2016-10-13 | 1 | -0/+32 |
| Leave the return types as non ObjPtr for now. Fixed moving GC bugs in tests. Test: test-art-host Bug: 31113334 Change-Id: I5da1b5ac55dfbc5cc97a64be2c870ba9f512d9b0 | |||||
