index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
verifier
/
method_verifier.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't allow suspension from FindLocksAtDexPc
Mathieu Chartier
2015-01-06
1
-3
/
+9
*
ART: Fix verification of constructors.
Stephen Kyle
2014-12-22
1
-10
/
+10
*
Add verifier support for dequickening
Mathieu Chartier
2014-12-11
1
-5
/
+4
*
Avoid abort in malformed dex code.
Ian Rogers
2014-11-14
1
-10
/
+8
*
ART: Fix possible soft+hard failure in verifier
Andreas Gampe
2014-11-09
1
-16
/
+10
*
ART: Reject branch/switch/throw to move-result.
Stephen Kyle
2014-09-24
1
-0
/
+15
*
ART: Rename Handle hierarchy
Andreas Gampe
2014-09-15
1
-17
/
+17
*
ART: Allow quickening in the boot image
Andreas Gampe
2014-09-15
1
-12
/
+30
*
Fix stale root error in verifier
Mathieu Chartier
2014-09-12
1
-0
/
+2
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-6
/
+11
*
Revert "Add read barriers for the roots in the verifier."
Ian Rogers
2014-09-10
1
-16
/
+16
*
Clean up Handle usage.
Mathieu Chartier
2014-08-23
1
-14
/
+15
*
Handlerize MethodVerifier::mirror_method_.
Hiroshi Yamauchi
2014-08-22
1
-4
/
+5
*
Add read barriers for the roots in the verifier.
Hiroshi Yamauchi
2014-07-31
1
-16
/
+16
*
Only allow instance-of to improve knowledge of a type for downcasts.
Ian Rogers
2014-07-08
1
-1
/
+3
*
ART: Make verifier check invocation args of unresolved methods
Andreas Gampe
2014-06-17
1
-0
/
+12
*
Reduce header files including header files.
Ian Rogers
2014-06-06
1
-6
/
+2
*
Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter."""
Mathieu Chartier
2014-05-23
1
-6
/
+6
|
\
|
*
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
Mathieu Chartier
2014-05-23
1
-6
/
+6
*
|
Make the specification of when we need precise constants more precise.
Ian Rogers
2014-05-23
1
-3
/
+10
|
/
*
Revert "Fix an outstanding compaction bug in interpreter."
Mathieu Chartier
2014-05-22
1
-6
/
+6
*
Fix an outstanding compaction bug in interpreter.
Mathieu Chartier
2014-05-22
1
-6
/
+6
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-5
/
+5
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-12
/
+12
*
Add more VerifyObject calls.
Mathieu Chartier
2014-03-07
1
-1
/
+1
*
Add root types and thread id to root visiting.
Mathieu Chartier
2014-02-11
1
-1
/
+1
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-2
/
+1
*
Use imprecise constants at compilation time.
Sebastien Hertz
2013-12-20
1
-0
/
+2
*
Move compiler code out of method verifier.
Vladimir Marko
2013-12-17
1
-67
/
+14
*
Add class to verifier's rejected list if superclass is erroneous.
Jeff Hao
2013-12-12
1
-3
/
+2
*
Enable moving classes.
Mathieu Chartier
2013-12-10
1
-0
/
+2
*
Don't prefix GC map by length.
Vladimir Marko
2013-12-10
1
-2
/
+2
*
Avoid unnecessary copy of dex_gc_map.
Vladimir Marko
2013-11-19
1
-3
/
+3
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-14
/
+13
*
Improve quick codegen for aput-object.
Ian Rogers
2013-10-08
1
-2
/
+4
*
Reduce memory allocation in verifier.
Ian Rogers
2013-09-24
1
-12
/
+6
*
StringPiece clean up.
Ian Rogers
2013-09-24
1
-0
/
+1
*
Use class def index from java.lang.Class.
Ian Rogers
2013-09-19
1
-8
/
+11
*
Switch JNI globals lock to reader-writer.
Ian Rogers
2013-08-20
1
-1
/
+1
*
Merge "Get SEA fibonacci running in interpreter mode." into dalvik-dev
Ian Rogers
2013-08-16
1
-1
/
+1
|
\
|
*
Get SEA fibonacci running in interpreter mode.
Dragos Sbirlea
2013-08-16
1
-1
/
+1
*
|
Fix up TODO: c++0x, update cpplint.
Mathieu Chartier
2013-08-16
1
-1
/
+1
|
/
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-23
/
+20
*
Use reader writer mutex for safe checkcast map.
Sebastien Hertz
2013-08-05
1
-1
/
+1
*
Fix memory leak in verifier.
Sebastien Hertz
2013-08-02
1
-0
/
+4
*
Move verification of primitive type puts into helper method.
Jeff Hao
2013-08-01
1
-0
/
+4
*
resolved conflicts for merge of 7934ac28 to dalvik-dev
Brian Carlstrom
2013-07-26
1
-11
/
+11
|
\
|
*
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-26
1
-11
/
+11
*
|
Prevent verifier from creating unused compilation data.
Sebastien Hertz
2013-07-26
1
-1
/
+11
|
/
[next]