Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
dd668730cf052178c679119dfc932b4db354c835
/
runtime
/
class_linker.cc
cbb2d20
Refactor allocation entrypoints.
by Mathieu Chartier
· 11 years ago
590fee9
Compacting collector.
by Mathieu Chartier
· 11 years ago
610e49f
Fix typo in duplicate condition
by Brian Carlstrom
· 11 years ago
7195dd8
Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev
by Ian Rogers
· 11 years ago
dfb325e
Don't use UTF16 length as length for MUTF8.
by Ian Rogers
· 11 years ago
88474b4
Implement Interface Method Tables (IMT).
by Jeff Hao
· 11 years ago
fd7e33f
Merge "Throw IOException at source of failing to open a dex file." into dalvik-dev
by Ian Rogers
· 11 years ago
79b4f38
Fix incorrect initial dex cache size.
by Mathieu Chartier
· 11 years ago
8d31bbd
Throw IOException at source of failing to open a dex file.
by Ian Rogers
· 11 years ago
4e62746
resolved conflicts for merge of 5d79c5de to dalvik-dev
by Brian Carlstrom
· 11 years ago
e810452
Preload DexCaches
by Brian Carlstrom
· 11 years ago
ed9bd3a
am 921270a3: am 8ab30e0c: am 31b9d664: Hold proxy classes live in class linker.
by Mathieu Chartier
· 11 years ago
31b9d66
Hold proxy classes live in class linker.
by Mathieu Chartier
· 11 years ago
9822c33
Merge "Clinits may not have the kAccConstructor flag." into dalvik-dev
by Ian Rogers
· 11 years ago
241b5de
Clinits may not have the kAccConstructor flag.
by Ian Rogers
· 11 years ago
657d498
am ed51dca0: am 9fbe6cbd: am 8e3fb146: Revert "Add Jack modifier."
by Brian Carlstrom
· 11 years ago
8e3fb14
Revert "Add Jack modifier."
by Brian Carlstrom
· 11 years ago
f1603c2
am bf1f0cdc: am 7ba7936d: am 756ee4e0: Find OatDexFile by DexFile name and checksum, not just checksum
by Brian Carlstrom
· 11 years ago
1449f1d
am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type, not file extension.
by Brian Carlstrom
· 11 years ago
756ee4e
Find OatDexFile by DexFile name and checksum, not just checksum
by Brian Carlstrom
· 11 years ago
7c3d13a
Use file magic to determine file type, not file extension.
by Brian Carlstrom
· 11 years ago
49fddff
am acab9fa3: am 13f4f408: am f1524294: Merge "Fix OatFile leak causing dlopen to return stale OatFile contents" into klp-dev
by Brian Carlstrom
· 11 years ago
1c82982
Early exit for static fixup if no direct methods.
by Ian Rogers
· 11 years ago
b00309f
Fix OatFile leak causing dlopen to return stale OatFile contents
by Brian Carlstrom
· 11 years ago
d91d6d6
Introduce Signature type to avoid string comparisons.
by Ian Rogers
· 11 years ago
fc0e94b
StringPiece clean up.
by Ian Rogers
· 11 years ago
2de3587
am 91f98d8b: am 15ae8191: am abcf7ae8: Fix overly restrictive assert
by Brian Carlstrom
· 11 years ago
4ce9e68
am e2ef8795: am 4b166f3e: am cb5f5e53: Make sure CompilerDriver actually resolves types
by Brian Carlstrom
· 11 years ago
abcf7ae
Fix overly restrictive assert
by Brian Carlstrom
· 11 years ago
cb5f5e5
Make sure CompilerDriver actually resolves types
by Brian Carlstrom
· 11 years ago
ee39a10
Use class def index from java.lang.Class.
by Ian Rogers
· 11 years ago
8b2c0b9
Use class def index from java.lang.Class.
by Ian Rogers
· 11 years ago
b307052
resolved conflicts for merge of 613eae4a to dalvik-dev
by Mathieu Chartier
· 11 years ago
c462198
Fix race in root marking.
by Mathieu Chartier
· 11 years ago
423d2a3
Add support for changing roots through the root visitor callback.
by Mathieu Chartier
· 11 years ago
a436fde
Handle OOMEs in class linker with grace.
by Ian Rogers
· 11 years ago
7dfb28c
Don't scan image space when starting runtime.
by Ian Rogers
· 11 years ago
6d3f72c
Use Class::IsVerified to confirm status, not MethodVerifier::FailureKind
by Brian Carlstrom
· 11 years ago
a853bd7
Merge "Don't allow class status to go backward except for error." into dalvik-dev
by Ian Rogers
· 11 years ago
8f3c9ae
Don't allow class status to go backward except for error.
by Ian Rogers
· 11 years ago
fe9ca40
Compiler filter update
by buzbee
· 11 years ago
be7149f
Avoid throwing NoClassDefFoundError at compile time.
by Ian Rogers
· 11 years ago
e6bb3b2
Reduce AOT initialization.
by Ian Rogers
· 11 years ago
3eeda8f
Merge "Get SEA fibonacci running in interpreter mode." into dalvik-dev
by Ian Rogers
· 11 years ago
90af14d
Get SEA fibonacci running in interpreter mode.
by Dragos Sbirlea
· 11 years ago
02e2511
Fix up TODO: c++0x, update cpplint.
by Mathieu Chartier
· 11 years ago
7571e8b
Add flock(2)ing on dex-cache files to prevent races
by Brian Carlstrom
· 11 years ago
0f40ac3
Fix races in small mode compiler filters setup
by Ian Rogers
· 11 years ago
ea46f95
Refactor java.lang.reflect implementation
by Brian Carlstrom
· 11 years ago
08bf196
Work on SMALL_ART and PORTABLE working at the same time.
by Dragos Sbirlea
· 11 years ago
c9f9444
am a024a068: Compilation filter
by buzbee
· 11 years ago
a024a06
Compilation filter
by buzbee
· 11 years ago
848871b
Entry point clean up.
by Ian Rogers
· 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
· 12 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
Next »