summaryrefslogtreecommitdiff
path: root/runtime/handle_scope-inl.h
AgeCommit message (Expand)Author
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-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
2021-06-01Avoid race on Thread::tlsPtr_::top_handle_scope. Vladimir Marko
2021-01-13Minor formatting fixes in handle_scope-inl.h Alex Light
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-09ART: IWYU handle_scope Andreas Gampe
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2017-06-02ART: Introduce thread-current-inl.h Andreas Gampe
2017-02-22ART: Remove ObjPtr kPoison template parameter Andreas Gampe
2017-02-03ART: Refactor verify_object.h Andreas Gampe
2016-10-12Replace StackHandleScopeCollection with VariableSizedHandleScope 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-08-01ART: Convert pointer size to enum Andreas Gampe
2015-08-28Fix some HandleScope bugs and add corresponding checks Mathieu Chartier
2015-01-09Fix HandleScope with wrong thread error Mathieu Chartier
2015-01-08Add VerifyObject to StackHandleScope::SetReference Mathieu Chartier
2014-11-03ART: Replace COMPILE_ASSERT with static_assert (runtime) Andreas Gampe
2014-10-27Optimize method linking Mathieu Chartier
2014-10-10Work around ICE bugs with MIPS GCC and O1. Ian Rogers
2014-07-16Remove object_utils.h. Ian Rogers
2014-06-04Fix compiler warnings. Mathieu Chartier
2014-05-14Address comments from HandleScope change. Mathieu Chartier
2014-05-13Add Handle/HandleScope and delete SirtRef. Mathieu Chartier