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