index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
dex
/
verified_method.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a flag from the verifier to know if we should compile.
Nicolas Geoffray
2015-06-24
1
-0
/
+1
*
Fix GC map generation edge case
Mathieu Chartier
2015-06-19
1
-5
/
+6
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-7
/
+11
*
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-0
/
+3
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-2
/
+2
*
Fallback to quick in case of soft verification errors
Calin Juravle
2015-04-16
1
-0
/
+1
*
Merge "Revert "Fallback to quick in case of soft verification errors""
Calin Juravle
2015-04-13
1
-1
/
+0
|
\
|
*
Revert "Fallback to quick in case of soft verification errors"
Calin Juravle
2015-04-13
1
-1
/
+0
*
|
Merge "Fallback to quick in case of soft verification errors"
Calin Juravle
2015-04-13
1
-0
/
+1
|
\
\
|
|
/
|
*
Fallback to quick in case of soft verification errors
Calin Juravle
2015-04-10
1
-0
/
+1
*
|
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-1
/
+1
|
/
*
Fix incompatible class change error for JIT stress mode
Mathieu Chartier
2015-03-11
1
-7
/
+14
*
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
1
-4
/
+27
*
Revert "Add JIT"
Nicolas Geoffray
2015-02-24
1
-27
/
+4
*
Add JIT
Mathieu Chartier
2015-02-23
1
-4
/
+27
*
ART: Some Quick cleanup
Andreas Gampe
2015-01-26
1
-8
/
+1
*
ART: Punt to the interpreter for VerifiedMethod errors
Andreas Gampe
2014-12-17
1
-12
/
+11
*
Add verifier support for dequickening
Mathieu Chartier
2014-12-11
1
-20
/
+42
*
ART: Fix crash with unreachable void check-cast
Stephen Kyle
2014-11-07
1
-0
/
+4
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-8
/
+12
*
Revert "Add read barriers for the roots in the verifier."
Ian Rogers
2014-09-10
1
-6
/
+6
*
Add read barriers for the roots in the verifier.
Hiroshi Yamauchi
2014-07-31
1
-6
/
+6
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-2
/
+2
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Refactor verification results.
Vladimir Marko
2014-01-28
1
-0
/
+312