index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
entrypoints
/
quick
/
quick_alloc_entrypoints.cc
Age
Commit message (
Expand
)
Author
2024-03-26
Rename enums.h/.cc to pointer_size.h/.cc.
Santiago Aboy Solanes
2024-01-12
Add visibility attributes in runtime/entrypoints
Dmitrii Ishcheikin
2024-01-10
Revert "Add visibility attributes in runtime/entrypoints and runtime/native"
Daniel Chapin
2024-01-05
Add visibility attributes in runtime/entrypoints and runtime/native
Dmitrii Ishcheikin
2022-02-14
Set types of quick entry points to void*.
Peter Collingbourne
2021-01-07
Fully honor the "WithChecks" in the alloc entrypoints.
Nicolas Geoffray
2020-04-30
Assert allocator-type is known on OOME
Lokesh Gidra
2019-08-01
Use ClassStatus::kVisiblyInitialized for allocations.
Vladimir Marko
2019-03-25
ObjPtr<>-ify String allocations, fix stale refs.
Vladimir Marko
2019-03-22
ObjPtr<>-ify entrypoint utils.
Vladimir Marko
2018-10-30
ART: Add string-alloc-inl.h
Andreas Gampe
2018-07-10
Don't use StringFactory.newEmptyString in compiled code
Alex Light
2018-05-30
Move String::SizeOf<> to string.h .
Vladimir Marko
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2018-01-05
Create dex subdirectory
David Sehr
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-01-26
Add per array size allocation entrypoints.
Nicolas Geoffray
2017-01-19
Remove unused array entrypoints.
Nicolas Geoffray
2017-01-19
Revert "Revert "Load the array class in the compiler for allocations.""
Nicolas Geoffray
2017-01-19
Revert "Load the array class in the compiler for allocations."
Hiroshi Yamauchi
2017-01-18
Load the array class in the compiler for allocations.
Nicolas Geoffray
2017-01-18
Entrypoints cleanup.
Nicolas Geoffray
2017-01-12
Revert "Revert "Make object allocation entrypoints only take a class.""
Nicolas Geoffray
2017-01-12
Revert "Make object allocation entrypoints only take a class."
Hiroshi Yamauchi
2017-01-11
Make object allocation entrypoints only take a class.
Nicolas Geoffray
2016-11-30
Revert "Revert CC related changes."
Mathieu Chartier
2016-11-30
Revert CC related changes.
Nicolas Geoffray
2016-11-29
Fix mac build in ResetQuickAllocEntryPoints
Mathieu Chartier
2016-11-29
Merge "X86_64: Add allocation entrypoint switching for CC is_marking"
Mathieu Chartier
2016-11-21
ART: Add dex::TypeIndex
Andreas Gampe
2016-11-16
X86_64: Add allocation entrypoint switching for CC is_marking
Mathieu Chartier
2016-11-02
Clean up the runtime read barrier and fix fake address dependency.
Hiroshi Yamauchi
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-08-01
ART: Convert pointer size to enum
Andreas Gampe
2016-05-13
Fix misc-macro-parentheses warnings.
Chih-Hung Hsieh
2015-10-15
Use ATTRIBUTE_UNUSED more.
Roland Levillain
2015-09-03
ART: Move DexCache arrays to native.
Vladimir Marko
2015-07-22
Move to newer clang annotations
Mathieu Chartier
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2015-04-27
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-07
Revert "ART: Fix noreturn for Mac"
Andreas Gampe
2015-04-06
ART: Fix noreturn for Mac
Andreas Gampe
2015-01-23
More of the concurrent copying collector.
Hiroshi Yamauchi
2014-12-29
ART: Reorder entrypoint argument order
Andreas Gampe
2014-11-04
Fix build.
Ian Rogers
2014-11-04
Fix mac build.
Ian Rogers
2014-11-03
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-10-24
Tidy logging code not using UNIMPLEMENTED.
Ian Rogers
2014-10-20
Refactor quick entrypoints
Ian Rogers
2014-09-29
ART: Fix some -Wpedantic errors
Andreas Gampe
[next]