Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
30022aff96bfcce588cd15f8f46f3f720f69c471
/
runtime
/
oat.cc
2a0d4ec
ART: Fix forbidden thread state change in interpreter
by Andreas Gampe
· 10 years ago
e1d0781
Fix interpreter entrypoint initialization in the image
by Sebastien Hertz
· 10 years ago
c0cf944
Switch on implicit checks and bump oat version to force recompilation
by Dave Allison
· 10 years ago
055c29f
Art compiler: remove unnecessary sqrt call
by buzbee
· 10 years ago
9e36931
Move modify_ldt_lock into global lock order.
by Chao-ying Fu
· 10 years ago
7624d25
Move quick frame info to OatQuickMethodHeader.
by Vladimir Marko
· 11 years ago
f36d985
Bump oat version to force recompile.
by Dave Allison
· 10 years ago
09bc9d2
Bump oat version again to force recompile
by Dave Allison
· 10 years ago
ffcf226
Up OAT version to force recompile
by Dave Allison
· 11 years ago
2d1ab0a
Use WaitHoldingLocks in ReferenceProcessor::GetReferent.
by Mathieu Chartier
· 11 years ago
8668c3c
Add finalizer references from the entrypoints.
by Mathieu Chartier
· 11 years ago
8a63057
Move mapping table and vmap table offsets to OatMethodHeader.
by Vladimir Marko
· 11 years ago
96c6ab9
Separate maps from code in oat file.
by Vladimir Marko
· 11 years ago
d6ed642
Revert "Revert "Revert "Use trampolines for calls to helpers"""
by Dave Allison
· 11 years ago
f9487c0
Revert "Revert "Use trampolines for calls to helpers""
by Dave Allison
· 11 years ago
f6b65c1
Add r4 as promotable register if implicit suspend checks
by Dave Allison
· 11 years ago
60d7a65
Fix stack overflow for mutual recursion.
by Brian Carlstrom
· 11 years ago
b373e09
Implicit null/suspend checks (oat version bump)
by Dave Allison
· 11 years ago
c6104ae
Fix oatdump for apps.
by Dave Allison
· 11 years ago
173a8b4
Bump oat version due to InstructionSet enum renumbering in change:
by Brian Carlstrom
· 11 years ago
2da8823
Initial changes towards Generic JNI option
by Andreas Gampe
· 11 years ago
2e589aa
Encode VmapTable entries offset by 2 to reduce size.
by Vladimir Marko
· 11 years ago
7f9d66c
Bump oat file version due to apparent recent code/runtime interface change
by Brian Carlstrom
· 11 years ago
5ddb410
Remove intialized static storage from dex cache.
by Ian Rogers
· 11 years ago
1e6cb63
Delta-encoding of mapping tables.
by Vladimir Marko
· 11 years ago
5da3778
Turn up oat version to 11
by Brian Carlstrom
· 11 years ago
7020278
Support hardware divide instruction
by Dave Allison
· 11 years ago
88474b4
Implement Interface Method Tables (IMT).
by Jeff Hao
· 11 years ago
ba150c3
Omit OatMethodOffsets for classes without compiled code
by Brian Carlstrom
· 11 years ago
468532e
Entry point clean up.
by Ian Rogers
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed from src/oat.cc]
0aba0ba
Created compiled stubs in image.
by Jeff Hao
· 11 years ago
9609cb6
Remove remaining code related to compiled invoke and proxy stubs.
by Jeff Hao
· 12 years ago
74180ca
Remove code related to compiled invoke stubs.
by Jeff Hao
· 12 years ago
4f6ad8a
Various performance improvements.
by Ian Rogers
· 12 years ago
c928de9
Remove Iceland.
by Ian Rogers
· 12 years ago
75bc896
Add missing proxy_stub_offset_ initializer.
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
f852fb2
Fix OatHeader.isValid
by Brian Carlstrom
· 12 years ago
28db012
Add oat file dependency on boot.oat load location
by Brian Carlstrom
· 12 years ago
341df94
Bump oat version number and add OatHeaderSizeCheck test
by Brian Carlstrom
· 12 years ago
971bf3f
Compile method one-by-one.
by Logan Chien
· 13 years ago
7a2a23a
Cleanup proxy stub compiler code.
by Logan Chien
· 12 years ago
eead4ac
Implement proxy stub for compiler_llvm.
by TDYa127
· 12 years ago
937105a
Use ELF function index to distinguish generated functions.
by Logan Chien
· 13 years ago
ccb7bf1
Add ELF index to OatMethodOffsets.
by Logan Chien
· 13 years ago
25ae640
Write ELF image to Oat file.
by Logan Chien
· 13 years ago
81f3ca1
Add image dependency to oat files
by Brian Carlstrom
· 13 years ago
a72ec82
Store the instruction set in the oat header, and use it in oatdump.
by Elliott Hughes
· 13 years ago
2faa5f1
Fix copyright headers.
by Elliott Hughes
· 13 years ago
e7d856b
Add GC map to oat file
by Brian Carlstrom
· 13 years ago
0571d35
Refactor the use of Method by the compiler.
by Ian Rogers
· 13 years ago
362f9bc
Fix cpplint's whitespace warnings.
by Elliott Hughes
· 13 years ago
06b37d9
Always log the value when an alignment check fails.
by Elliott Hughes
· 13 years ago
3320cf4
Move rest of code related blobs from Method to oat
by Brian Carlstrom
· 13 years ago
e24fa61
Separate oat from image
by Brian Carlstrom
· 13 years ago