index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
jni
/
quick
/
calling_convention.cc
Age
Commit message (
Expand
)
Author
2024-03-08
Pass only shorty to `ArtQuickJniCompileMethod()`.
Vladimir Marko
2023-06-27
riscv64: Implement JNI compiler for normal native.
Vladimir Marko
2023-06-15
riscv64: Implement JNI compiler for @CriticalNative.
Vladimir Marko
2023-06-13
riscv64: Add JNI calling convention.
Vladimir Marko
2023-02-03
riscv64: add missing UNUSED annotations.
Ulya Trafimovich
2022-11-16
Make compiler/jni/ symbols hidden.
Vladimir Marko
2021-12-14
JNI: Inline fast-path for `JniMethodEnd()`.
Vladimir Marko
2021-11-02
Revert^2 "JNI: Remove `JniMethodFast{Start,End}()`."
Vladimir Marko
2021-10-19
Revert "JNI: Remove `JniMethodFast{Start,End}()`."
Vladimir Marko
2021-10-19
JNI: Remove `JniMethodFast{Start,End}()`.
Vladimir Marko
2021-03-23
JNI: Use callee-save register for IRT cookie.
Vladimir Marko
2021-02-23
Do not create HandleScope for JNI transitions.
Vladimir Marko
2020-02-13
Remove MIPS support from JNI/trampoline compiler.
Vladimir Marko
2020-01-16
jni: Do not create a managed frame for @CriticalNative.
Vladimir Marko
2019-01-09
ART: Remove instruction_set.h from thread.h
Andreas Gampe
2017-12-07
ART: Replace base/logging with android-base/logging
Andreas Gampe
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-10-09
Use ScopedArenaAllocator for register allocation.
Vladimir Marko
2016-10-06
jni: Add @CriticalNative support for MIPS32/MIPS64
Goran Jakovljevic
2016-09-09
jni: Add @CriticalNative optimization to speed up JNI transitions
Igor Murashkin
2016-08-01
ART: Convert pointer size to enum
Andreas Gampe
2016-04-13
Move Assemblers to the Arena.
Vladimir Marko
2015-08-18
Svelter libart-compiler
Alex Light
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-26
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-03-06
Initial support for quick compiler on MIPS64r6.
Maja Gagic
2014-05-13
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-04-10
AArch64: Jni compiler fixes
Serban Constantinescu
2014-04-01
Calling convention support for cross 64/32 compilation.
Ian Rogers
2014-03-28
x86_64: JNI compiler
Dmitry Petrochenko
2014-03-19
AArch64: Add arm64 runtime support.
Stuart Monteith
2014-03-05
Generic JNI implementation for x86_64
Andreas Gampe
2013-07-12
Create separate Android.mk for main build targets
Brian Carlstrom