Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
61fdf5bca503c30ba1e4dcaf333a8d3299f3bde6
/
runtime
/
runtime.cc
911b4be
Merge "Fix transaction aborting"
by Sebastien Hertz
· 10 years ago
1c80bec
Fix transaction aborting
by Sebastien Hertz
· 10 years ago
eb6c7c2
art: Try to fix parsed_options_test on the build server
by Igor Murashkin
· 10 years ago
aaebaa0
art: Refactor RuntimeOptions/ParsedOptions
by Igor Murashkin
· 10 years ago
02c5f4d
Remove some unused cutils/properties.h references
by Brian Carlstrom
· 10 years ago
2cd334a
More of the concurrent copying collector.
by Hiroshi Yamauchi
· 10 years ago
e34fa1d
Print more info in MarkSweep::VerifyRoot
by Mathieu Chartier
· 10 years ago
57b3429
ART: Allow to compile interpret-only mips64 files
by Andreas Gampe
· 10 years ago
127d933
Merge "Use unique_ptr to track ownership of dex files."
by Richard Uhler
· 10 years ago
fbef44d
Use unique_ptr to track ownership of dex files.
by Richard Uhler
· 10 years ago
e6c143f
Fix bootclasspath string initialization
by Sebastien Hertz
· 10 years ago
c275259
Remove back-door bootclasspath option from Runtime
by Richard Uhler
· 10 years ago
a2cfee3
Fix valgrind imgdiag test failure / memory leak in runtime
by Igor Murashkin
· 10 years ago
487c1c9
Don't add or remove verifiers if aborting
by Mathieu Chartier
· 10 years ago
d289348
Remove a dependency on AndroidConfig.h.
by Elliott Hughes
· 10 years ago
956af0f
Remove portable.
by Elliott Hughes
· 10 years ago
cef50f0
Stop daemon threads in runtime shutdown
by Mathieu Chartier
· 10 years ago
db97871
Revert "Tidy gAborting."
by Nicolas Geoffray
· 10 years ago
015b137
Tidy gAborting.
by Ian Rogers
· 10 years ago
9c7d8bc
Change IsZygote test to !IsCompiler
by Mathieu Chartier
· 10 years ago
bc58ede
Don't call AddImageStringsToTable or MoveImageClassesToClassTable if running imageless
by Mathieu Chartier
· 10 years ago
d582fa4
Instruction set features for ARM64, MIPS and X86.
by Ian Rogers
· 10 years ago
c2e2062
Add hash set
by Mathieu Chartier
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
eb175f7
Add image strings to intern table
by Mathieu Chartier
· 10 years ago
2d2621a
Optimize method linking
by Mathieu Chartier
· 10 years ago
1e4dc25
Merge "[native bridge] Make sure we always unload the native bridge"
by Calin Juravle
· 10 years ago
07d83c7
[native bridge] Make sure we always unload the native bridge
by Calin Juravle
· 10 years ago
c7dd295
Tidy up logging.
by Ian Rogers
· 10 years ago
a21bf6e
Merge "Clarify a confusing error message."
by Elliott Hughes
· 10 years ago
4f55ff6
Clarify a confusing error message.
by Elliott Hughes
· 10 years ago
5830247
Merge "Shut down FaultManager after shutting down threads."
by Vladimir Marko
· 10 years ago
1d8cdbc
Refactor quick entrypoints
by Ian Rogers
· 10 years ago
2beeb82
Shut down FaultManager after shutting down threads.
by Vladimir Marko
· 10 years ago
36f32f6
Merge "Stop using |instance_| in Runtime::InitNativeMethods."
by Piotr Jastrzebski
· 10 years ago
d4c4d95
Some code clean-up.
by Ian Rogers
· 10 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 10 years ago
c5ef693
Stop using |instance_| in Runtime::InitNativeMethods.
by Piotr Jastrzebski
· 10 years ago
6e88ef6
Change MemMap::maps_ to not be global variable
by Mathieu Chartier
· 10 years ago
b57f1c7
Disable kEnableJavaStackTraceHandler
by Brian Carlstrom
· 10 years ago
31d8f52
Add VMRuntime.isBootClassPathOnDisk
by Brian Carlstrom
· 10 years ago
9ef78b5
Fix broken runtime SetStatsEnabled logic
by Mathieu Chartier
· 10 years ago
a460bb0
Merge "ART: Update for split native bridge initialization"
by Andreas Gampe
· 10 years ago
a6da74e
ART: Update for split native bridge initialization
by jgu21
· 10 years ago
3c13a79
ART: Only allow the zygote to create the global boot image
by Andreas Gampe
· 10 years ago
c64746c
Merge "Don't call dlsym from signal context in signal chain"
by Brian Carlstrom
· 10 years ago
69dbec6
Avoid suspending for alloc trace enabling when already suspended.
by Jeff Hao
· 10 years ago
2dbe627
Add runtime options for large object space
by Mathieu Chartier
· 10 years ago
cefcea8
Don't call dlsym from signal context in signal chain
by Dave Allison
· 10 years ago
a5a53ef
Add native support for FinalizerList.makeCircularListIfUnenqueued
by Mathieu Chartier
· 10 years ago
7c438b1
Fix stale root error in verifier
by Mathieu Chartier
· 10 years ago
7b078e8
Compile time performance improvements focusing on interpret-only.
by Ian Rogers
· 10 years ago
b9620f3
Merge "ART: Fix things for valgrind"
by Andreas Gampe
· 10 years ago
928f72b
ART: Fix things for valgrind
by Andreas Gampe
· 10 years ago
44ff470
Merge "Address read barrier issue with cl/106467"
by Hiroshi Yamauchi
· 10 years ago
aa4497d
Improve dex location canonicalization-related performance.
by Vladimir Marko
· 10 years ago
8a74117
Address read barrier issue with cl/106467
by Hiroshi Yamauchi
· 10 years ago
0e59bf8
Merge "ART: Change ART for new native bridge sequence"
by Andreas Gampe
· 10 years ago
6be67ee
ART: Change ART for new native bridge sequence
by Andreas Gampe
· 10 years ago
a07557c
Merge "Remove abuse of mirror::Object* to reference special values."
by Ian Rogers
· 10 years ago
c0542af
Remove abuse of mirror::Object* to reference special values.
by Ian Rogers
· 10 years ago
62bcfec
Merge "Change intern table to unordered set."
by Mathieu Chartier
· 10 years ago
6355745
Pre-allocate the NoClassDefFoundError to be thrown for boot classes.
by Ian Rogers
· 10 years ago
cdfd39f
Change intern table to unordered set.
by Mathieu Chartier
· 10 years ago
bad0267
Add native memory accounting through custom allocator.
by Mathieu Chartier
· 10 years ago
84d7605
Support booting without functioning boot.oat/art patchoat.
by Alex Light
· 10 years ago
37f05ef
Reduced memory usage of primitive fields smaller than 4-bytes
by Fred Shih
· 10 years ago
e25826e
Merge "Support running without a boot image."
by Brian Carlstrom
· 10 years ago
64ad14d
Support running without a boot image.
by Alex Light
· 10 years ago
6a7824d
Add fallback for non moving space being full.
by Mathieu Chartier
· 10 years ago
a68629e
Always setup the native bridge library
by Calin Juravle
· 10 years ago
1f8ef6f
Fix fault handler to unregister on shutdown
by Dave Allison
· 10 years ago
3ea69c0
AttachCurrentThread should only warn on missing thread name if CheckJNI is enabled.
by Brian Carlstrom
· 10 years ago
37f048b
Merge "[ART] Move to system/core native bridge library"
by Calin Juravle
· 10 years ago
c842352
[ART] Move to system/core native bridge library
by Calin Juravle
· 10 years ago
4fcdc94
Execute an application even when dex2oat crashes.
by Nicolas Geoffray
· 10 years ago
68d8b42
Wire up check JNI force copy mode.
by Ian Rogers
· 10 years ago
dfd3b47
Add implicit checks for x86_64 architecture.
by Dave Allison
· 10 years ago
d5c78f4
AArch64: Implicit StackOverflow/NPE/Suspend checks.
by Stuart Monteith
· 10 years ago
58e17ce
Merge "Stop thread from reattaching during runtime shutdown while tracing."
by Jeff Hao
· 10 years ago
c5d824a
Stop thread from reattaching during runtime shutdown while tracing.
by Jeff Hao
· 10 years ago
94f7b49
Add GcRoot to clean up and enforce read barriers.
by Hiroshi Yamauchi
· 10 years ago
855564b
ART: Native bridge command-line parameter
by Andreas Gampe
· 10 years ago
a59dd80
Runtime can now be set to require relocation
by Alex Light
· 10 years ago
535a3fb
Interpreter can kick in even when implicit checks are enabled.
by Nicolas Geoffray
· 10 years ago
69dfe51
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
by Dave Allison
· 10 years ago
ebaca19
Merge "Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""""
by Mathieu Chartier
· 10 years ago
4ee7a66
Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""
by Fred Shih
· 10 years ago
e63db27
Break apart header files.
by Ian Rogers
· 10 years ago
ab08811
Add read barriers for the roots in Runtime.
by Hiroshi Yamauchi
· 10 years ago
f37a88b
ART: Compacting ROS/DlMalloc spaces with semispace copy GC
by Zuo Wang
· 10 years ago
98d1cc8
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
by Mingyao Yang
· 10 years ago
9e82bd3
Revert "Revert "Revert "Add intrinsic for Reference.get()"""
by Sebastien Hertz
· 10 years ago
d4415e8
Revert "Revert "Add intrinsic for Reference.get()""
by Christopher Ferris
· 10 years ago
a9b870b
Revert "Add intrinsic for Reference.get()"
by Christopher Ferris
· 10 years ago
460503b
Add intrinsic for Reference.get()
by Fred Shih
· 10 years ago
3d14eb6
Revert "Add implicit null and stack checks for x86"
by Dave Allison
· 10 years ago
34e826c
Add implicit null and stack checks for x86
by Dave Allison
· 10 years ago
0f635b1
Merge "Fix method tracing from command-line"
by Ian Rogers
· 10 years ago
Next »