Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
77a41a69201579792397ba33bc93f5f5a77da981
/
runtime
/
runtime.h
775c496
resolved conflicts for merge of b926b3c6 to dalvik-dev
by Brian Carlstrom
· 11 years ago
ce88853
Have JNI FindClass fall back to system ClassLoader Bug: 10994325
by Brian Carlstrom
· 11 years ago
d9c4fc9
Inflate contended lock word by suspending owner.
by Ian Rogers
· 11 years ago
3b4c189
Split the allocation path into 'instrumented' and 'uninstrumented' ones.
by Hiroshi Yamauchi
· 11 years ago
810b1d7
resolved conflicts for merge of bb0140e0 to dalvik-dev
by Mathieu Chartier
· 11 years ago
c11d9b8
Re-enable concurrent system weak sweeping.
by Mathieu Chartier
· 11 years ago
6aa3df9
Refactor system weak sweeping, add support for modification.
by Mathieu Chartier
· 11 years ago
a436fde
Handle OOMEs in class linker with grace.
by Ian Rogers
· 11 years ago
ee23f85
Merge "Add more runtime options." into dalvik-dev
by Mathieu Chartier
· 11 years ago
2775ee4
Add more runtime options.
by Mathieu Chartier
· 11 years ago
fe9ca40
Compiler filter update
by buzbee
· 11 years ago
8718359
Add -XX:+DisableExplicitGC option for Art
by Anwar Ghuloum
· 11 years ago
ea46f95
Refactor java.lang.reflect implementation
by Brian Carlstrom
· 11 years ago
a024a06
Compilation filter
by buzbee
· 11 years ago
e0a53e9
Add low memory mode option to ART.
by Mathieu Chartier
· 11 years ago
63a5434
Add option for changing number of GC threads.
by Mathieu Chartier
· 11 years ago
fc0e321
Fix multiple inclusion guards to match new pathnames
by Brian Carlstrom
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed from src/runtime.h]
1581766
resolved conflicts for merge of 51c2467e to dalvik-dev
by Brian Carlstrom
· 11 years ago
51c2467
libart-compiler cleanup
by Brian Carlstrom
· 11 years ago
2010a60
Disable -Xjnigreflimit: in art too.
by Elliott Hughes
· 11 years ago
7467ee0
Added support for SEA IR.
by Dragos Sbirlea
· 11 years ago
1d54e73
GC clean up.
by Ian Rogers
· 12 years ago
9754368
Removed haspeer check and changed small method default limit
by Anwar Ghuloum
· 12 years ago
c44f68f
Fixed Android.common.mk #define setting for small art
by Anwar Ghuloum
· 12 years ago
b3eb9eb
Fixing Small_Art Default
by Anwar Ghuloum
· 12 years ago
8447d84
Compile filter for small applications and methods
by Anwar Ghuloum
· 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
62d6c77
Interpreter entries and instrumentation as a listener.
by Ian Rogers
· 12 years ago
bd86bcc
Tracking rebase to jb-mr1-release
by Brian Carlstrom
· 12 years ago
265091e
Remove ExtractCodeAndPrelink and switch Portable to MCLinker
by Brian Carlstrom
· 12 years ago
4c1c283
Move compiler_llvm to art::llvm.
by Ian Rogers
· 12 years ago
c928de9
Remove Iceland.
by Ian Rogers
· 12 years ago
2dd0e2c
Directory restructuring of object.h
by Ian Rogers
· 12 years ago
e222ee0
Move stringpiece.h and stringprintf.h to base/.
by Elliott Hughes
· 12 years ago
7616005
Switch over to the google3 unix_file File*.
by Elliott Hughes
· 12 years ago
df1ce91
Add alignment attribute to packed.
by Ian Rogers
· 12 years ago
50ffee2
Introduce -Xint flag for ART.
by Ian Rogers
· 12 years ago
725a957
Pulled out instrumentation into its own class separate from trace.
by jeffhao
· 12 years ago
664bebf
Fix occasional deadlock caused by checkpoint root marking.
by Mathieu Chartier
· 12 years ago
858f1c5
Check point root marking.
by Mathieu Chartier
· 12 years ago
9ebae1f
Concurrent class linker and intern table root marking
by Mathieu Chartier
· 12 years ago
0051be6
Add parsed options for heap min free, heap max free, target utilization.
by Mathieu Chartier
· 12 years ago
120f1c7
Fail threads attaching during runtime shutdown.
by Ian Rogers
· 12 years ago
66f1925
Change dex cache to be java object instead of array, add pointer to dex file in dex cache.
by Mathieu Chartier
· 12 years ago
b726dcb
Rename GlobalSynchronization to Locks
by Ian Rogers
· 12 years ago
1b09b09
Syntax clean up to make clang happy.
by Ian Rogers
· 12 years ago
00f7d0e
Global lock levels.
by Ian Rogers
· 12 years ago
034f76b
Check for null thread groups at initialization
by Brian Carlstrom
· 12 years ago
cc236d7
Zygote space / partial collection support.
by Mathieu Chartier
· 12 years ago
78a5e15
Add missed check in thread group getters.
by Ian Rogers
· 12 years ago
971bf3f
Compile method one-by-one.
by Logan Chien
· 13 years ago
365c102
Increase use of ScopedJniThreadState.
by Ian Rogers
· 12 years ago
a21039c
Fix a bunch more lint.
by Elliott Hughes
· 12 years ago
069387a
Enable / disable CMS runtime options.
by Mathieu Chartier
· 12 years ago
225f5a1
Don't pre-allocate one OOME per thread.
by Elliott Hughes
· 13 years ago
7664f5c
Fix GC performance regression
by Mathieu Chartier
· 13 years ago
9af209c
Move simple runtime accessors to header file
by Ian Rogers
· 13 years ago
8593fdb
Clean up host aborts (and simplify the code).
by Elliott Hughes
· 13 years ago
457005c
Add signal handlers for host builds to imitate debuggerd.
by Elliott Hughes
· 13 years ago
c967f78
Include a new heap summary line in the SIGQUIT output.
by Elliott Hughes
· 13 years ago
a0e1806
Add a SafeMap equivalent to std::map but without the error-prone operator[].
by Elliott Hughes
· 13 years ago
0f3c553
Kill constants.h and fix some copyright headers.
by Elliott Hughes
· 13 years ago
462c944
Fix AttachCurrentThread to use the right thread group.
by Elliott Hughes
· 13 years ago
b5e8185
Added code to allow method tracing from command line.
by jeffhao
· 13 years ago
b3bd5f0
Refactor the compilers out of libart.
by Elliott Hughes
· 13 years ago
fb6adba
Sharpen virtual calls to final methods.
by Ian Rogers
· 13 years ago
1984651
Invoke static/direct dispatch change.
by Ian Rogers
· 13 years ago
a004aa9
user build support for art (2 of 3)
by Brian Carlstrom
· 13 years ago
f1a5adc
Reduce StringPiece usage a bit.
by Elliott Hughes
· 13 years ago
223f20f
Remove old code to support multiple images
by Brian Carlstrom
· 13 years ago
d9c67be
Start parallelizing dex2oat.
by Elliott Hughes
· 13 years ago
2faa5f1
Fix copyright headers.
by Elliott Hughes
· 13 years ago
131aef8
Only allow one thread to abort at a time.
by Elliott Hughes
· 13 years ago
ff17f1f
Remove various bits of lint.
by Elliott Hughes
· 13 years ago
6b35575
Make pthread_mutex_t destruction safer during shutdown.
by Elliott Hughes
· 13 years ago
2692b57
Changed tracer to use an instance to hold state instead of statics.
by jeffhao
· 13 years ago
29e7ac7
Moving from libdvm to libart (1 of 5)
by Brian Carlstrom
· 13 years ago
4dd9b4d
Clean up verbose logging.
by Elliott Hughes
· 13 years ago
21a5bf2
Detect over-long thread suspends and time out fatally.
by Elliott Hughes
· 13 years ago
ae82698
Add --image-classes to dex2oat
by Brian Carlstrom
· 13 years ago
169c9a7
Remove the use of Method from jni_compiler
by Ian Rogers
· 13 years ago
c116070
Added support for -XX:HeapGrowthLimit switch
by jeffhao
· 13 years ago
d1cc836
Wire up enough of the pieces that we can connect ddms or jdb.
by Elliott Hughes
· 13 years ago
94ce37a
Implement -Xstacktracefile.
by Elliott Hughes
· 13 years ago
bb1e8f0
Implement -Xjnigreflimit.
by Elliott Hughes
· 13 years ago
fc86162
Implement lock contention event logging.
by Elliott Hughes
· 13 years ago
47a0d5a
Move art content to /data
by Brian Carlstrom
· 13 years ago
307f75d
Add a C++ equivalent of Android's TimingLogger, and use it for the heap.
by Elliott Hughes
· 13 years ago
caabb1b
Implement Zygote_nativeForkSystemServer
by Brian Carlstrom
· 13 years ago
c33a32b
Sweep the monitor list.
by Elliott Hughes
· 13 years ago
9ca7a1f
Add -Xzygote to suppress starting the signal catcher thread.
by Elliott Hughes
· 13 years ago
aded5f7
Working ClassLoader
by Brian Carlstrom
· 13 years ago
4f0d07c
Spill possibly reference holding registers for runtime calls.
by Ian Rogers
· 13 years ago
1cb0a1d
Support for resolving unknown direct/static methods.
by Ian Rogers
· 13 years ago
ad25ac5
Static and direct resolution stub.
by Ian Rogers
· 13 years ago
34f426c
Make class roots an image root
by Brian Carlstrom
· 13 years ago
58ae941
Simplify command line arguments
by Brian Carlstrom
· 13 years ago
e24fa61
Separate oat from image
by Brian Carlstrom
· 13 years ago
Next »