Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
b730b78dac047c6d8ead93ad77605bcb7414f5ce
/
runtime
/
arch
/
arm
/
quick_entrypoints_arm.S
1aee900
Add read barrier support to the entrypoints.
by Man Cao
· 10 years ago
76914b0
ART: Fix arm32 quick_invoke_stub CFI
by Andreas Gampe
· 10 years ago
3031c8d
ART: Remove art_quick_invoke_interface_trampoline
by Andreas Gampe
· 10 years ago
3d1e0c9
ART: Fix arm32 assembly stub CFI
by Andreas Gampe
· 10 years ago
c89b047
ART: Fix arm32 instrumentation exit stub
by Andreas Gampe
· 10 years ago
49e3b62
Merge "Delegate long-to-float type conversions to the runtime on ARM."
by Roland Levillain
· 10 years ago
bfa5eb6
Add heap poisoning support to the entrypoints.
by Hiroshi Yamauchi
· 10 years ago
5b3ee56
Delegate long-to-float type conversions to the runtime on ARM.
by Roland Levillain
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
8ea18d0
Pass the dex method index directly to interface trampoline.
by Nicolas Geoffray
· 10 years ago
7ea6a17
Don't hardcode the location of the caller.
by Nicolas Geoffray
· 10 years ago
848f70a
Replace String CharArray with internal uint16_t array.
by Jeff Hao
· 12 years ago
5ea536a
Remove ArtMethod* parameter from dex cache entry points.
by Vladimir Marko
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
ff3ef43
Merge "Reserve bits in the lock word for read barriers."
by Hiroshi Yamauchi
· 10 years ago
e15ea08
Reserve bits in the lock word for read barriers.
by Hiroshi Yamauchi
· 11 years ago
126d659
Fix generic JNI stubs to not discard the Java native frame.
by Nicolas Geoffray
· 10 years ago
1cc7dba
ART: Reorder entrypoint argument order
by Andreas Gampe
· 11 years ago
4808846
Save all registers in native to Java stubs.
by Nicolas Geoffray
· 11 years ago
d0a0b3e
Fix arm unwind data for art code.
by Christopher Ferris
· 11 years ago
2d72101
Change 64 bit ArtMethod fields to be pointer sized
by Mathieu Chartier
· 11 years ago
5667fdb
ARM: Use hardfp calling convention between java to java call.
by Zheng Xu
· 11 years ago
1d8cdbc
Refactor quick entrypoints
by Ian Rogers
· 11 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 11 years ago
832336b
Don't copy fill array data to quick literal pool.
by Ian Rogers
· 11 years ago
37f05ef
Reduced memory usage of primitive fields smaller than 4-bytes
by Fred Shih
· 11 years ago
6e49869
ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_test
by Andreas Gampe
· 11 years ago
29b3841
ART: Set default visibility to protected
by Andreas Gampe
· 11 years ago
3842ad7
Merge "Fix bugs in the x86 and arm versions of generic JNI."
by Nicolas Geoffray
· 11 years ago
54accbc
Fix bugs in the x86 and arm versions of generic JNI.
by Nicolas Geoffray
· 11 years ago
648d711
Reduce stack usage for overflow checks
by Dave Allison
· 11 years ago
58bea4a
Proper fix after -Bsymbolic change.
by Dan Albert
· 11 years ago
d842648
Revert "Fix build without -Bsymbolic."
by Dan Albert
· 11 years ago
bae21bb
Fix build without -Bsymbolic.
by Dan Albert
· 11 years ago
467f816
When performing a long jump, update SP last.
by Jeff Hao
· 11 years ago
c200a4a
ART: Rework Generic JNI, add ARM version
by Andreas Gampe
· 11 years ago
04f4d8a
Add an optimization for removing redundant suspend tests in ART
by Wei Jin
· 11 years ago
675967d
ART: Fix comments for dmb
by Andreas Gampe
· 11 years ago
4fc046e
ART: Add lock and unlock stubs for ARM64, fix for X86-64
by Andreas Gampe
· 11 years ago
5cd3375
Handle implicit stack overflow without affecting stack walks
by Dave Allison
· 11 years ago
5c1e435
Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly code
by Andreas Gampe
· 11 years ago
525cde2
Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 Stubs
by Andreas Gampe
· 11 years ago
8325296
Disable use of R4 as a promotable register
by Dave Allison
· 11 years ago
2da8823
Initial changes towards Generic JNI option
by Andreas Gampe
· 11 years ago
5d885c8
Make ARM assembly labels local.
by Ian Rogers
· 11 years ago
0177e53
Work in the direction of hard float quick ABIs.
by Ian Rogers
· 12 years ago
ef7d42f
Object model changes to support 64bit.
by Ian Rogers
· 12 years ago
b122a4b
Tidy up memory barriers.
by Ian Rogers
· 12 years ago
7410f29
Fix dumpsys meminfo <pid>.
by Mathieu Chartier
· 12 years ago
cbb2d20
Refactor allocation entrypoints.
by Mathieu Chartier
· 12 years ago
590fee9
Compacting collector.
by Mathieu Chartier
· 12 years ago
bbb32c2
Add .cfi_restore for assembly functions
by Dave Allison
· 12 years ago
4e6a31e
Lazily compute object identity hash codes.
by Mathieu Chartier
· 12 years ago
c844a0f
Merge "Implement Interface Method Tables (IMT)." into dalvik-dev
by Jeff Hao
· 12 years ago
ad2541a
Fix object identity hash.
by Mathieu Chartier
· 12 years ago
88474b4
Implement Interface Method Tables (IMT).
by Jeff Hao
· 12 years ago
1984152
Add missing callee save restore to quick entrypoints.
by Mathieu Chartier
· 12 years ago
2a6c7b7
Restore callee save registers.
by Mathieu Chartier
· 12 years ago
a9a8254
Improve quick codegen for aput-object.
by Ian Rogers
· 12 years ago
d9c4fc9
Inflate contended lock word by suspending owner.
by Ian Rogers
· 12 years ago
3b4c189
Split the allocation path into 'instrumented' and 'uninstrumented' ones.
by Hiroshi Yamauchi
· 12 years ago
637859c
Make entrypoints Thumb2.
by Ian Rogers
· 12 years ago
d8cf66b
Place CFA in the regular .debug_frame section.
by Ian Rogers
· 12 years ago
468532e
Entry point clean up.
by Ian Rogers
· 12 years ago
7655f29
Portable refactorings.
by Ian Rogers
· 12 years ago
166db04
Move assembler out of runtime into compiler/utils.
by Ian Rogers
· 12 years ago
[Renamed from runtime/oat/runtime/arm/runtime_support_arm.S]
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 12 years ago
[Renamed from src/oat/runtime/arm/runtime_support_arm.S]
0aba0ba
Created compiled stubs in image.
by Jeff Hao
· 12 years ago
e3cd2f0
Enable devirtualization for abstract and sub-class methods.
by Ian Rogers
· 12 years ago
79fe539
Removing remaining compiled stubs from image.
by Jeff Hao
· 12 years ago
58df327
Removed compiled resolution trampoline.
by Jeff Hao
· 12 years ago
14dd5a8
Fix exception caught listeners and frame type for deopt.
by Jeff Hao
· 12 years ago
62d6c77
Interpreter entries and instrumentation as a listener.
by Ian Rogers
· 12 years ago
5fa60c3
Remove use of compiled proxy stub from portable.
by Jeff Hao
· 12 years ago
6474d19
Remove use of compiled invoke stubs from portable.
by Jeff Hao
· 12 years ago
5d91730
Changes to remove need for compiled invoke stubs for quick.
by Jeff Hao
· 12 years ago
d4c3f7d
Add cfi debug info for MIPS.
by Jeff Hao
· 12 years ago
bd7d2d3
Fix END macro.
by Ian Rogers
· 13 years ago
9329bbb
Unwind (CFI and exidx) information for ARM.
by Ian Rogers
· 13 years ago
8dbb708
Rename run-time functions to distinguish art_quick_[name] vs art_portable_[name].
by Logan Chien
· 13 years ago
7db619b
Enter interpreter stub.
by Ian Rogers
· 13 years ago
af6e67a
Further proxy refactorings.
by Ian Rogers
· 13 years ago
306057f
Support for deoptimization needed for debugging.
by Ian Rogers
· 13 years ago
725a957
Pulled out instrumentation into its own class separate from trace.
by jeffhao
· 13 years ago
474b6da
Move thread flags and state into 32bits.
by Ian Rogers
· 13 years ago
324e190
Switch from aeabi_lmul to custom assembly.
by Ian Rogers
· 13 years ago
9a4f003
Remove the THROW_VERIFICATION_ERROR op and supporting code.
by jeffhao
· 13 years ago
865e6e0
Callee-save frame fix
by buzbee
· 13 years ago
86e4671
Implemented inline of String indexOf and compareTo on x86.
by jeffhao
· 13 years ago
af778e6
Add an explicit type for the dex "payload" data.
by Elliott Hughes
· 13 years ago
8a1ea9f
Fix a comment copy & paste typo.
by Elliott Hughes
· 13 years ago
d36c52e
Check for null array assignments inline. Tidy asm macros.
by Ian Rogers
· 13 years ago
0791adc
Fix method tracing and allow alloc counting during tracing.
by jeffhao
· 13 years ago
19abfb4
Properly pass 64-bit value from art_set32_static_from_code to artGet64StaticFromCode
by Brian Carlstrom
· 13 years ago
0f3c553
Kill constants.h and fix some copyright headers.
by Elliott Hughes
· 13 years ago
57b86d4
Refactor runtime support.
by Ian Rogers
· 13 years ago
[Renamed (90%) from src/runtime_support_arm.S]
fc9e6fa
Compiler intrinsics
by buzbee
· 13 years ago
634eb2e
Add some extra debugging/diagnostic support.
by Elliott Hughes
· 13 years ago
adb8c67
Move the compiler away from libdex.
by Elliott Hughes
· 13 years ago
e8648b6
Fix a comment typo.
by Elliott Hughes
· 13 years ago
Next »