index
:
art.git
kitkat
q10.0
s12.0
s12.1
art
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
transaction_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Abort transaction when Class.forName() fails.
Vladimir Marko
2021-03-30
1
-1
/
+13
*
Explictly pass VerifierDeps when asking for class verification.
Nicolas Geoffray
2021-03-22
1
-4
/
+4
*
Fix transaction_test after libcore changes.
Vladimir Marko
2020-08-17
1
-19
/
+23
*
Fix Transaction constraint validation...
Vladimir Marko
2020-01-20
1
-25
/
+91
*
Check stored references in transactional interpreter.
Vladimir Marko
2019-11-13
1
-4
/
+20
*
Update Transaction for boot image extension.
Vladimir Marko
2019-07-29
1
-22
/
+79
*
Add default argument kIsInstrumented=true.
Vladimir Marko
2019-05-17
1
-5
/
+6
*
Partially ObjPtr<>-ify Object, fix stale ref in test.
Vladimir Marko
2019-04-02
1
-7
/
+7
*
ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test.
Vladimir Marko
2019-03-29
1
-13
/
+21
*
ART: Move dex structs into own header
Andreas Gampe
2019-01-02
1
-1
/
+1
*
ART: Add class-alloc-inl.h
Andreas Gampe
2018-10-26
1
-0
/
+1
*
ART: Add array-alloc-inl.h
Andreas Gampe
2018-10-25
1
-1
/
+1
*
ObjPtr<>-ify array allocations.
Vladimir Marko
2018-06-01
1
-1
/
+1
*
Create dex subdirectory
David Sehr
2018-01-05
1
-1
/
+1
*
Change ClassStatus to fit into 4 bits.
Vladimir Marko
2018-01-05
1
-1
/
+1
*
Do not pass DexFile to ClassLinker::Lookup/ResolveString().
Vladimir Marko
2017-12-11
1
-3
/
+3
*
Determine HLoadClass/String load kind early.
Vladimir Marko
2017-12-08
1
-2
/
+3
*
Move transaction creation to runtime
Chang Xing
2017-07-22
1
-39
/
+20
*
Deterministic DexCache in heap images.
Vladimir Marko
2017-03-23
1
-3
/
+3
*
ART: Add operator == and != with nullptr to Handle
Andreas Gampe
2017-02-14
1
-31
/
+31
*
ART: Add dex::StringIndex
Andreas Gampe
2016-11-29
1
-4
/
+2
*
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-09-29
1
-8
/
+8
*
Add transactions for string resolve
Mathieu Chartier
2016-09-08
1
-0
/
+52
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-29
1
-1
/
+1
*
ART: Clean up includes.
Vladimir Marko
2015-04-13
1
-0
/
+1
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-28
/
+28
*
Use specific exception class to abort transaction
Sebastien Hertz
2015-04-03
1
-3
/
+5
*
Reserve bits in the lock word for read barriers.
Hiroshi Yamauchi
2015-03-03
1
-8
/
+8
*
Fix transaction aborting
Sebastien Hertz
2015-02-05
1
-59
/
+120
*
Fix 2 new sets of clang compiler warnings.
Ian Rogers
2014-10-10
1
-12
/
+12
*
Some optimizations for the array alloc path.
Hiroshi Yamauchi
2014-09-25
1
-1
/
+1
*
ART: Rename Handle hierarchy
Andreas Gampe
2014-09-15
1
-1
/
+1
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-12
/
+12
*
Break apart header files.
Ian Rogers
2014-07-15
1
-0
/
+1
*
Change FieldHelper to use a handle.
Mathieu Chartier
2014-06-06
1
-18
/
+18
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-221
/
+219
*
Use non volatile lock words in semispace collector.
Mathieu Chartier
2014-04-17
1
-3
/
+3
*
Refactor reflective method invocation.
Ian Rogers
2014-03-14
1
-1
/
+0
*
Fix valgrind gtests and memory leaks.
Mathieu Chartier
2014-03-05
1
-4
/
+4
*
Make allocations report usable size.
Ian Rogers
2014-02-26
1
-1
/
+4
*
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
Brian Carlstrom
2014-02-26
1
-4
/
+4
*
Avoid std::string allocations for finding an array class.
Ian Rogers
2014-02-24
1
-19
/
+41
*
Remove blacklist
Sebastien Hertz
2014-02-17
1
-0
/
+472