Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
7210108e6d930f9b8bcf5eac6b7a03ea29f92f84
/
runtime
7210108
Replace StringPiece with std::string_view in art/runtime/.
by Vladimir Marko
· 6 years ago
eb37ba5
Replace StringPiece with std::string_view in Signature.
by Vladimir Marko
· 6 years ago
e027d72
Replace StringPiece with std::string_view in class.h.
by Vladimir Marko
· 6 years ago
ac52000
Merge changes I888a268b,Ia5a3c0bb,I189841e4,I5ab8b0b0
by Vladimir Marko
· 6 years ago
01eb773
Merge "Prevent overflows for concurrent_start_bytes_ sum"
by Hans Boehm
· 6 years ago
50b0445
Prevent overflows for concurrent_start_bytes_ sum
by Hans Boehm
· 6 years ago
d0c3a6c
Merge "Fix criteria to decide should next GC be minor"
by Lokesh Gidra
· 6 years ago
1a862c8
Fix criteria to decide should next GC be minor
by Lokesh Gidra
· 6 years ago
b0f16e6
Replace StringPiece with std::string_view in RegType.
by Vladimir Marko
· 6 years ago
59ae4f9
Replace StringPiece with std::string_view in OatFile.
by Vladimir Marko
· 6 years ago
6e78158
ART: Change ArtMethod::NumArgRegisters() signature.
by Vladimir Marko
· 6 years ago
436e142
Merge "Take hidden API into account during getDeclaredMethod()"
by David Brazdil
· 6 years ago
62d986b
Merge "Fix DumpNativeStack function for trampolines."
by Treehugger Robot
· 6 years ago
4bcd657
Take hidden API into account during getDeclaredMethod()
by David Brazdil
· 6 years ago
982a9ee
Remove dead String::Equals() overloads.
by Vladimir Marko
· 6 years ago
11be88c
Merge "x86/x86-64: Fix IMT conflict trampoline for obsolete methods."
by Vladimir Marko
· 6 years ago
b87eedc
x86/x86-64: Fix IMT conflict trampoline for obsolete methods.
by Vladimir Marko
· 6 years ago
119733d
Revert "Revert "ART: introduce PALette abstraction layer""
by Orion Hodson
· 6 years ago
8a64e77
Merge "Use prebuilt addr2line on host"
by David Srbecky
· 6 years ago
87da30e
Use prebuilt addr2line on host
by David Srbecky
· 6 years ago
bb72073
Fix DumpNativeStack function for trampolines.
by David Srbecky
· 6 years ago
a2d2bc2
Replace libmetricslogger logging with up-call to Java for hidden api
by Andrei Onea
· 6 years ago
6b8a38c
Merge "Fix lock order issue with large-object space lock"
by Lokesh Gidra
· 6 years ago
ea34d46
Fix lock order issue with large-object space lock
by Lokesh Gidra
· 6 years ago
fc19c53
Merge "Reducing CPU impact of non-monotonic clocks on Gc."
by Vincent Palomares
· 6 years ago
b8f88f3
Merge "Selectively allow dead reference elimination"
by Hans Boehm
· 6 years ago
cc17d07
Reducing CPU impact of non-monotonic clocks on Gc.
by Vincent Palomares
· 6 years ago
206348c
Selectively allow dead reference elimination
by Hans Boehm
· 6 years ago
9fdcedd
ART: Disable SmallStack test for ASAN
by Andreas Gampe
· 6 years ago
a3350d8
Merge "Revert "Revert "Load libopenjdk and libjavacore with the runtime namespace."""
by Nicolas Geoffray
· 6 years ago
107ce79
Revert "Revert "Load libopenjdk and libjavacore with the runtime namespace.""
by Nicolas Geoffray
· 6 years ago
58a268a
Merge "Revert "Load libopenjdk and libjavacore with the runtime namespace.""
by Nicolas Geoffray
· 6 years ago
bd0eb2c
Revert "Load libopenjdk and libjavacore with the runtime namespace."
by Nicolas Geoffray
· 6 years ago
b72a6a9
DO NOT MERGE: Revert "Revert "ART: add libprocessgroup dependency and fix sched_policy include""
by Suren Baghdasaryan
· 6 years ago
94c8670
Load libopenjdk and libjavacore with the runtime namespace.
by Nicolas Geoffray
· 6 years ago
fe42726
Merge "Allow the use of filenames when traking code paths for profiling"
by Calin Juravle
· 6 years ago
4e29bda
Merge "Adjust ResolveRelativeEncodedDexLocation."
by Nicolas Geoffray
· 6 years ago
8baa11a
Adjust ResolveRelativeEncodedDexLocation.
by Nicolas Geoffray
· 6 years ago
1a04148
Fix bug in InMemoryDexClassLoader loading
by David Brazdil
· 6 years ago
876a2ab
Allow the use of filenames when traking code paths for profiling
by Calin Juravle
· 6 years ago
b3eff8a
DO NOT MERGE: Revert "ART: add libprocessgroup dependency and fix sched_policy include"
by Suren Baghdasaryan
· 6 years ago
fd9e7b5
Merge "Temporarily disable CorePlatformApi logging"
by Treehugger Robot
· 6 years ago
a6d6184
Temporarily disable CorePlatformApi logging
by David Brazdil
· 6 years ago
fbdbccc
ART: add libprocessgroup dependency and fix sched_policy include
by Suren Baghdasaryan
· 6 years ago
6ad2e8e
Merge "ART: make generational CC a runtime option"
by Roland Levillain
· 6 years ago
e768182
hiddenapi: Print warnings for @CorePlatformApi violations
by David Brazdil
· 6 years ago
90faceb
hiddenapi: Support 'core-platform-api' flag
by David Brazdil
· 6 years ago
0b4d146
ART: make generational CC a runtime option
by Albert Mingkun Yang
· 6 years ago
96259f1
Pass the Java caller's location to OpenNativeLibrary.
by Nicolas Geoffray
· 6 years ago
75c513a
Fix memory leak after calling CloseNativeLibrary.
by Nicolas Geoffray
· 6 years ago
2ddf9ca
Merge "Extend lifetime of CodeInfo in StackVisitor."
by Treehugger Robot
· 6 years ago
4233452
Merge "ART: Some more iwyu"
by Treehugger Robot
· 6 years ago
8f1c8e5
ART: Some more iwyu
by Andreas Gampe
· 6 years ago
2259f1c
Extend lifetime of CodeInfo in StackVisitor.
by David Srbecky
· 6 years ago
4706ff0
Merge "Fix use of native loader API."
by Nicolas Geoffray
· 6 years ago
328e4af
Merge "Support oat files compiled with partial boot class path."
by Nicolas Geoffray
· 6 years ago
c3ba7ee
Fix use of native loader API.
by Nicolas Geoffray
· 6 years ago
f3d88a8
Support oat files compiled with partial boot class path.
by Vladimir Marko
· 6 years ago
d9b3069
Move to C API of libnativeloader.
by Nicolas Geoffray
· 6 years ago
bae0758
Merge "Make VariableHandleScope consistent between 32 & 64 bit"
by Alex Light
· 6 years ago
de7718d
Make VariableHandleScope consistent between 32 & 64 bit
by Alex Light
· 6 years ago
c99f017
Merge "Refactor image relocation"
by Mathieu Chartier
· 6 years ago
f0a96eb
Refactor image relocation
by Mathieu Chartier
· 6 years ago
d1e3dcf
Merge "ART: fix post gc weighted allocated bytes metrics"
by Roland Levillain
· 6 years ago
1c0ae84
ART: fix post gc weighted allocated bytes metrics
by Albert Mingkun Yang
· 6 years ago
267789c
Merge "Create the class loader context within a Runtime scope."
by Nicolas Geoffray
· 6 years ago
2d22ffc
Merge "ART: Forward-declare Context"
by Treehugger Robot
· 6 years ago
fe2886d
Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage."
by Nicolas Geoffray
· 6 years ago
35de14b
Create the class loader context within a Runtime scope.
by Nicolas Geoffray
· 6 years ago
c95d341
Merge "ART: Handle clobbering in verifier peephole"
by Treehugger Robot
· 6 years ago
e5d2398
ART: Forward-declare Context
by Andreas Gampe
· 6 years ago
639b2b1
ART: Remove instruction_set.h from thread.h
by Andreas Gampe
· 6 years ago
8764dc3
ART: Use iosfwd more
by Andreas Gampe
· 6 years ago
49b74a8
ART: Remove thread from class.h
by Andreas Gampe
· 6 years ago
a1ffdba
ART: IWYU handle_scope
by Andreas Gampe
· 6 years ago
5a0430d
ART: Introduce runtime_globals
by Andreas Gampe
· 6 years ago
43e4325
ART: Handle clobbering in verifier peephole
by Andreas Gampe
· 6 years ago
b9b9957
Merge "ART: Only log initialization failure on initialization"
by Treehugger Robot
· 6 years ago
2b89987
Merge "Do not enter hidden API slow path when policy==Disabled"
by Treehugger Robot
· 6 years ago
c5a96e4
Do not enter hidden API slow path when policy==Disabled
by David Brazdil
· 6 years ago
2fb49eb
Merge "Put the deoptimized method in the trace tag."
by Nicolas Geoffray
· 6 years ago
e959e5d
Merge "Tweak native allocation GC triggering thresholds"
by Hans Boehm
· 6 years ago
1575267
Tweak native allocation GC triggering thresholds
by Hans Boehm
· 6 years ago
62e7c09
Put the deoptimized method in the trace tag.
by Nicolas Geoffray
· 6 years ago
7b3063b
ART: Only log initialization failure on initialization
by Andreas Gampe
· 6 years ago
edad2aa
Merge "Relocate usleep for Thread::Unregister"
by Mathieu Chartier
· 6 years ago
c3c0299
Merge "ART: add longest consecutive free bytes in region dump"
by Roland Levillain
· 6 years ago
206ffa5
Merge "ART: make RegionSpace::GetNextObject a static function"
by Roland Levillain
· 6 years ago
3fef44a
Relocate usleep for Thread::Unregister
by Juju Sung
· 6 years ago
1a07435
Add more verbose logging to profiler
by Mathieu Chartier
· 6 years ago
02f6c8d
Merge "Delete PatchedObjectsMap"
by Mathieu Chartier
· 6 years ago
c0bb8c7
Merge "ART: Some more IWYU in common headers"
by Treehugger Robot
· 6 years ago
1aa5232
Merge "ART: Forward-declare Instrumentation"
by Andreas Gampe
· 6 years ago
c93dba2
Merge "ART: log threads not suspending in SuspendAllInternal"
by Andreas Gampe
· 6 years ago
2ffc74b
Delete PatchedObjectsMap
by Mathieu Chartier
· 6 years ago
6262959
ART: Some more IWYU in common headers
by Andreas Gampe
· 6 years ago
d77abd9
ART: Forward-declare Instrumentation
by Andreas Gampe
· 6 years ago
bec232e
Merge "ART: Some IWYU for IterationRange"
by Treehugger Robot
· 6 years ago
457c321
Merge changes I6f281703,I1450fe2c
by Treehugger Robot
· 6 years ago
cab5234
Merge "ART: Add cause to GC wait-for-completion systrace"
by Treehugger Robot
· 6 years ago
Next »