index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
obj_ptr.h
Age
Commit message (
Expand
)
Author
2021-05-27
Revert "Remove stack protector from some interpreter functions"
Christian Wailes
2021-05-25
Remove stack protector from some interpreter functions
Chris Wailes
2019-03-29
Clean up explicit conversions to ObjPtr<>.
Vladimir Marko
2019-03-26
ART: Clean up obj_ptr.h and obj_ptr-inl.h .
Vladimir Marko
2019-01-09
ART: Use iosfwd more
Andreas Gampe
2019-01-09
ART: Introduce runtime_globals
Andreas Gampe
2018-12-06
ART: Move to using locks.h instead of mutex.h
Andreas Gampe
2018-11-28
Inline methods in ObjPtr even in debug builds.
David Srbecky
2018-09-28
Revert^2 "Load boot image at a random address."
Vladimir Marko
2018-09-27
Revert "Load boot image at a random address."
Vladimir Marko
2018-09-26
Load boot image at a random address.
Vladimir Marko
2018-04-26
Clean up include paths
David Sehr
2018-01-09
Remove extra sizeof().
Evgenii Stepanov
2017-11-16
cpplint: Remove many unnecessary NOLINT
Igor Murashkin
2017-10-12
ART: Change ObjPtr validation
Andreas Gampe
2017-08-22
Remove bits about kPoison in ObjPtr's documentation.
Roland Levillain
2017-02-22
ART: Remove ObjPtr kPoison template parameter
Andreas Gampe
2016-12-09
Clean up Class::GetDirectInterface().
Vladimir Marko
2016-11-04
ART: Add NOLINT to ObjPtr
Andreas Gampe
2016-10-19
Move most of class linker to ObjPtr
Mathieu Chartier
2016-10-06
Move mirror::Object setters to ObjPtr
Mathieu Chartier
2016-10-06
Move remaining jobject related functions to use ObjPtr
Mathieu Chartier
2016-10-05
ObjPtr misc cleanup
Mathieu Chartier
2016-10-04
Rename ObjPtr::Decode to ObjPtr::Ptr
Mathieu Chartier
2016-10-03
Move ArtField to ObjPtr
Mathieu Chartier
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-09-27
Use ObjPtr for reflection.cc/h/inl
Mathieu Chartier