summaryrefslogtreecommitdiff
path: root/runtime/handle_scope.h
AgeCommit message (Expand)Author
2024-03-26Rename enums.h/.cc to pointer_size.h/.cc. Santiago Aboy Solanes
2024-01-18Add visibility attributes in runtime/h* Dmitrii Ishcheikin
2023-11-20Do not create `MethodType` during early init... Vladimir Marko
2023-11-13Clean up `HandleScope`. Vladimir Marko
2023-05-22Use C++17's [[maybe_unused]] attribute in ART Stefano Cianciulli
2023-02-01Reland "Write classes in runtime-generated app image." Nicolas Geoffray
2023-01-29Revert "Write classes in runtime-generated app image." Sam Saccone
2023-01-28Write classes in runtime-generated app image. Nicolas Geoffray
2022-02-23Revert "Make VariableHandleScope consistent between 32 & 64 bit" Vladimir Marko
2021-06-01Avoid race on Thread::tlsPtr_::top_handle_scope. Vladimir Marko
2021-01-12Support null-filled HandleScopes without mutator_lock_ Alex Light
2020-02-12Use stack for first scope in VariableSizedHandleScope Mathieu Chartier
2019-05-24Partially ObjPtr<>-ify HandleScope. Vladimir Marko
2019-01-17ART: Some more iwyu Andreas Gampe
2019-01-15Merge "Make VariableHandleScope consistent between 32 & 64 bit" Alex Light
2019-01-14Make VariableHandleScope consistent between 32 & 64 bit Alex Light
2019-01-09ART: IWYU handle_scope Andreas Gampe
2018-12-06ART: Move to using locks.h instead of mutex.h Andreas Gampe
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2017-12-07ART: Replace base/logging with android-base/logging Andreas Gampe
2017-05-30ART: Add missing namespace comments Andreas Gampe
2017-02-22ART: Remove ObjPtr kPoison template parameter Andreas Gampe
2017-02-21Reduce dex2oat memory usage from VariableHandleScope. Vladimir Marko
2016-11-03ART: Add "explicit" to constructors Andreas Gampe
2016-10-12Replace StackHandleScopeCollection with VariableSizedHandleScope Mathieu Chartier
2016-10-03Move ArtField to ObjPtr Mathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-09-02Clean up some includes. Vladimir Marko
2016-08-30ART: SHARED_REQUIRES to REQUIRES_SHARED Andreas Gampe
2016-08-01ART: Convert pointer size to enum Andreas Gampe
2016-01-26ART: Remove some unnecessary mutator lock annotations. Vladimir Marko
2015-08-12Remove unnecessary `explicit` qualifiers on constructors. Roland Levillain
2015-07-22Move to newer clang annotations Mathieu Chartier
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-05-26ART: Clean up arm64 kNumberOfXRegisters usage. Vladimir Marko
2015-04-06ART: Enable Clang's -Wdeprecated Andreas Gampe
2015-02-19Reference type propagation Calin Juravle
2015-01-08Add VerifyObject to StackHandleScope::SetReference Mathieu Chartier
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. Ian Rogers
2014-10-27Fix 64 bit build Mathieu Chartier
2014-10-27Optimize method linking Mathieu Chartier
2014-10-21Avoid strict-aliasing problems with Handles. Ian Rogers
2014-10-10Work around ICE bugs with MIPS GCC and O1. Ian Rogers
2014-09-15ART: Rename Handle hierarchy Andreas Gampe
2014-07-16Remove object_utils.h. Ian Rogers
2014-07-15Break apart header files. Ian Rogers
2014-06-04Fix compiler warnings. Mathieu Chartier
2014-05-29ART: Use StackReference in Quick Stack Frame Andreas Gampe
2014-05-16Change ObjectLock to take Handle instead of Handle pointer. Mathieu Chartier
2014-05-13Add Handle/HandleScope and delete SirtRef. Mathieu Chartier