Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
dde7d4eab02a753875af054b427b667aa6df49f0
/
runtime
/
interpreter
« Previous
da079bb
Cleanup String.<init> handling.
by Nicolas Geoffray
· 8 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 8 years ago
26ead49
Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug"
by Mathieu Chartier
· 8 years ago
9323e6e
Separate annotations from dexfile reading.
by David Sehr
· 8 years ago
268764d
Make ScopedAssertNoThreadSuspension no overhead for non-debug
by Mathieu Chartier
· 8 years ago
f61df9b
ART: Remove computed-goto interpreter
by buzbee
· 8 years ago
89171e4
Merge "[MIPS] Fix a mips64 mterp bug."
by Vladimir Marko
· 8 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 8 years ago
4b78706
[MIPS] Fix a mips64 mterp bug.
by Douglas Leung
· 8 years ago
8aea8db
Merge "ART: Remove vestiges of GCC"
by Treehugger Robot
· 8 years ago
9231f4e
ART: Remove vestiges of GCC
by Andreas Gampe
· 8 years ago
51a0c4f
Merge "creating workflow for mirror::String compression"
by Treehugger Robot
· 8 years ago
3aaa37b
creating workflow for mirror::String compression
by jessicahandojo
· 8 years ago
5e26eb1
ART: Clean up interpreter includes
by Andreas Gampe
· 8 years ago
bf44e0e
ART: Implement a fixed size string dex cache
by Christina Wadsworth
· 8 years ago
8ec3bd2
Instruction: Add new formats 45cc and 4rcc.
by Narayan Kamath
· 8 years ago
c218427
Merge "Revert experimental lambda feature."
by Narayan Kamath
· 8 years ago
14832ef
Revert experimental lambda feature.
by Narayan Kamath
· 8 years ago
fbcc830
ARM/ARM64: Improve Mterp */lit8 assembly.
by Vladimir Marko
· 8 years ago
bd48b34
dex_instruction: remove unused parameter from instruction definitions.
by Narayan Kamath
· 8 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 8 years ago
c416502
ARM64: Add comment to mterp int-to-long.
by Vladimir Marko
· 8 years ago
20421b9
ARM64: More mterp improvements.
by Vladimir Marko
· 8 years ago
e01e364
ART: Add pointer-size template to some reflection functions
by Andreas Gampe
· 8 years ago
d9ad357
ARM64/x86-64: Fix mterp fill-array-data-payload pointer calculation.
by Vladimir Marko
· 8 years ago
fb6db3f
ARM64: Improve mterp cmpl/cmpg.
by Vladimir Marko
· 8 years ago
e622022
ARM64: Improve Mterp.
by Vladimir Marko
· 8 years ago
5733e98
ARM64: Fix mterp switch table pointer calculation.
by Vladimir Marko
· 8 years ago
6740997
ART: Change return types of field access entrypoints
by Andreas Gampe
· 8 years ago
83e4903
Merge "Revert "Revert "Optimize IMT"""
by Jeff Hao
· 8 years ago
d47fd90
Revert "Revert "ART: Add Mterp export pc poison testing mode""
by Bill Buzbee
· 8 years ago
a62cb9b
Revert "Revert "Optimize IMT""
by Artem Udovichenko
· 8 years ago
05801f4
Merge "Revert "ART: Add Mterp export pc poison testing mode""
by Bill Buzbee
· 8 years ago
d7af522
Revert "ART: Add Mterp export pc poison testing mode"
by Bill Buzbee
· 8 years ago
2812ddd
Merge "ART: Add Mterp export pc poison testing mode"
by Bill Buzbee
· 8 years ago
e664cfe
ART: Add Mterp export pc poison testing mode
by buzbee
· 8 years ago
88f288e
Revert "Optimize IMT"
by Nicolas Geoffray
· 8 years ago
badee98
Optimize IMT
by Nelli Kim
· 8 years ago
020b18a
ART: Improve JitProfiling perf in mips/mips64 mterp.
by Douglas Leung
· 8 years ago
ffedec5
Revert "Revert "Move rewritten StringFactory call results into dex registers for deopt""
by Mingyao Yang
· 8 years ago
695e2c4
Revert "Move rewritten StringFactory call results into dex registers for deopt"
by Hiroshi Yamauchi
· 8 years ago
8ca33bf
Move rewritten StringFactory call results into dex registers for deopt
by Mingyao Yang
· 8 years ago
0122320
Break the debug cycle!
by Aart Bik
· 9 years ago
504a690
Fix assert failure in interpreter after deoptimization.
by Mingyao Yang
· 9 years ago
56fdd0e
ART: Disambiguate access-checks mode from lock-counting
by Andreas Gampe
· 9 years ago
963758d
ART: Add missing EXPORT_PCs to x86/_64 mterp
by buzbee
· 9 years ago
b679515
ART: Disable unstarted runtime pow test for valgrind
by Andreas Gampe
· 9 years ago
b8a00f9
ART: Add Math cutouts
by Andreas Gampe
· 9 years ago
715fdc2
ART: Add some reflection cutouts
by Andreas Gampe
· 9 years ago
3ed30c3
ART: Remove Security initialization cutout
by Andreas Gampe
· 9 years ago
8ce9c30
ART: Add cutout for Character.toLower/UpperCase
by Andreas Gampe
· 9 years ago
eb8b0ae
ART: Add ClassLoader.getResourceAsStream cutout
by Andreas Gampe
· 9 years ago
f59149a
Merge "Add weight to compiled/interpreter transitions."
by Nicolas Geoffray
· 9 years ago
d4fa9f4
ART: Add a System.getProperty cutout
by Andreas Gampe
· 9 years ago
9afaac4
Revert "Revert "ART: Improve JitProfile perf in x86_64 mterp""
by Bill Buzbee
· 9 years ago
71cd50f
Add weight to compiled/interpreter transitions.
by Nicolas Geoffray
· 9 years ago
274fe4a
Remove the JIT from the instrumentation framework.
by Nicolas Geoffray
· 9 years ago
6990775
Merge "Revert "Revert "ART: Improve JitProfile perf in x86 mterp"""
by Bill Buzbee
· 9 years ago
b2771b4
Add option to tune sample collection based on thread sensitivity
by Calin Juravle
· 9 years ago
89e3b48
ART: Simplify unstarted-runtime ceil and floor
by Andreas Gampe
· 9 years ago
b2880a9
Merge "unstarted_runtime: add cutout for Math.floor"
by Sergio Giro
· 9 years ago
8326120
unstarted_runtime: add cutout for Math.floor
by Sergio Giro
· 9 years ago
0e6aa6d
ART: Make mterp jit profiling race tolerant
by buzbee
· 9 years ago
1d011d9
Revert "Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""""
by Bill Buzbee
· 9 years ago
93e94f2
ART: Fix interpreter single-step when doing OSR
by buzbee
· 9 years ago
8a18fde
ART: Add cutout for Unsafe.putObjectVolatile
by Andreas Gampe
· 9 years ago
13fc1be
ART: Add integer & long parsing cutout to unstarted runtime
by Andreas Gampe
· 9 years ago
6039e56
ART: Add getDeclaredConstructor cutout for unstarted runtime
by Andreas Gampe
· 9 years ago
5c9af61
ART: Add arraycopy(byte) to unstarted runtime
by Andreas Gampe
· 9 years ago
c2c9bcb
Merge "Revert "Remove many `instrumentation` variables from goto interpreter.""
by Vladimir Marko
· 9 years ago
d777983
Revert "Remove many `instrumentation` variables from goto interpreter."
by Vladimir Marko
· 9 years ago
d634208
Revert "Revert "ART: Improve JitProfile perf in x86 mterp""
by Bill Buzbee
· 9 years ago
961ea9f
Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"""
by Hiroshi Yamauchi
· 9 years ago
6b7d2c0
Revert "ART: Improve JitProfile perf in x86 mterp"
by Hiroshi Yamauchi
· 9 years ago
0402c56
Revert "ART: Improve JitProfile perf in x86_64 mterp"
by Hiroshi Yamauchi
· 9 years ago
01afcbb
Merge "ART: Better support for arraycopy in unstarted runtime"
by Andreas Gampe
· 9 years ago
85a098a
ART: Better support for arraycopy in unstarted runtime
by Andreas Gampe
· 9 years ago
a1e9312
unstarted_runtime: Update references to decimal format classes.
by Narayan Kamath
· 9 years ago
34a316f
unstarted_runtime: Add additional cutouts
by Narayan Kamath
· 9 years ago
4cb22b4
Remove many `instrumentation` variables from goto interpreter.
by Vladimir Marko
· 9 years ago
099a611
ART: Improve JitProfile perf in x86_64 mterp
by Serguei Katkov
· 9 years ago
3e9edd1
ART: Improve JitProfile perf in x86 mterp
by Serguei Katkov
· 9 years ago
13ce07a
Merge "ART: Fix unstarted runtime for Security"
by Andreas Gampe
· 9 years ago
e0f633e
ART: Fix unstarted runtime for Security
by Andreas Gampe
· 9 years ago
4a8ac9c
Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""
by Bill Buzbee
· 9 years ago
6aef867
Revert "ART: Improve JitProfile perf in arm/arm64 mterp"
by Calin Juravle
· 9 years ago
c1d6b34
ART: Improve JitProfile perf in arm/arm64 mterp
by buzbee
· 9 years ago
908c0b2
ART: Mterp arm64 2-operand double rem fix
by buzbee
· 9 years ago
ace690f
ART: mterp arm/arm64 cleanup
by buzbee
· 9 years ago
03e31fc
Merge "Typo in comment in MIPS32 mterp."
by Roland Levillain
· 9 years ago
6589d45
Merge "ART: Enable JitProfiling for MIPS64 Mterp"
by Bill Buzbee
· 9 years ago
96530d3
ART: Update arm assembly to use current syntax
by buzbee
· 9 years ago
f1e74af
Typo in comment in MIPS32 mterp.
by Roland Levillain
· 9 years ago
db045be
ART: Enable JitProfiling for MIPS64 Mterp
by Alexey Frunze
· 9 years ago
b5e8ade
Merge "Fast ART MIPS64 interpreter"
by Bill Buzbee
· 9 years ago
52d6810
Merge "Revert "Revert "Use the interpreter as a heartbeat for the JIT."""
by Nicolas Geoffray
· 9 years ago
3512244
Revert "Revert "Use the interpreter as a heartbeat for the JIT.""
by Nicolas Geoffray
· 9 years ago
00b53b7
Fast ART MIPS64 interpreter
by Alexey Frunze
· 9 years ago
c8705a7
ART: Enable JitProfiling for x86_64 Mterp
by Serguei Katkov
· 9 years ago
73e31f8
Merge "Revert "Use the interpreter as a heartbeat for the JIT.""
by Nicolas Geoffray
· 9 years ago
Next »