Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
8f28bd479af445293474867191a0bf1cf0f08a4f
/
runtime
/
arch
/
mips
/
quick_entrypoints_mips.S
0cb1242
MIPS: Refactor code for unresolved field entrypoint.
by Alexey Frunze
· 9 years ago
39cee66
Entrypoints cleanup.
by Nicolas Geoffray
· 9 years ago
c480b98
MIPS: Fix polymorphic invokes.
by Alexey Frunze
· 9 years ago
ac14139
Revert "Revert "ART: Compiler support for invoke-polymorphic.""
by Orion Hodson
· 9 years ago
0d3998b
Revert "Revert "Make object allocation entrypoints only take a class.""
by Nicolas Geoffray
· 9 years ago
f7aaacd
Revert "Make object allocation entrypoints only take a class."
by Hiroshi Yamauchi
· 9 years ago
2b615ba
Make object allocation entrypoints only take a class.
by Nicolas Geoffray
· 9 years ago
1b8464d
MIPS32: Pass more arguments in registers.
by Alexey Frunze
· 9 years ago
b99f4d6
Change check cast entrypoint to check instance of
by Mathieu Chartier
· 9 years ago
804b03f
Change remaining slow path throw entrypoints to save everything.
by Vladimir Marko
· 9 years ago
0584647
Remove ThrowNoSuchMethod entrypoint.
by Vladimir Marko
· 9 years ago
3b7537b
Revert "Revert "Use implicit null checks inside try blocks.""
by Vladimir Marko
· 9 years ago
0719b5b
Revert "Use implicit null checks inside try blocks."
by Nicolas Geoffray
· 9 years ago
7aa7560
Use implicit null checks inside try blocks.
by Vladimir Marko
· 9 years ago
239d6ea
Change deoptimize entrypoint to save everything.
by Vladimir Marko
· 9 years ago
fd36f1f
Rename callee save enumerators.
by Vladimir Marko
· 9 years ago
2e42cf1
MIPS64: Properly preserve $gp in art_quick_test_suspend
by Goran Jakovljevic
· 9 years ago
952dbb1
Change suspend entrypoint to save all registers.
by Vladimir Marko
· 9 years ago
e8e1127
Do checks on the fault address when we think it's an NPE.
by Nicolas Geoffray
· 9 years ago
87f3fcb
Replace String.charAt() with HIR.
by Vladimir Marko
· 9 years ago
c7ed09b
ART: Log all monitor operations to systrace
by Andreas Gampe
· 9 years ago
1e24b28
Merge "MIPS: Improving art_quick_imt_conflict_trampoline"
by Nicolas Geoffray
· 9 years ago
59028d9
MIPS: Improving art_quick_imt_conflict_trampoline
by Goran Jakovljevic
· 10 years ago
3bc1381
Implement on-stack replacement for MIPS32 and MIPS64
by Goran Jakovljevic
· 10 years ago
590b136
Suppress MIPS32 assembler warnings
by Goran Jakovljevic
· 10 years ago
91cdf71
Merge "Assembly region TLAB allocation fast path for arm."
by Hiroshi Yamauchi
· 10 years ago
10d4c08
Assembly region TLAB allocation fast path for arm.
by Hiroshi Yamauchi
· 10 years ago
cf283da
MIPS32: java.lang.Thread, and java.lang.String intrinsics:
by Chris Larsen
· 10 years ago
712c59d
Rosalloc fast path in assembly for MIPS32
by Pavle Batuta
· 10 years ago
3a09092
Revert "lambda: Add support for invoke-interface for boxed innate lambdas"
by Nicolas Geoffray
· 10 years ago
457e874
lambda: Add support for invoke-interface for boxed innate lambdas
by Igor Murashkin
· 10 years ago
7596996
MIPS32: Move code from RA to T9 in longjump
by Goran Jakovljevic
· 10 years ago
c26b451
Merge "Revert "Revert "Fix deoptimization with pending exception"""
by Sebastien Hertz
· 10 years ago
5093d3b
Merge "Add a missing reader barrier in entrypoint stub"
by Mathieu Chartier
· 10 years ago
0747466
Revert "Revert "Fix deoptimization with pending exception""
by Sebastien Hertz
· 10 years ago
ff73498
Revert "Revert "[MIPS] Use hard float calling convention for managed code""
by Goran Jakovljevic
· 10 years ago
6306921
Add a missing reader barrier in entrypoint stub
by Man Cao
· 10 years ago
7fee84c
Revert "[MIPS] Use hard float calling convention for managed code"
by Vladimir Marko
· 10 years ago
a29449d
[MIPS] Use hard float calling convention for managed code
by Goran Jakovljevic
· 10 years ago
1aee900
Add read barrier support to the entrypoints.
by Man Cao
· 10 years ago
3031c8d
ART: Remove art_quick_invoke_interface_trampoline
by Andreas Gampe
· 10 years ago
84bc06e
[MIPS] Fix method tracing for mips64
by Lazar Trsic
· 10 years ago
bfa5eb6
Add heap poisoning support to the entrypoints.
by Hiroshi Yamauchi
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
a4e0e67
ART: Add Mips o32 callee-save registers to SaveAll frame
by Andreas Gampe
· 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
a3c3827
ART: Fix MIPS entrypoint downcall macros.
by Vladimir Marko
· 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
f96e8bd
Fix 099-vmdebug and 802-deoptimization art tests for Mips.
by Douglas Leung
· 11 years ago
126d659
Fix generic JNI stubs to not discard the Java native frame.
by Nicolas Geoffray
· 11 years ago
fa04842
Merge "Fix refs_and_args callee save order for Mips32."
by Andreas Gampe
· 11 years ago
8d36591
ART: Use jalr instead of jr for Mips
by Andreas Gampe
· 11 years ago
c6d8672
Fix refs_and_args callee save order for Mips32.
by Douglas Leung
· 11 years ago
1cc7dba
ART: Reorder entrypoint argument order
by Andreas Gampe
· 11 years ago
475cfd8
Fix typo bug for Mips32.
by Douglas Leung
· 11 years ago
e34652f
[MIPSR6] Adjust assembly routines for MIPS R6 isa
by Duane Sand
· 11 years ago
124cd8f
Merge "Add JNI trampoline for mips32."
by Ian Rogers
· 11 years ago
2d72101
Change 64 bit ArtMethod fields to be pointer sized
by Mathieu Chartier
· 11 years ago
735b855
Add JNI trampoline for mips32.
by Douglas Leung
· 11 years ago
13738bf
Add gp initialization to the art_quick_imt_conflict_trampoline() function.
by Douglas Leung
· 11 years ago
4af77b7
Do not use ld instruction for Mips32.
by Douglas Leung
· 11 years ago
1d8cdbc
Refactor quick entrypoints
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
c3d131e
Fix test 304-method-tracing failure for Mips.
by Douglas Leung
· 11 years ago
adab3a2
Merge "Fix reflection_test failures."
by Ian Rogers
· 11 years ago
b264937
Fix reflection_test failures.
by Douglas Leung
· 11 years ago
748dd95
[MIPS] Remove warnings about use of at register
by Chris Dearman
· 11 years ago
5c1e435
Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly code
by Andreas Gampe
· 11 years ago
2da8823
Initial changes towards Generic JNI option
by Andreas Gampe
· 12 years ago
86bcdc2
Make MIPS assembly labels local.
by Ian Rogers
· 12 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
7410f29
Fix dumpsys meminfo <pid>.
by Mathieu Chartier
· 12 years ago
cbb2d20
Refactor allocation entrypoints.
by Mathieu Chartier
· 12 years ago
bbb32c2
Add .cfi_restore for assembly functions
by Dave Allison
· 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
6bcd163
Fix exception throwing in monitor-enter for MIPS.
by Ian Rogers
· 12 years ago
a9a8254
Improve quick codegen for aput-object.
by Ian Rogers
· 12 years ago
65d1b22
MIPS fix.
by Ian Rogers
· 12 years ago
3b4c189
Split the allocation path into 'instrumented' and 'uninstrumented' ones.
by Hiroshi Yamauchi
· 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/mips/runtime_support_mips.S]
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 12 years ago
[Renamed from src/oat/runtime/mips/runtime_support_mips.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
1f3bc2f
Fix MIPS jni stub and save gp as part of ref only saves.
by Jeff Hao
· 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
· 13 years ago
5fa60c3
Remove use of compiled proxy stub from portable.
by Jeff Hao
· 13 years ago
4aac9e1
Fix typo in runtime_support_mips.S causing build error with jb-mr2 toolchain
by Brian Carlstrom
· 13 years ago
6474d19
Remove use of compiled invoke stubs from portable.
by Jeff Hao
· 13 years ago
Next »