index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dex_cache.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove pad word from arrays
Ian Rogers
2012-02-28
1
-3
/
+3
*
Invoke static/direct dispatch change.
Ian Rogers
2012-02-27
1
-70
/
+12
*
Add dex cache codegen helper function.
Logan Chien
2012-02-17
1
-7
/
+7
*
Fix copyright headers.
Elliott Hughes
2012-01-30
1
-1
/
+15
*
Stub to capture method entry/exit.
jeffhao
2011-12-07
1
-0
/
+2
*
Refactor the use of Method by the compiler.
Ian Rogers
2011-11-13
1
-7
/
+1
*
Fix cpplint's whitespace warnings.
Elliott Hughes
2011-10-17
1
-3
/
+3
*
Move rest of code related blobs from Method to oat
Brian Carlstrom
2011-10-07
1
-15
/
+4
*
Static and direct resolution stub.
Ian Rogers
2011-10-05
1
-3
/
+9
*
Throw exceptions from ClassLinker.
Elliott Hughes
2011-09-20
1
-1
/
+1
*
Add MANAGED to class definition for classes mirrored beween C++ and managed code
Brian Carlstrom
2011-09-11
1
-2
/
+2
*
Finish moving state to managed heap
Brian Carlstrom
2011-09-11
1
-3
/
+3
*
Working dex2oat and oatexec
Brian Carlstrom
2011-09-06
1
-12
/
+28
*
Complete direct, static & virtual invoke
buzbee
2011-09-02
1
-3
/
+15
*
Use accessor methods for Object fields.
Ian Rogers
2011-09-02
1
-4
/
+4
*
Fully implement string interning.
Elliott Hughes
2011-09-01
1
-4
/
+4
*
Allow compilation of classes in different ClassLoaders
Brian Carlstrom
2011-08-29
1
-1
/
+1
*
Add InitializedStaticStorage table
Brian Carlstrom
2011-08-28
1
-31
/
+44
*
Clarify CodeAndMethods to CodeAndDirectMethods
Brian Carlstrom
2011-08-28
1
-14
/
+21
*
Add DexCache table of <Method*, Method::GetCode()>
Brian Carlstrom
2011-08-26
1
-9
/
+51
*
Fix invoke sequence and enable recursive Fibonacci
buzbee
2011-08-26
1
-6
/
+9
*
Add slow-path code gen for static/direct invokes
buzbee
2011-08-25
1
-0
/
+12
*
First pass of compiler wrapping class
Brian Carlstrom
2011-08-25
1
-10
/
+11
*
Add Method::dex_cache_*_ short cuts to declaring_class_->dex_cache_
Brian Carlstrom
2011-08-21
1
-7
/
+13
*
Initialize ClassLinker from image
Brian Carlstrom
2011-08-21
1
-10
/
+16
*
Add NDEBUG build
Brian Carlstrom
2011-07-27
1
-4
/
+4
*
ClassLinker can now FindClass all libcore classes
Brian Carlstrom
2011-07-26
1
-17
/
+17
*
Rename DexFile to DexCache
Brian Carlstrom
2011-07-23
1
-0
/
+100