index
:
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
replicant-6.0
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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an abstraction over a compiled code.
Nicolas Geoffray
2015-10-13
1
-0
/
+7
*
ART: Lock counting in the interpreter
Andreas Gampe
2015-10-09
1
-0
/
+73
*
Do more inlining when JITting.
Nicolas Geoffray
2015-10-02
1
-0
/
+4
*
ART: Use unique_ptr for alloca-ed ShadowFrames
Andreas Gampe
2015-09-24
1
-7
/
+33
*
Deoptimization support in optimizing compiler for setting local values
Mingyao Yang
2015-09-17
1
-0
/
+16
*
Cleanup thread access in StackVisitor
Sebastien Hertz
2015-09-15
1
-0
/
+4
*
ART: Some header cleaning around bit-utils
Andreas Gampe
2015-08-17
1
-1
/
+0
*
Move to newer clang annotations
Mathieu Chartier
2015-07-22
1
-43
/
+43
*
runtime: Minor cleanup and extra comments around interpreter
Igor Murashkin
2015-06-11
1
-0
/
+16
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-29
1
-68
/
+33
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
1
-1
/
+1
*
Stack walking of inlined frames.
Nicolas Geoffray
2015-05-18
1
-11
/
+9
*
Add a flag to StackVisitor for inlining.
Nicolas Geoffray
2015-05-11
1
-4
/
+19
*
Check IsReferenceVReg during deopt
Mathieu Chartier
2015-05-08
1
-0
/
+3
*
Fix mismatched new[]/delete.
Christopher Ferris
2015-05-04
1
-2
/
+8
*
Debugger: Remove support for setting values in optimizing.
Nicolas Geoffray
2015-04-24
1
-6
/
+0
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-3
/
+5
*
Refactor and improve GC root handling
Mathieu Chartier
2015-04-06
1
-13
/
+1
*
API change in StackVisitor::GetVReg*.
Nicolas Geoffray
2015-03-13
1
-27
/
+9
*
Remove ThrowLocation.
Nicolas Geoffray
2015-03-10
1
-3
/
+1
*
Stack support for Optimizing compiler
Sebastien Hertz
2015-03-03
1
-2
/
+43
*
Refactor register access from StackVisitor
Sebastien Hertz
2015-01-26
1
-4
/
+23
*
More of the concurrent copying collector.
Hiroshi Yamauchi
2015-01-23
1
-0
/
+7
*
Print more info in MarkSweep::VerifyRoot
Mathieu Chartier
2015-01-15
1
-0
/
+14
*
Remove portable.
Elliott Hughes
2014-12-12
1
-39
/
+1
*
Instruction set features for ARM64, MIPS and X86.
Ian Rogers
2014-11-13
1
-1
/
+1
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-3
/
+3
*
Refactor quick entrypoints
Ian Rogers
2014-10-20
1
-21
/
+7
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-4
/
+4
*
Avoid printing absolute addresses in oatdump
Brian Carlstrom
2014-09-16
1
-2
/
+2
*
ART: Change temporaries to positive names
Razvan A Lupusoru
2014-08-26
1
-98
/
+55
*
More efficient stack walk in exception throwing.
Hiroshi Yamauchi
2014-08-13
1
-0
/
+4
*
Fix access to long/double stack values from debugger
Sebastien Hertz
2014-07-17
1
-0
/
+17
*
Break apart header files.
Ian Rogers
2014-07-15
1
-10
/
+4
*
Revert "Revert "Fix access to FP registers when visiting stack""
Sebastien Hertz
2014-06-17
1
-4
/
+15
*
Revert "Fix access to FP registers when visiting stack"
Sebastien Hertz
2014-06-17
1
-15
/
+4
*
Fix access to FP registers when visiting stack
Sebastien Hertz
2014-06-17
1
-4
/
+15
*
Fix GetOutVROffset to use correct Method* size.
buzbee
2014-06-04
1
-3
/
+4
*
AArch64: Fix cmp-long and method with long arguments.
Zheng Xu
2014-06-04
1
-32
/
+32
*
Don't report down-calls as unhandled exceptions.
Ian Rogers
2014-05-30
1
-0
/
+8
*
ART: Use StackReference in Quick Stack Frame
Andreas Gampe
2014-05-29
1
-18
/
+9
*
Visit methods in stack frames during root visits.
Hiroshi Yamauchi
2014-05-16
1
-5
/
+15
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-4
/
+4
*
Handle implicit stack overflow without affecting stack walks
Dave Allison
2014-05-05
1
-8
/
+0
*
Replace CountOneBits and __builtin_popcount with POPCOUNT.
Vladimir Marko
2014-05-02
1
-2
/
+3
*
Revert "Revert "64bit changes to the stack walker for the Quick ABI.""
Nicolas Geoffray
2014-05-02
1
-10
/
+13
*
Revert "64bit changes to the stack walker for the Quick ABI."
Nicolas Geoffray
2014-04-22
1
-6
/
+5
*
64bit changes to the stack walker for the Quick ABI.
Nicolas Geoffray
2014-04-18
1
-5
/
+6
*
Implement implicit stack overflow checks
Dave Allison
2014-03-31
1
-0
/
+8
*
Implicit null/suspend checks (oat version bump)
Dave Allison
2014-03-13
1
-1
/
+1
[next]