index
:
android_dalvik
cm-10.1
cm-10.2
cm-11.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
cm-9.1.0
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
mr1.1-staging
perf
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.1
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vm
/
reflect
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dalvik is dead, long live Dalvik!
Brian Carlstrom
2014-08-05
4
-4869
/
+0
*
Don't implicitly cast NULL to a bool
Bernhard Rosenkränzer
2013-12-29
1
-3
/
+3
*
Implement the dalvik side of libcore.reflect.
Elliott Hughes
2013-07-29
2
-12
/
+19
*
Simplify merges of the annotation code.
Elliott Hughes
2013-07-23
1
-14
/
+11
*
Fix a Field.isAnnotationPresent crash.
Elliott Hughes
2013-03-19
1
-7
/
+12
*
Fix a tracked reference leak in dvmGenerateProxyClass.
Elliott Hughes
2013-02-05
1
-5
/
+4
*
Fix handling of annotations whose classes are missing at runtime.
Elliott Hughes
2012-12-17
1
-18
/
+39
*
am 505c1cad: am 37755063: Merge "Fix Method.getParameterAnnotations."
Elliott Hughes
2012-07-23
1
-0
/
+6
|
\
|
*
Fix Method.getParameterAnnotations.
Elliott Hughes
2012-07-23
1
-0
/
+6
*
|
Fix for bug 6448650 by changing to dvmCreateReflectObjForMethod
Mathieu Chartier
2012-05-17
1
-1
/
+1
|
/
*
am a14639df: Merge "Support architectures that require correctly aligned doub...
Elliott Hughes
2012-05-02
1
-0
/
+9
|
\
|
*
Support architectures that require correctly aligned doubles
Raghu Gandham
2012-02-14
1
-0
/
+9
*
|
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
3
-19
/
+19
*
|
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
2
-19
/
+19
*
|
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-05
1
-2
/
+2
*
|
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
3
-11
/
+11
*
|
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
3
-15
/
+15
|
/
*
Normalize the include guard style.
Carl Shapiro
2011-06-14
1
-3
/
+3
*
More LOG newline cleanup.
Dan Bornstein
2011-05-26
1
-1
/
+1
*
Further conservation of newlines.
Dan Bornstein
2011-05-26
3
-73
/
+73
*
Establish a subclass relationships among the field types.
Carl Shapiro
2011-05-06
3
-14
/
+14
*
Establish a subclass relationship between ClassObject and Object.
Carl Shapiro
2011-05-06
1
-3
/
+3
*
Make interned strings non-movable.
Carl Shapiro
2011-05-05
1
-1
/
+1
*
Establish a subclass relationship between DataObject and Object.
Carl Shapiro
2011-05-02
1
-5
/
+4
*
Merge "Add a non-moving option to dvmMalloc and make use of it." into dalvik-dev
Carl Shapiro
2011-04-28
1
-1
/
+1
|
\
|
*
Add a non-moving option to dvmMalloc and make use of it.
Carl Shapiro
2011-04-27
1
-1
/
+1
*
|
Get rid of uneeded extern, enum, typedef and struct qualifiers.
Carl Shapiro
2011-04-27
2
-14
/
+6
|
/
*
Remove unneeded void argument list declarations.
Carl Shapiro
2011-04-20
1
-1
/
+1
*
Replace public uses of dvmAllocArray with dvmAllocArrayByClass.
Carl Shapiro
2011-04-19
2
-68
/
+46
*
Add a class flag CLASS_ISCLASS.
Dan Bornstein
2011-04-13
2
-3
/
+3
*
Move the reflection code into C++.
Carl Shapiro
2011-04-13
3
-122
/
+99
*
Convert the internal and in-line natives to C++.
Carl Shapiro
2011-04-12
1
-0
/
+8
*
Support reflective lookup of single fields.
Jesse Wilson
2011-03-28
2
-0
/
+38
*
Native code to fast path annotation lookups.
Jesse Wilson
2011-03-25
2
-0
/
+66
*
Optimize annotations.
Jesse Wilson
2011-03-24
2
-0
/
+100
*
Clean up method reference/offset initialization.
Dan Bornstein
2011-03-15
1
-0
/
+7
*
Clean up how primitive types are handled.
Dan Bornstein
2011-03-11
1
-74
/
+102
*
Collate more of the low-level class lookups.
Dan Bornstein
2011-03-07
4
-242
/
+0
*
Set up a few more exceptions.
Dan Bornstein
2011-03-03
1
-2
/
+1
*
More exception cleanup.
Dan Bornstein
2011-02-25
1
-2
/
+2
*
Add new comparator function.
Dan Bornstein
2011-02-23
1
-9
/
+5
*
am 5945bc11: Merge "Optimize Class.getMethod() by loading only one method."
Jesse Wilson
2011-02-23
2
-0
/
+106
|
\
|
*
Optimize Class.getMethod() by loading only one method.
Jesse Wilson
2011-02-23
2
-0
/
+106
*
|
Factor out class names from throw statements.
Dan Bornstein
2011-02-23
3
-8
/
+6
*
|
Remove the HPROF stack trace collection feature.
Carl Shapiro
2011-01-31
1
-3
/
+0
*
|
Fix implicit conversions, rename reserved works, enable -Wc++-compat.
Carl Shapiro
2010-12-07
3
-9
/
+9
|
/
*
Rename wrap/unwrap --> box/unbox
Andy McFadden
2010-11-04
4
-16
/
+16
*
HPROF is here to stay, make WITH_HPROF the default.
Carl Shapiro
2010-11-01
1
-1
/
+1
*
Minor rename.
Andy McFadden
2010-10-12
1
-2
/
+2
*
Track result from dvmCallMethod
Andy McFadden
2010-10-08
1
-0
/
+4
[next]