index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
class_linker_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix all our unused parameter warnings so we let GCC report them.
Elliott Hughes
2012-03-16
1
-4
/
+4
*
Refactor the compilers out of libart.
Elliott Hughes
2012-03-09
1
-1
/
+1
*
Remove pad word from arrays
Ian Rogers
2012-02-28
1
-8
/
+33
*
Invoke static/direct dispatch change.
Ian Rogers
2012-02-27
1
-4
/
+10
*
user build support for art (2 of 3)
Brian Carlstrom
2012-02-16
1
-1
/
+1
*
Remove dexCacheResolvedMethods, address Proxy issue
Ian Rogers
2012-02-14
1
-4
/
+0
*
Revert "Remove dexCacheResolvedMethods from Method/Constructor"
Ian Rogers
2012-02-14
1
-0
/
+4
*
Remove dexCacheResolvedMethods from Method/Constructor
Ian Rogers
2012-02-13
1
-4
/
+0
*
Runtime access checks on virtual method calls
Ian Rogers
2012-02-13
1
-3
/
+3
*
Remove Method's dex_cache_resolved_fields_
Ian Rogers
2012-02-06
1
-4
/
+0
*
Fix copyright headers.
Elliott Hughes
2012-01-30
1
-1
/
+15
*
Class clean-up and compute name during image writing.
Ian Rogers
2012-01-30
1
-21
/
+21
*
Fix test 046.
Elliott Hughes
2012-01-26
1
-3
/
+3
*
Add GC map to oat file
Brian Carlstrom
2012-01-17
1
-1
/
+1
*
Changes to compile with gcc 4.6
Brian Carlstrom
2012-01-09
1
-1
/
+3
*
Fix class_linker_test now FindClass uses const char*.
Elliott Hughes
2011-12-16
1
-3
/
+3
*
Avoid copying and strlen(3) in the FindClass path.
Elliott Hughes
2011-12-16
1
-5
/
+5
*
Fix for test 044-proxy
Ian Rogers
2011-12-15
1
-11
/
+0
*
Knock 0.5s off the Calculator startup time.
Elliott Hughes
2011-12-13
1
-11
/
+11
*
Reduce meta-data object sizes, introduce meta-data helper classes.
Ian Rogers
2011-12-06
1
-110
/
+124
*
Make methods and fields accessible by default in art.
Jesse Wilson
2011-11-24
1
-8
/
+0
*
Refactor testing to use dex file find routines.
Ian Rogers
2011-11-14
1
-2
/
+5
*
Added caching of indexes for annotations.
jeffhao
2011-11-03
1
-0
/
+2
*
Make ResolveField not rely on Field::GetType resolution
Brian Carlstrom
2011-10-25
1
-19
/
+20
*
Verifier clean up.
Ian Rogers
2011-10-24
1
-3
/
+1
*
Reuse SIRT for C++ references
Brian Carlstrom
2011-10-20
1
-34
/
+35
*
Fix cpplint's whitespace warnings.
Elliott Hughes
2011-10-17
1
-17
/
+2
*
Fix for test 069.
Ian Rogers
2011-10-17
1
-3
/
+3
*
Proxy implementation
Ian Rogers
2011-10-14
1
-3
/
+3
*
Create proxy class, constructor, and methods.
Jesse Wilson
2011-10-13
1
-0
/
+21
*
Track new proxy cache field in ClassLoader.
Jesse Wilson
2011-10-11
1
-0
/
+1
*
Working ClassLoader
Brian Carlstrom
2011-10-10
1
-12
/
+12
*
Move from code field routines to runtime support.
Ian Rogers
2011-10-07
1
-2
/
+1
*
Move rest of code related blobs from Method to oat
Brian Carlstrom
2011-10-07
1
-58
/
+33
*
Spill possibly reference holding registers for runtime calls.
Ian Rogers
2011-10-07
1
-3
/
+5
*
Teach ClassLinkerTest about Reference.referent
Brian Carlstrom
2011-10-05
1
-1
/
+5
*
Add Class::IsFinalizable and Object::AddFinalizerReference.
Elliott Hughes
2011-10-04
1
-0
/
+33
*
Fixed test for static final fields that don't use <clinit>.
jeffhao
2011-09-29
1
-26
/
+26
*
Revert "Reverts to track dalvik and libcore"
Jesse Wilson
2011-09-29
1
-1
/
+0
*
Implement Class.getDeclared(Constructors|Fields|Methods).
Elliott Hughes
2011-09-23
1
-34
/
+27
*
Add tables to map between callee saves and vregs
buzbee
2011-09-23
1
-0
/
+1
*
Reverts to track dalvik and libcore
Brian Carlstrom
2011-09-23
1
-0
/
+1
*
Field reflection.
Elliott Hughes
2011-09-21
1
-0
/
+22
*
Tracking removal of Method.NO_ANNOTATIONS static field from libcore
Brian Carlstrom
2011-09-21
1
-1
/
+0
*
Fix compiler class initialization to properly deal with super classes
Brian Carlstrom
2011-09-19
1
-10
/
+18
*
Change Class::component_type_ and implement reflect.Array
Brian Carlstrom
2011-09-18
1
-116
/
+119
*
Compile time class initialization for classes without <clinit>
Brian Carlstrom
2011-09-15
1
-0
/
+4
*
Added method fields for register map. Populated by verifier.
jeffhao
2011-09-15
1
-0
/
+2
*
Fix ClassLinker::LinkInterfaceMethods bug
Brian Carlstrom
2011-09-15
1
-0
/
+23
*
Finish moving state to managed heap
Brian Carlstrom
2011-09-11
1
-15
/
+19
[next]