index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
StackWalk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-3
/
+3
*
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-26
1
-1
/
+1
*
Fix cpplint whitespace/indent issues
Brian Carlstrom
2013-07-18
1
-2
/
+2
*
Fix cpplint whitespace/parens issues
Brian Carlstrom
2013-07-18
1
-2
/
+2
*
Fix cpplint whitespace/blank_line issues
Brian Carlstrom
2013-07-18
1
-1
/
+1
*
Interpreter entries and instrumentation as a listener.
Ian Rogers
2013-04-08
1
-0
/
+1
*
Fix object verification.
Ian Rogers
2013-03-16
1
-0
/
+1
*
Directory restructuring of object.h
Ian Rogers
2013-01-30
1
-2
/
+4
*
Refactor StackVisitor to take a Thread*.
Ian Rogers
2013-01-23
1
-9
/
+6
*
Support for deoptimization needed for debugging.
Ian Rogers
2013-01-02
1
-1
/
+1
*
Pulled out instrumentation into its own class separate from trace.
jeffhao
2012-11-14
1
-4
/
+4
*
Change dex cache to be java object instead of array, add pointer to dex file ...
Mathieu Chartier
2012-09-21
1
-1
/
+1
*
NativePcOffsetToReferenceMap
Ian Rogers
2012-09-20
1
-3
/
+3
*
Rename PcToReferenceMap adding Dex.
Ian Rogers
2012-09-18
1
-1
/
+1
*
Rename GlobalSynchronization to Locks
Ian Rogers
2012-09-05
1
-2
/
+2
*
Global lock levels.
Ian Rogers
2012-08-14
1
-1
/
+5
*
Include held locks in SIGQUIT thread dumps.
Elliott Hughes
2012-06-27
1
-2
/
+2
*
Remove Frame, merge shadow and quick representations.
Ian Rogers
2012-06-21
1
-23
/
+30
*
Renamed ReferenceMapVisitor to prevent confusion with art version.
jeffhao
2012-04-17
1
-4
/
+4
*
Separate out more of LLVM build. Move verifier.
Ian Rogers
2012-04-14
1
-1
/
+1
*
Fix cpplint's whitespace complaints.
Elliott Hughes
2012-03-26
1
-1
/
+1
*
Fix all our unused parameter warnings so we let GCC report them.
Elliott Hughes
2012-03-16
1
-4
/
+2
*
Give WalkStack's callback a way to terminate early.
Elliott Hughes
2012-03-12
1
-2
/
+4
*
Fix copyright headers.
Elliott Hughes
2012-01-30
1
-1
/
+15
*
Add GC map to oat file
Brian Carlstrom
2012-01-17
1
-1
/
+1
*
Knock 0.5s off the Calculator startup time.
Elliott Hughes
2011-12-13
1
-1
/
+1
*
Reduce meta-data object sizes, introduce meta-data helper classes.
Ian Rogers
2011-12-06
1
-7
/
+9
*
Fix the StackWalk unit test. SegFault was caused by wrong comparisons.
Shih-wei Liao
2011-10-24
1
-3
/
+3
*
Verifier clean up.
Ian Rogers
2011-10-24
1
-23
/
+13
*
Move test codes out of src/. They belong to the test/ directory.
Shih-wei Liao
2011-10-17
1
-0
/
+112
*
Stack scanning: Find RegisterMap and unit-test it. Add decoding of the map.
Shih-wei Liao
2011-09-25
1
-0
/
+93