Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
45b12e704e158f29877c78bd9a8406db7e361537
/
runtime
/
native
6ed28cb
Merge "Revert "Revert "Move runtime/ to ClassAccessor"""
by Mathieu Chartier
· 6 years ago
1f1cb9f
Revert "Revert "Move runtime/ to ClassAccessor""
by Mathieu Chartier
· 6 years ago
3f89c2d
Merge "Remove unused native implementation of Object.wait()"
by Treehugger Robot
· 6 years ago
18090d1
Refactor String resolution.
by Vladimir Marko
· 6 years ago
03004e6
Remove unused native implementation of Object.wait()
by Paul Duffin
· 6 years ago
bcf1752
ObjPtr<>-ify array allocations.
by Vladimir Marko
· 6 years ago
a8bba7d
ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.
by Vladimir Marko
· 6 years ago
750cf88
Merge changes I51c462c0,If8674fc7
by Vladimir Marko
· 6 years ago
5924a4a
Move String::SizeOf<> to string.h .
by Vladimir Marko
· 6 years ago
4eb6fa0
Merge "Rename nativeHoldsLock to holdsLock and make it work on current thread"
by Paul Duffin
· 6 years ago
a4f1f6e
Rename nativeHoldsLock to holdsLock and make it work on current thread
by Paul Duffin
· 6 years ago
679730e
Remove static GcRoot<>s from Field, Method, Constructor.
by Vladimir Marko
· 6 years ago
c7aa87e
Remove static_class_ from Method/VarHandle and CallSite.
by Vladimir Marko
· 6 years ago
2d3065e
ObjPtr<>-ify annotation processing.
by Vladimir Marko
· 6 years ago
eef7757
Fix test 674-hiddenapi when debuggable.
by Mathew Inwood
· 6 years ago
c5b7564
ART: Fix jvalue includes
by Andreas Gampe
· 6 years ago
57b1bcd
Merge "Implement VMDebug API to mark a class "platform""
by David Brazdil
· 6 years ago
5e046f8
Merge "Add support for loading trusted dex files."
by David Brazdil
· 6 years ago
59a49a6
Implement VMDebug API to mark a class "platform"
by David Brazdil
· 6 years ago
35a4f48
Add support for loading trusted dex files.
by Nicolas Geoffray
· 6 years ago
016fcbe2
Support system server ART-profiling
by Calin Juravle
· 7 years ago
a3ad0cd
ART: Move JNI files to runtime/jni/ .
by Vladimir Marko
· 6 years ago
c9c87f6
Add VMRuntime.setDedupeHiddenApiWarnings().
by Mathew Inwood
· 7 years ago
1fd97f2
Log an event on hidden API accesses.
by Mathew Inwood
· 7 years ago
9a13d42
Consider whitelist when listing class members.
by Mathew Inwood
· 7 years ago
74b9994
Merge "Move profile dependent modules to libartbase"
by Treehugger Robot
· 7 years ago
79e2607
Move profile dependent modules to libartbase
by David Sehr
· 7 years ago
c0d988a
ART: Stop Hidden API stackwalk for class initializers in j.l.i.
by Orion Hodson
· 7 years ago
9574f49
ART: Walk past j.l.i in stackwalk for Hidden API
by Orion Hodson
· 7 years ago
6097672
Remove some unnecessary items from WellKnownClasses.
by Vladimir Marko
· 7 years ago
f5f1f80
Revert^2 "hidden_api: Call back into libcore on hidden api detection""
by Narayan Kamath
· 7 years ago
8c5de0f
Revert "hidden_api: Call back into libcore on hidden api detection"
by Orion Hodson
· 7 years ago
a9660f1
hidden_api: Call back into libcore on hidden api detection
by Narayan Kamath
· 7 years ago
27b9676
ART: Simplify quasi_atomic.h
by Orion Hodson
· 7 years ago
aa12001
ART: Refactor hidden_api
by Andreas Gampe
· 7 years ago
b38988a
Merge "Revert "Revert "Allow hidden API access from system libraries"""
by Treehugger Robot
· 7 years ago
8e1a7cb
Revert "Revert "Allow hidden API access from system libraries""
by David Brazdil
· 7 years ago
7d74ef5
Support for API exemptions from API blacklisting.
by Mathew Inwood
· 7 years ago
0127b71
Revert "Allow hidden API access from system libraries"
by Nicolas Geoffray
· 7 years ago
eefabd2
Allow hidden API access from system libraries
by David Brazdil
· 7 years ago
e8a4e37
Merge "More flexible API enforcement policy support."
by Mathew Inwood
· 7 years ago
597d7f6
More flexible API enforcement policy support.
by Mathew Inwood
· 7 years ago
6ff3b37
ART: Clean up Trace
by Andreas Gampe
· 7 years ago
92abf46
Merge "Do fewer GCs shortly after zygote fork"
by Lokesh Gidra
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
58143d2
ART: Fixes for constructor parameter annotations
by Orion Hodson
· 7 years ago
63e9e87
Merge "Add timestamps to JIT/DEX native debug info."
by David Srbecky
· 7 years ago
e42d717
Merge "native: Cleanup jni usage code"
by Treehugger Robot
· 7 years ago
06537f7
native: Cleanup jni usage code
by Igor Murashkin
· 7 years ago
b2ec9f5
Remove duplication, split tests
by David Sehr
· 7 years ago
440a9b3
Add timestamps to JIT/DEX native debug info.
by David Srbecky
· 7 years ago
e06e48e
Merge "Propagate an is_zygote flag through nativePostForkChild."
by Treehugger Robot
· 7 years ago
86f452c
Merge "Refactor method resolution in class linker."
by Nicolas Geoffray
· 7 years ago
77d3398
Propagate an is_zygote flag through nativePostForkChild.
by Robert Sesek
· 7 years ago
ea179f4
Refactor method resolution in class linker.
by Nicolas Geoffray
· 7 years ago
7287c4d
Add Class.getPrimitiveClass().
by Vladimir Marko
· 7 years ago
60cae4f
Merge "Expose the optimization status of a dex file"
by Calin Juravle
· 7 years ago
d7fbc0e
Refactor hidden API runtime flag from negative to positive
by David Brazdil
· 7 years ago
5f9a801
Expose the optimization status of a dex file
by Calin Juravle
· 7 years ago
068d68d
Print more information about hidden API accesses
by David Brazdil
· 7 years ago
47c420b
Merge "Only set UI warning on hidden API dark greylist"
by Treehugger Robot
· 7 years ago
9226522
Only set UI warning on hidden API dark greylist
by David Brazdil
· 7 years ago
fb3de3d
Create list of open dex files for libbacktrace.
by David Srbecky
· 7 years ago
70e88d6
Merge "Move hidden API warnings into resolvers"
by Treehugger Robot
· 7 years ago
cf026fe
Merge "Enable hidden API enforcement"
by Treehugger Robot
· 7 years ago
2e34916
Enable hidden API enforcement
by David Brazdil
· 7 years ago
a02cb11
Move hidden API warnings into resolvers
by David Brazdil
· 7 years ago
a98a282
Do fewer GCs shortly after zygote fork
by Mathieu Chartier
· 7 years ago
787784f
Revert "Make libdexfile build independent of runtime dir"
by David Sehr
· 7 years ago
8f99e0b
Check DEBUG_GENERATE_MINI_DEBUG_INFO when starting an app
by David Srbecky
· 7 years ago
b40b7e7
Make libdexfile build independent of runtime dir
by David Sehr
· 7 years ago
05dd001
Merge "Always generate JIT mini-debug-info for debuggable apps."
by David Srbecky
· 7 years ago
4384b10
Expose pending hidden API warning through VMRuntime
by David Brazdil
· 7 years ago
ee7d2fd
Start warning on hidden API greylist
by David Brazdil
· 7 years ago
5a61bb7
Start enforcing hidden API blacklist
by David Brazdil
· 7 years ago
39d7589
Always generate JIT mini-debug-info for debuggable apps.
by David Srbecky
· 7 years ago
c5e5aed
Add DISABLE_HIDDEN_API_CHECKS flag to ZygoteHooks
by David Brazdil
· 7 years ago
13a92d5
Merge "ART: Add support for VMStack.getAnnotatedStackTrace"
by Treehugger Robot
· 7 years ago
013fd80
Create an ART-independent DexFileLoader
by David Sehr
· 7 years ago
fb6b0b1
ART: Add support for VMStack.getAnnotatedStackTrace
by Andreas Gampe
· 7 years ago
4cb6347
Merge "ART: Take classloader into account for AttachAgent"
by Treehugger Robot
· 7 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 7 years ago
7b38e69
ART: Take classloader into account for AttachAgent
by Andreas Gampe
· 7 years ago
6362e23
ART: Refactor VMStack code
by Andreas Gampe
· 7 years ago
55256cb
Extensions to check JNI.
by Ian Rogers
· 7 years ago
4032071
Add support for selecting alternate JDWP implementations
by Alex Light
· 7 years ago
666ee3d
Do not pass DexFile to ClassLinker::Lookup/ResolveType().
by Vladimir Marko
· 7 years ago
dcc528d
ART: Move runtime-debug flags to own files
by Andreas Gampe
· 7 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 7 years ago
175706e
Merge "Add VMDebug.getInstancesOfClasses API."
by Treehugger Robot
· 7 years ago
660be6f
Add VMDebug.getInstancesOfClasses API.
by Richard Uhler
· 7 years ago
24ed94f
Add DexFile.getStaticSizeOfFile function.
by Richard Uhler
· 7 years ago
8c2b929
Add JVMTI DDMS extension method and event.
by Alex Light
· 7 years ago
b0a6aee
Record @{Fast,Critical}Native in method's access flags.
by Vladimir Marko
· 7 years ago
33bff25
ART: Make InstructionSet an enum class and add kLast.
by Vladimir Marko
· 7 years ago
ca4e101
Merge "Separate file utilities from utils.cc"
by David Sehr
· 7 years ago
891a50e
Separate file utilities from utils.cc
by David Sehr
· 7 years ago
20c4644
[art] Add classpath check to DexFile.getDexOptNeeded
by Calin Juravle
· 7 years ago
373a9b5
ART: Depend on libnativehelper headers only
by Andreas Gampe
· 7 years ago
d0332e0
ART: Do not depend on libnativehelper - toStringArray
by Andreas Gampe
· 7 years ago
Next »