Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
167436311a08a65dea28dda079a137893821c9c7
/
src
/
stack.h
1674363
Improve interpreter to interpreter invokes.
by Jeff Hao
· 11 years ago
8a01a3a
Make ShadowFrame fields const when not in portable.
by Ian Rogers
· 11 years ago
62d6c77
Interpreter entries and instrumentation as a listener.
by Ian Rogers
· 12 years ago
a7b0c42
Fix crash in stack walking.
by Sebastien Hertz
· 12 years ago
11ffc2d
Changes to LLVM to support deoptimization.
by Jeff Hao
· 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
7616005
Switch over to the google3 unix_file File*.
by Elliott Hughes
· 12 years ago
6702243
Support for SetVReg and add SetGPR.
by Mathieu Chartier
· 12 years ago
ce4cc0d
Using gcmap instead of shadow frame.
by TDYa127
· 12 years ago
df1ce91
Add alignment attribute to packed.
by Ian Rogers
· 12 years ago
40e3bac
Make stack visitor location for bad roots more verbose.
by Ian Rogers
· 12 years ago
2bcb4a4
Add "kind" argument to Get/SetVReg.
by Ian Rogers
· 12 years ago
725a957
Pulled out instrumentation into its own class separate from trace.
by jeffhao
· 12 years ago
2fa6b2e
Interpreter.
by Ian Rogers
· 12 years ago
5438ad8
Add vregs to ShadowFrame.
by Ian Rogers
· 12 years ago
6f1c949
Add root verification when we try to mark an invalid object.
by Mathieu Chartier
· 12 years ago
b23a772
Dump maps inline in disassembled code.
by Ian Rogers
· 12 years ago
81d425b
Pass self to lock methods.
by Ian Rogers
· 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
8320f38
Prune useless entries from dex to pc map
by buzbee
· 12 years ago
b726dcb
Rename GlobalSynchronization to Locks
by Ian Rogers
· 12 years ago
00f7d0e
Global lock levels.
by Ian Rogers
· 12 years ago
0ec569a
Disable dex register descriptions.
by Ian Rogers
· 12 years ago
08fc03a
Include held locks in SIGQUIT thread dumps.
by Elliott Hughes
· 12 years ago
ca19066
Fix initializer lists to be Google C++ style.
by Ian Rogers
· 12 years ago
365c102
Increase use of ScopedJniThreadState.
by Ian Rogers
· 12 years ago
57b47f9
Break an unnecessary dependency.
by Elliott Hughes
· 12 years ago
0399dde
Remove Frame, merge shadow and quick representations.
by Ian Rogers
· 12 years ago
a21039c
Fix a bunch more lint.
by Elliott Hughes
· 12 years ago
efccc56
Frame layout change
by buzbee
· 13 years ago
91bf6cd
More debugger support.
by Elliott Hughes
· 13 years ago
215f314
Even more Mac build fixes.
by Elliott Hughes
· 13 years ago
e343b76
Stub to capture method entry/exit.
by jeffhao
· 13 years ago
6d4d9fc
Reduce meta-data object sizes, introduce meta-data helper classes.
by Ian Rogers
· 13 years ago
cccd84f
Implement local setting.
by Elliott Hughes
· 13 years ago
1bba14f
Implement getting of 64-bit locals (double, long).
by Elliott Hughes
· 13 years ago
bfe487b
Makes objects known to the debugger GC roots, implements the THST message, and lets DDMS request stack traces.
by Elliott Hughes
· 13 years ago
68e7652
Start moving stack-related stuff out of thread.h.
by Elliott Hughes
· 13 years ago