Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
bfd9a4378eacaf2dc2bbe05ad48c5164fc93c9fe
/
test
/
StackWalk
/
stack_walk_jni.cc
bfd9a43
Change MethodHelper to use a Handle.
by Mathieu Chartier
· 11 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 11 years ago
507dfdd
Compatibility layer to transition from UniquePtr to std::unique_ptr.
by Ian Rogers
· 11 years ago
ea46f95
Refactor java.lang.reflect implementation
by Brian Carlstrom
· 12 years ago
7934ac2
Fix cpplint whitespace/comments issues
by Brian Carlstrom
· 12 years ago
6f485c6
Fix cpplint whitespace/indent issues
by Brian Carlstrom
· 12 years ago
df62950
Fix cpplint whitespace/parens issues
by Brian Carlstrom
· 12 years ago
0cd7ec2
Fix cpplint whitespace/blank_line issues
by Brian Carlstrom
· 12 years ago
62d6c77
Interpreter entries and instrumentation as a listener.
by Ian Rogers
· 12 years ago
04d7aa9
Fix object verification.
by Ian Rogers
· 12 years ago
2dd0e2c
Directory restructuring of object.h
by Ian Rogers
· 12 years ago
7a22fa6
Refactor StackVisitor to take a Thread*.
by Ian Rogers
· 12 years ago
306057f
Support for deoptimization needed for debugging.
by Ian Rogers
· 12 years ago
725a957
Pulled out instrumentation into its own class separate from trace.
by jeffhao
· 12 years ago
66f1925
Change dex cache to be java object instead of array, add pointer to dex file in dex cache.
by Mathieu Chartier
· 12 years ago
0c7abda
NativePcOffsetToReferenceMap
by Ian Rogers
· 12 years ago
46c6bb2
Rename PcToReferenceMap adding Dex.
by Ian Rogers
· 12 years ago
b726dcb
Rename GlobalSynchronization to Locks
by Ian Rogers
· 13 years ago
00f7d0e
Global lock levels.
by Ian Rogers
· 13 years ago
08fc03a
Include held locks in SIGQUIT thread dumps.
by Elliott Hughes
· 13 years ago
0399dde
Remove Frame, merge shadow and quick representations.
by Ian Rogers
· 13 years ago
df31cf7
Renamed ReferenceMapVisitor to prevent confusion with art version.
by jeffhao
· 13 years ago
776ac1f
Separate out more of LLVM build. Move verifier.
by Ian Rogers
· 13 years ago
b25c3f6
Fix cpplint's whitespace complaints.
by Elliott Hughes
· 13 years ago
1bac54f
Fix all our unused parameter warnings so we let GCC report them.
by Elliott Hughes
· 13 years ago
530fa00
Give WalkStack's callback a way to terminate early.
by Elliott Hughes
· 13 years ago
2faa5f1
Fix copyright headers.
by Elliott Hughes
· 13 years ago
e7d856b
Add GC map to oat file
by Brian Carlstrom
· 13 years ago
91250e0
Knock 0.5s off the Calculator startup time.
by Elliott Hughes
· 13 years ago
6d4d9fc
Reduce meta-data object sizes, introduce meta-data helper classes.
by Ian Rogers
· 13 years ago
d2b8abf
Fix the StackWalk unit test. SegFault was caused by wrong comparisons.
by Shih-wei Liao
· 13 years ago
d81871c
Verifier clean up.
by Ian Rogers
· 13 years ago
2641f71
Move test codes out of src/. They belong to the test/ directory.
by Shih-wei Liao
· 13 years ago
[Renamed from src/stack_walk.cc]
0839bdb
Use CHECK instead of EXPECT. Also, added a previously missing root V0.
by Shih-wei Liao
· 13 years ago
8e4b2fc
Turn on StackWalk. It passes the test now.
by Shih-wei Liao
· 13 years ago
92827a5
Setup AbstractMethodError and dlsym stub when loading from oat
by Brian Carlstrom
· 13 years ago
f5a7a47
Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK).
by Elliott Hughes
· 13 years ago
3320cf4
Move rest of code related blobs from Method to oat
by Brian Carlstrom
· 13 years ago
33f741e
Remove opening of DexFile from pointer
by Brian Carlstrom
· 13 years ago
9407c60
Stack scanning: Find RegisterMap and unit-test it. Add decoding of the map.
by Shih-wei Liao
· 13 years ago