Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
34de74bb9d91534ab7ebbd1f73ee1d96db894b4c
/
runtime
/
class_linker.cc
468532e
Entry point clean up.
by Ian Rogers
· 11 years ago
ee17e0a
Compilation filter
by buzbee
· 11 years ago
7655f29
Portable refactorings.
by Ian Rogers
· 11 years ago
8df6cea
Put jni lookup stub in native code ptr and fix GetOatMethodFor for proxy.
by Jeff Hao
· 11 years ago
7934ac2
Fix cpplint whitespace/comments issues
by Brian Carlstrom
· 11 years ago
a6468f6
Fix dalvik-dev branch cpplint issues
by Brian Carlstrom
· 11 years ago
ad256bb
Fixing gtest failure due to VerifyClassUsingOatFile change
by Anwar Ghuloum
· 11 years ago
1761e7b
Merge "Fix VerifyClassUsingOatFile to check preverified image classes" into dalvik-dev
by Anwar Ghuloum
· 11 years ago
044d283
Fix VerifyClassUsingOatFile to check preverified image classes
by Anwar Ghuloum
· 11 years ago
56d947f
Add verification of boot.oat generated on device
by Brian Carlstrom
· 11 years ago
f1d3455
Do not mark pages executable unnecessarily to play nice with selinux
by Brian Carlstrom
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed from src/class_linker.cc]
3693c08
Fixes for portable build
by Brian Carlstrom
· 11 years ago
7d658cf
Fix -Xint mode.
by Sebastien Hertz
· 11 years ago
1d54e73
GC clean up.
by Ian Rogers
· 12 years ago
4c22e7e
am 30e2ea4a: Move art to use dalvik names for .oat files
by Brian Carlstrom
· 11 years ago
30e2ea4
Move art to use dalvik names for .oat files
by Brian Carlstrom
· 11 years ago
00626c2
Fix Class.getModifiers for array classes.
by Elliott Hughes
· 11 years ago
233ea8e
No access check support.
by Sebastien Hertz
· 11 years ago
e4c41c2
Merge "Don't recursively take ClassLinker::dex_lock_." into dalvik-dev
by Ian Rogers
· 11 years ago
e3359f7
Don't recursively take ClassLinker::dex_lock_.
by Ian Rogers
· 11 years ago
1484395
am 7675e16b: Rename art-cache to dalvik-cache
by Brian Carlstrom
· 11 years ago
7675e16
Rename art-cache to dalvik-cache
by Brian Carlstrom
· 11 years ago
dd75d5d
Don't set resolution method's compiled code entry to the interpreter.
by Jeff Hao
· 11 years ago
0aba0ba
Created compiled stubs in image.
by Jeff Hao
· 11 years ago
9b645ac
am 62cd098c: Add check to catch use dalvik\'s libcore earlier
by Brian Carlstrom
· 11 years ago
62cd098
Add check to catch use dalvik's libcore earlier
by Brian Carlstrom
· 11 years ago
39ebcb8
More profiler driven tweaks.
by Ian Rogers
· 11 years ago
1bf8d4d
Profiler directed clean-up of dex2oat.
by Ian Rogers
· 11 years ago
790ad90
Some more interpreter cleanup.
by Jeff Hao
· 11 years ago
6951067
Some interpreter cleanup.
by Jeff Hao
· 11 years ago
33e9566
Various GCC 3.6 and clang build fixes.
by Ian Rogers
· 11 years ago
d8274bc
Fix clang build issues.
by Ian Rogers
· 11 years ago
aa4a793
Rename abstract method code_ to entry_point_from_compiled_code_.
by Jeff Hao
· 11 years ago
1674363
Improve interpreter to interpreter invokes.
by Jeff Hao
· 11 years ago
2c6de22
Improve verifier speed.
by Sameer Abu Asal
· 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
ee98895
Add bool to verifier to allow soft failures.
by Jeff Hao
· 12 years ago
c4f105d
Compile less stuff
by Anwar Ghuloum
· 12 years ago
62d6c77
Interpreter entries and instrumentation as a listener.
by Ian Rogers
· 12 years ago
5fa60c3
Remove use of compiled proxy stub from portable.
by Jeff Hao
· 12 years ago
6474d19
Remove use of compiled invoke stubs from portable.
by Jeff Hao
· 12 years ago
f3e9855
Slow ART.
by Ian Rogers
· 12 years ago
4f6ad8a
Various performance improvements.
by Ian Rogers
· 12 years ago
5d91730
Changes to remove need for compiled invoke stubs for quick.
by Jeff Hao
· 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
6824361
Port the "abstract methods are not implementations" fix to art.
by Elliott Hughes
· 12 years ago
05f3057
Move monitor related object routines to object-inl.h
by Ian Rogers
· 12 years ago
8dbb708
Rename run-time functions to distinguish art_quick_[name] vs art_portable_[name].
by Logan Chien
· 12 years ago
2dd0e2c
Directory restructuring of object.h
by Ian Rogers
· 12 years ago
700c8d3
Move .oat files to ELF format
by Brian Carlstrom
· 12 years ago
4c5b265
Test and fixes for invoke-interface on java.lang.Object methods.
by Ian Rogers
· 12 years ago
1aa246d
Move casts.h and stl_util.h into base/.
by Elliott Hughes
· 12 years ago
07ed66b
Move logging.h into base/logging.h.
by Elliott Hughes
· 12 years ago
fe8723b
Merge "Switch over to the google3 unix_file File*." into dalvik-dev
by Elliott Hughes
· 12 years ago
7616005
Switch over to the google3 unix_file File*.
by Elliott Hughes
· 12 years ago
7331813
Remove now unused RelocateExecutable
by Brian Carlstrom
· 12 years ago
1cac343
Remove now unused RelocationBehavior
by Brian Carlstrom
· 12 years ago
2bcb4a4
Add "kind" argument to Get/SetVReg.
by Ian Rogers
· 12 years ago
725a957
Pulled out instrumentation into its own class separate from trace.
by jeffhao
· 12 years ago
02b6a78
Parellel mark stack processing
by Mathieu Chartier
· 12 years ago
64b6d14
Interpret class initializers when building image.
by Ian Rogers
· 12 years ago
e35517a
Remove disable card marks, fix SetPatchLocation.
by Mathieu Chartier
· 12 years ago
2fa6b2e
Interpreter.
by Ian Rogers
· 12 years ago
6ffd096
Add Jack modifier.
by mikaelpeltier
· 12 years ago
28db012
Add oat file dependency on boot.oat load location
by Brian Carlstrom
· 12 years ago
a85b837
Update image oat checksum when patching
by Brian Carlstrom
· 12 years ago
88f3654
Add support for Value Format VALUE_TYPE in the encoded_array_item used for initial values of static field references from a class_def_item
by Brian Carlstrom
· 12 years ago
9ebae1f
Concurrent class linker and intern table root marking
by Mathieu Chartier
· 12 years ago
9bc8191
Flatten interface entries into the iftable.
by Ian Rogers
· 12 years ago
155dfe9
More Gc statistics and logging
by Mathieu Chartier
· 12 years ago
52813c9
Fix typo.
by Ian Rogers
· 12 years ago
7469ebf
Refactor and remove copy mark bits.
by Mathieu Chartier
· 12 years ago
d8195f1
Reduce mark stack / allocation stack / live stack address space usage.
by Mathieu Chartier
· 12 years ago
4445a7e
Class clean-up.
by Ian Rogers
· 12 years ago
50b35e2
Explicitly pass Thread::Current to MutexLock and Alloc.
by Ian Rogers
· 12 years ago
1f53934
Make PopSirt inlinable, pass self to SirtRef.
by Ian Rogers
· 12 years ago
3d1548d
Make compiler initialization of classes parallel.
by Ian Rogers
· 12 years ago
e0f0cb3
Large object space
by Mathieu Chartier
· 12 years ago
23435d0
Assignability checks for SetFieldObject.
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
0c7abda
NativePcOffsetToReferenceMap
by Ian Rogers
· 12 years ago
88c95be
Add missing write barriers to Object::Clone, LinkInterfaceMethods
by Mathieu Chartier
· 12 years ago
9ffb039
Don't retry verification at compile time.
by Ian Rogers
· 12 years ago
c898258
Re-enable parallel verification.
by Ian Rogers
· 12 years ago
ec01423
Classes that hard fail compile-time verification are now marked error.
by jeffhao
· 12 years ago
b726dcb
Rename GlobalSynchronization to Locks
by Ian Rogers
· 12 years ago
87e552d
Make ICCE logic common, refactor throws.
by Ian Rogers
· 12 years ago
da6a90e
Prevent miranda methods from being thrown away during resolution.
by jeffhao
· 12 years ago
e4f0b2a
Allow soft failures at runtime and fix null referrer for ICCE and NSME.
by jeffhao
· 12 years ago
2fc1427
Fix location of ICCEs and NoSuchMethodErrors.
by Ian Rogers
· 12 years ago
c0228b8
Fixes to verifier and slowpaths for cts invoke tests.
by jeffhao
· 12 years ago
08f753d
Avoid compile time rewriting of dex code by verifier.
by Ian Rogers
· 12 years ago
357e9be
Sticky mark bits "generational" GC
by Mathieu Chartier
· 12 years ago
00f7d0e
Global lock levels.
by Ian Rogers
· 12 years ago
529781d
Avoid cases of deriving information from unresolved types giving conflict.
by Ian Rogers
· 12 years ago
3971737
Warn if we load a class that would previously have overridden a package-private method.
by Elliott Hughes
· 12 years ago
Next »