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