Age | Commit message (Expand) | Author |
---|---|---|
2021-02-23 | Do not create HandleScope for JNI transitions. | Vladimir Marko |
2020-03-16 | Move @CriticalNative arguments in registers. | Vladimir Marko |
2020-03-02 | Move entry spills determination to JNI compiler. | Vladimir Marko |
2020-01-16 | jni: Do not create a managed frame for @CriticalNative. | Vladimir Marko |
2018-08-28 | Remove superfluous 'virtual' specifiers in ART. | Roland Levillain |
2018-08-28 | Use 'final' and 'override' specifiers directly in ART. | Roland Levillain |
2017-12-07 | ART: Replace base/logging with android-base/logging | Andreas Gampe |
2017-10-09 | Use ScopedArenaAllocator for register allocation. | Vladimir Marko |
2017-10-04 | Do not refresh the Marking Register in CriticalNative methods. | Roland Levillain |
2017-08-10 | Instrument ARM64 generated code to check the Marking Register. | Roland Levillain |
2016-10-13 | jni: Add read barrier fast path to jni compiler | Igor Murashkin |
2016-09-14 | Move ArrayRef to runtime/base | David Brazdil |
2016-08-05 | ART: Extract macro assembler | Andreas Gampe |