index
:
android_art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
stack.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support proxy method in StackVisitor::GetThisObject
Sebastien Hertz
2014-12-09
1
-0
/
+9
*
Fix oatdump to use OatHeader pointer size
Mathieu Chartier
2014-11-21
1
-9
/
+9
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-4
/
+4
*
Tidy logging code not using UNIMPLEMENTED.
Ian Rogers
2014-10-24
1
-1
/
+2
*
Refactor quick entrypoints
Ian Rogers
2014-10-20
1
-1
/
+1
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
1
-7
/
+8
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-6
/
+6
*
Runtime support for the new stack maps for the opt compiler.
Nicolas Geoffray
2014-09-08
1
-3
/
+7
*
Fix access to long/double stack values from debugger
Sebastien Hertz
2014-07-17
1
-19
/
+134
*
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-1
/
+0
*
Break apart header files.
Ian Rogers
2014-07-15
1
-4
/
+6
*
Register promotion support for 64-bit targets
buzbee
2014-07-03
1
-0
/
+33
*
Revert "Revert "Fix access to FP registers when visiting stack""
Sebastien Hertz
2014-06-17
1
-12
/
+40
*
Revert "Fix access to FP registers when visiting stack"
Sebastien Hertz
2014-06-17
1
-36
/
+12
*
Fix access to FP registers when visiting stack
Sebastien Hertz
2014-06-17
1
-12
/
+36
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-4
/
+4
*
Don't report down-calls as unhandled exceptions.
Ian Rogers
2014-05-30
1
-2
/
+44
*
ART: Use StackReference in Quick Stack Frame
Andreas Gampe
2014-05-29
1
-7
/
+7
*
Improve stack walk performance.
Vladimir Marko
2014-05-20
1
-5
/
+9
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-6
/
+4
*
Merge "Move quick frame info to OatQuickMethodHeader."
Vladimir Marko
2014-05-13
1
-10
/
+9
|
\
|
*
Move quick frame info to OatQuickMethodHeader.
Vladimir Marko
2014-05-13
1
-10
/
+9
*
|
Fix stub_test to pass with SS collector.
Mathieu Chartier
2014-05-09
1
-1
/
+1
|
/
*
Handle implicit stack overflow without affecting stack walks
Dave Allison
2014-05-05
1
-53
/
+5
*
Revert "Revert "64bit changes to the stack walker for the Quick ABI.""
Nicolas Geoffray
2014-05-02
1
-1
/
+1
*
Implement implicit stack overflow checks
Dave Allison
2014-03-31
1
-4
/
+57
*
Fix test-art 083-compiler-regressions with work around
Brian Carlstrom
2014-03-19
1
-1
/
+3
*
Implicit null/suspend checks (oat version bump)
Dave Allison
2014-03-13
1
-2
/
+2
*
Fixing structure of native frame for Generic JNI
Andreas Gampe
2014-03-12
1
-11
/
+5
*
Fix old stack frame size check
Andreas Gampe
2014-03-10
1
-4
/
+6
*
JNI down call fixes.
Ian Rogers
2014-03-09
1
-7
/
+13
*
Fix and optimize verify object.
Mathieu Chartier
2014-02-21
1
-4
/
+1
*
Change root visitor to use Object**.
Mathieu Chartier
2014-02-18
1
-0
/
+5
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-18
/
+18
*
Selective deoptimization.
Sebastien Hertz
2014-01-13
1
-2
/
+2
*
Fix JDWP class-only modifier.
Sebastien Hertz
2013-12-05
1
-0
/
+1
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-0
/
+5
*
Add missing references.
Sebastien Hertz
2013-10-09
1
-2
/
+2
*
Add support for changing roots through the root visitor callback.
Mathieu Chartier
2013-09-13
1
-2
/
+2
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-15
/
+14
*
Uleb128 compression of vmap and mapping table.
Ian Rogers
2013-08-09
1
-4
/
+5
*
Entry point clean up.
Ian Rogers
2013-08-07
1
-1
/
+1
*
Make verifier allow integral types to be put in integral type arrays.
Jeff Hao
2013-08-01
1
-1
/
+5
*
Move assembler out of runtime into compiler/utils.
Ian Rogers
2013-07-29
1
-1
/
+0
*
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-26
1
-4
/
+4
*
Fixes to instrumentation and quick to interpreter entry.
Jeff Hao
2013-07-24
1
-2
/
+5
*
resolved conflicts for merge of df62950e to dalvik-dev
Brian Carlstrom
2013-07-18
1
-3
/
+3
|
\
|
*
Fix cpplint whitespace/parens issues
Brian Carlstrom
2013-07-18
1
-3
/
+3
*
|
Fixes to instrumentation for debug build and interpreter.
Jeff Hao
2013-07-17
1
-4
/
+1
|
/
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+362