summaryrefslogtreecommitdiff
path: root/runtime/jvalue-inl.h
Commit message (Collapse)AuthorAgeFilesLines
* ART: Fix jvalue includesAndreas Gampe2018-05-161-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 Light2017-06-161-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 ObjPtrMathieu Chartier2016-10-131-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