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