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