summaryrefslogtreecommitdiff
path: root/libdexfile
AgeCommit message (Expand)Author
2021-09-27Better isolate standalone ART gtests on device.Roland Levillain
2021-09-13vdex: add checks in the event of file corruption.Nicolas Geoffray
2021-09-06Allow visibility on libdexfile for all libdexfile_support users.Martin Stjernholm
2021-08-13Add `Sdk31ModuleController` support to ART run-tests and gtests.Roland Levillain
2021-07-13Add support for standalone ART gtests to MTS.Roland Levillain
2021-07-12Uncouple ART gtests from the ART APEX.Roland Levillain
2021-06-29Revert cdex version back to 001.Nicolas Geoffray
2021-06-28Do not create APEX stubs for libdexfiled.Martin Stjernholm
2021-06-18Disable compact dex code item deduping.Nicolas Geoffray
2021-06-02Remove libdexfile_support shared library.Martin Stjernholm
2021-05-20Disable most ART source modules when ART prebuilts are enabled.Martin Stjernholm
2021-05-13Make some libdexfile tests inherit art_test_defaults.Martin Stjernholm
2021-04-28Remove RETURN_VOID_NO_BARRIER byte-code.David Srbecky
2021-04-21Rewrite libdexfile C API to follow NDK guidelines better.David Srbecky
2021-04-16Clean up profile tests.Vladimir Marko
2021-04-12Merge libdexfile_external into libdexfile (reland 2).Martin Stjernholm
2021-04-12Fix apex_available lists to avoid APEX stubs between internal libs.Martin Stjernholm
2021-04-09Revert "Merge libdexfile_external into libdexfile (reland)."Ulyana Trafimovich
2021-04-09Merge libdexfile_external into libdexfile (reland).Martin Stjernholm
2021-04-01Revert "Merge libdexfile_external into libdexfile."Nikita Ioffe
2021-04-01Revert "Avoid internal APEX stubs for libsigchain and clean up e..."Nikita Ioffe
2021-04-01Avoid internal APEX stubs for libsigchain and clean up exported symbols.Martin Stjernholm
2021-04-01Merge libdexfile_external into libdexfile.Martin Stjernholm
2021-03-31Better support ICs on virtual callsAlex Light
2021-03-27Remove QUICK bytecodes.David Srbecky
2021-03-26Add PrettyMethod overload with result string.David Srbecky
2021-03-24Improve nterp -> compiled code transitions.Nicolas Geoffray
2021-03-23Support unrecognized methods in profmanAlex Light
2021-03-23Remove method cache from libdexfile_external.David Srbecky
2021-03-23Add a fast path for nterp entrypoint to avoid fetching the shorty.Nicolas Geoffray
2021-03-22Add dex lookup overloads which take C++ lambda callback.David Srbecky
2021-03-22Simplify libdexfile external api.David Srbecky
2021-03-22Change the value of kAccPreCompiled.Vladimir Marko
2021-03-19Remove kAccMiranda and kAccDefaultConflicting.Vladimir Marko
2021-03-19Add min_sdk_version for ART module.Nicolas Geoffray
2021-03-08Faster DexFileVerifier::CheckInterClassDefItem().Vladimir Marko
2021-03-03Workaround for ubsan_minimal dependency in the prebuilt libdexfile_external_s...Martin Stjernholm
2021-03-02[LSC] Add LOCAL_LICENSE_KINDS to artBob Badour
2021-02-23Clean up cc_test/art_cc_test TEST_MAPPING after default updateJulien Desprez
2021-02-19Add text-profile support for multiple ICsAlex Light
2021-02-02Improve trace logging when loading odex filesCalin Juravle
2021-01-06Use HashMap<> and HashSet<> in ClassLinker.Vladimir Marko
2021-01-05Do not open dex files in CLC if we only need to get dexopt statusCalin Juravle
2020-12-14Remove stripped-apk related logic from CLCCalin Juravle
2020-11-24Do not create symbols for [DEDUPED] methods.David Srbecky
2020-11-18Add dex_instruction_list.h to mterp genrule toolsColin Cross
2020-11-04Move hardcoded Soong apex_available lines for ART modules into ARTMartin Stjernholm
2020-10-23Rename ART release APEX to com.android.art.Martin Stjernholm
2020-10-06Drop the cc_defaults module for libdexfile_external_static users.Martin Stjernholm
2020-10-05Use prebuilt_visibility property on sdk/module_exportsPaul Duffin