Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
e2abbc604ce003c776c00ecf1293796bb4c4ac5a
/
runtime
e2abbc6
ART: Move kDexNoIndex to dex_file_types.h
by Andreas Gampe
· 7 years ago
fe712a8
Merge "Add support for registering classpath classes status."
by Nicolas Geoffray
· 7 years ago
7a06e4a
Merge "tools: Add new titrace tool to print dynamic instruction counts"
by Treehugger Robot
· 7 years ago
72e80c6
Merge changes Ia3f19f0f,I0fe8038e
by Treehugger Robot
· 7 years ago
c5e7180
Merge "Do not fill DexCache methods in resolution trampoline."
by Treehugger Robot
· 7 years ago
0ae1532
tools: Add new titrace tool to print dynamic instruction counts
by Igor Murashkin
· 7 years ago
aa0912c
Do not fill DexCache methods in resolution trampoline.
by Vladimir Marko
· 7 years ago
afdab8d
Merge "Revert "Revert "Make WatchedFramePop instrumentation event pure-virtual"""
by Alex Light
· 7 years ago
486dda0
Add support for registering classpath classes status.
by Nicolas Geoffray
· 7 years ago
44e5efa
Add check that classpath is up to date to getDexOptNeeded
by Calin Juravle
· 7 years ago
c5b215f
Update the context classpath after the dex files are opened.
by Calin Juravle
· 7 years ago
77fee87
Add support for JVMTI monitor events.
by Alex Light
· 7 years ago
05f4774
Revert "Revert "Make WatchedFramePop instrumentation event pure-virtual""
by Alex Light
· 7 years ago
d0e4c9d
Merge "ART: Do not add Proxy prototype methods to their dex cache."
by Vladimir Marko
· 7 years ago
e9691f5
ART: Do not add Proxy prototype methods to their dex cache.
by Vladimir Marko
· 7 years ago
640a32f
Merge "ART: Pass current Thread* to Jit::ShouldUsePriorityThreadWeight()."
by Treehugger Robot
· 7 years ago
a710d91
ART: Pass current Thread* to Jit::ShouldUsePriorityThreadWeight().
by Vladimir Marko
· 7 years ago
857a160
Merge "Rename debugFlags to runtimeFlags."
by Nicolas Geoffray
· 7 years ago
c4cb7c1
ART: Clear JniConstants on shutdown
by Andreas Gampe
· 7 years ago
6b411fc
Merge "Don't deoptimize everything with can_access_local_variables"
by Treehugger Robot
· 7 years ago
51bee8b
Merge "Revert "ART: additional info SIGILL""
by Orion Hodson
· 7 years ago
5510c0a
Rename debugFlags to runtimeFlags.
by Nicolas Geoffray
· 7 years ago
496b883
Revert "ART: additional info SIGILL"
by Orion Hodson
· 7 years ago
61add1d
Merge "Random comment typo fixes"
by Hans Boehm
· 7 years ago
d972b42
Random comment typo fixes
by Hans Boehm
· 7 years ago
a49e053
Show ArtMethods in imgdiag
by David Sehr
· 7 years ago
47d00f6
Merge changes I88fd4905,Ib8c0a28c
by Treehugger Robot
· 7 years ago
0a5ec3d
Don't deoptimize everything with can_access_local_variables
by Alex Light
· 7 years ago
9d9f2d7
Merge "Use mmapped boot image class table for PIC app HLoadClass."
by Vladimir Marko
· 7 years ago
a7c83ac
ART: Clean up WellKnownClasses include.
by Andreas Gampe
· 7 years ago
db48a79
ART: Clear WellKnownClasses on shutdown
by Andreas Gampe
· 7 years ago
94ec2db
Use mmapped boot image class table for PIC app HLoadClass.
by Vladimir Marko
· 7 years ago
d4d1182
Merge "ARM64: Tune SIMD loop unrolling factor heuristic."
by Aart Bik
· 7 years ago
86ce504
Merge "optimizing: add block-scoped constructor fence merging pass"
by Treehugger Robot
· 7 years ago
dd018df
optimizing: add block-scoped constructor fence merging pass
by Igor Murashkin
· 7 years ago
88f929c
Merge "Use mmapped boot image intern table for PIC app HLoadString."
by Vladimir Marko
· 7 years ago
1f418c1
Merge "ART: additional info SIGILL"
by Orion Hodson
· 7 years ago
3edbcdf
Merge "Revert "mirror: Make Class::Status 64-bit field""
by Treehugger Robot
· 7 years ago
cf83aaa
Revert "mirror: Make Class::Status 64-bit field"
by Igor Murashkin
· 7 years ago
e3f06d5
Merge "mirror: Make Class::Status 64-bit field"
by Treehugger Robot
· 7 years ago
de07216
mirror: Make Class::Status 64-bit field
by Igor Murashkin
· 7 years ago
d25c915
Merge "Fix context verification for relative dependencies"
by Calin Juravle
· 7 years ago
e69463a
Merge "Add support for JVMTI GetObjectMonitorUsage function."
by Alex Light
· 7 years ago
f26bb6c
ARM64: Tune SIMD loop unrolling factor heuristic.
by Artem Serov
· 7 years ago
afd3acd
Merge "ART: Change thread dump order on abort"
by Treehugger Robot
· 7 years ago
6cfbdbc
Use mmapped boot image intern table for PIC app HLoadString.
by Vladimir Marko
· 7 years ago
66e3af9
Merge "Remove DexCache arrays from app oat .bss."
by Treehugger Robot
· 7 years ago
0cff0b0
ART: additional info SIGILL
by Orion Hodson
· 7 years ago
0f3c700
Remove DexCache arrays from app oat .bss.
by Vladimir Marko
· 7 years ago
ce56864
Add support for JVMTI GetObjectMonitorUsage function.
by Alex Light
· 7 years ago
f598131
Add more logging for b/64759619
by Mathieu Chartier
· 7 years ago
a3f78fe
ART: Change thread dump order on abort
by Andreas Gampe
· 7 years ago
1e96a5d
Fix context verification for relative dependencies
by Calin Juravle
· 7 years ago
82629c9
Merge "Revert^4 "Allow deoptimization when returning from a runtime method.""
by Mingyao Yang
· 7 years ago
28f53f5
Merge changes I66c62317,Id097273a,If3bfe695
by Treehugger Robot
· 7 years ago
a2a2e46
Merge "Revert "Revert "JVMTI Exception and ExceptionCatch events"""
by Treehugger Robot
· 7 years ago
2ee1790
Revert^4 "Allow deoptimization when returning from a runtime method."
by Mingyao Yang
· 7 years ago
d3ea5b3
ART: Recognize compile-time soft-fails
by Andreas Gampe
· 7 years ago
5d3b002
ART: Change CanAssumeVerified to GetPreviousClassState
by Andreas Gampe
· 7 years ago
9fb1ab1
Revert "Revert "JVMTI Exception and ExceptionCatch events""
by Alex Light
· 7 years ago
ee5303f
ART: Move Class::Status to ClassStatus
by Andreas Gampe
· 7 years ago
1accd63
Merge "Clean up ImageHeader section getters."
by Treehugger Robot
· 7 years ago
cd87c3e
Clean up ImageHeader section getters.
by Vladimir Marko
· 7 years ago
c4be2c8
Handle the case cwd has a trailing slash.
by Nicolas Geoffray
· 7 years ago
c69f6c3
Merge "ART: Don't prepend '/' if classpath_dir is empty"
by Treehugger Robot
· 7 years ago
f415065
Merge "ART: Enhance comment"
by Treehugger Robot
· 7 years ago
7252738
ART: Don't prepend '/' if classpath_dir is empty
by Andreas Gampe
· 7 years ago
788b8b2
Merge "Use real locations when opening dex files from the context"
by Calin Juravle
· 7 years ago
39d44ba
Merge "Revert "JVMTI Exception and ExceptionCatch events""
by Nicolas Geoffray
· 7 years ago
9597424
Revert "JVMTI Exception and ExceptionCatch events"
by Nicolas Geoffray
· 7 years ago
0c277f2
Merge "Revert "Make WatchedFramePop instrumentation event pure-virtual""
by Nicolas Geoffray
· 7 years ago
b2c8fc6
Revert "Make WatchedFramePop instrumentation event pure-virtual"
by Nicolas Geoffray
· 7 years ago
821a259
Use real locations when opening dex files from the context
by Calin Juravle
· 7 years ago
3753bcd
Merge "Make WatchedFramePop instrumentation event pure-virtual"
by Treehugger Robot
· 7 years ago
a4336b8
Merge "JVMTI Exception and ExceptionCatch events"
by Treehugger Robot
· 7 years ago
a0e0f10
Make WatchedFramePop instrumentation event pure-virtual
by Alex Light
· 7 years ago
798eab0
JVMTI Exception and ExceptionCatch events
by Alex Light
· 7 years ago
dd30907
ART: Enhance comment
by Andreas Gampe
· 7 years ago
82a6373
Merge "ART: Clean up checks in CheckProxyMethod()."
by Vladimir Marko
· 7 years ago
612c1f6
Merge "ART: Instantiate templated functions"
by Treehugger Robot
· 7 years ago
80f2a35
Merge "Verify the checksum before DCHECKS in ProfileCompilationInfo::GetOrAddDexFileData"
by Treehugger Robot
· 7 years ago
ae0b1f4
ART: Instantiate templated functions
by Andreas Gampe
· 7 years ago
61200a0
Verify the checksum before DCHECKS in ProfileCompilationInfo::GetOrAddDexFileData
by Shubham Ajmera
· 7 years ago
9c4feaa
Merge changes I36396394,I00aa37f5,Ibc14b003
by Treehugger Robot
· 7 years ago
d0b0825
Merge "Profman: Use method_percentage and class_percentage values passed for generating profiles"
by Treehugger Robot
· 7 years ago
629be51
ART: Redo verification on class resolution failure
by Andreas Gampe
· 7 years ago
98be1a9
ART: Don't check access for method parameters
by Andreas Gampe
· 7 years ago
7da4c40
ART: Redo verification on field resolution failure
by Andreas Gampe
· 7 years ago
cdf659e
Merge "Merge profiles without needing to creating profile_compilation_info object"
by Shubham Ajmera
· 7 years ago
5c3e9d1
ART: Clean up checks in CheckProxyMethod().
by Vladimir Marko
· 7 years ago
80be041
Merge "ART: Remove ArtMethod::dex_cache_resolved_methods_."
by Vladimir Marko
· 7 years ago
8ef4b61
Merge "Revert "Revert "Revert "Allow deoptimization when returning from a runtime method.""""
by Treehugger Robot
· 7 years ago
07c7028
Revert "Revert "Revert "Allow deoptimization when returning from a runtime method."""
by Nicolas Geoffray
· 7 years ago
afbbf18
Merge profiles without needing to creating profile_compilation_info object
by Shubham Ajmera
· 7 years ago
8877f4c
Merge "JVMTI NotifyFramePop support"
by Treehugger Robot
· 7 years ago
e814f9d
JVMTI NotifyFramePop support
by Alex Light
· 7 years ago
150d25d
Enable dex madvise hints for low ram devices
by Mathieu Chartier
· 7 years ago
5122e6b
ART: Remove ArtMethod::dex_cache_resolved_methods_.
by Vladimir Marko
· 7 years ago
02cb397
Merge "Only MADV_RANDOM for low RAM devices"
by Treehugger Robot
· 7 years ago
4ec507d
Only MADV_RANDOM for low RAM devices
by Mathieu Chartier
· 7 years ago
Next »