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