- a74a707 vdex: add checks in the event of file corruption. by Nicolas Geoffray · 3 years, 4 months ago
- d8c0ac2 Better isolate standalone ART gtests on device. by Roland Levillain · 3 years, 4 months ago
- 315cf0c Allow visibility on libdexfile for all libdexfile_support users (reland). by Martin Stjernholm · 3 years, 4 months ago
- 3056792 Revert "Allow visibility on libdexfile for all libdexfile_suppor..." by Rex Lin · 3 years, 4 months ago
- 3c137bf Allow visibility on libdexfile for all libdexfile_support users. by Martin Stjernholm · 3 years, 4 months ago
- 95bb995 Remove unused MadviseState hints by Jared Duke · 3 years, 5 months ago
- 09bfdf1 Rewrite UTF-8 encoding. by Vladimir Marko · 3 years, 5 months ago
- 66934ef Clean up ClassLinker::VerifyClass. by Nicolas Geoffray · 3 years, 6 months ago
- e4f983c Remove mterp. by Nicolas Geoffray · 3 years, 6 months ago
- 1b9d442 Revert "Do not create 4-byte sequences in `ConvertUtf16ToModifiedUtf8()`" by Chuck Liao · 3 years, 6 months ago
- e0a4f37 Do not create 4-byte sequences in `ConvertUtf16ToModifiedUtf8()` by Vladimir Marko · 3 years, 6 months ago
- 6a2e689 Add support for standalone ART gtests to MTS. by Roland Levillain · 3 years, 6 months ago
- f040914 Uncouple ART gtests from the ART APEX. by Roland Levillain · 3 years, 9 months ago
- b4bd92f Faster hashing in `ClassLinker::LinkVirtualMethods()`. by Vladimir Marko · 3 years, 6 months ago
- 45848da Revert cdex version back to 001. by Nicolas Geoffray · 3 years, 6 months ago
- 9060ebe Don't let the oat file close BCP FD passed from outside by Victor Hsieh · 3 years, 6 months ago
- 8bf1da9 Do not create APEX stubs for libdexfiled. by Martin Stjernholm · 3 years, 6 months ago
- 1776947 Binary search for method by name string and signature. by Vladimir Marko · 3 years, 6 months ago
- ac97f3e Allow libunwindstack to use libdexfile. by Christopher Ferris · 3 years, 6 months ago
- 028cc7e Disable compact dex code item deduping. by Nicolas Geoffray · 3 years, 7 months ago
- e300c4e Faster Class::FindField(). by Vladimir Marko · 3 years, 7 months ago
- 4573be3 Faster Class::FindClassMethod(). by Vladimir Marko · 3 years, 7 months ago
- 34b00fb Remove libdexfile_support shared library. by Martin Stjernholm · 3 years, 8 months ago
- 1dc77ab Disable most ART source modules when ART prebuilts are enabled. by Martin Stjernholm · 3 years, 8 months ago
- 0da7dfc Make some libdexfile tests inherit art_test_defaults. by Martin Stjernholm · 3 years, 8 months ago
- 61c6242 Remove RETURN_VOID_NO_BARRIER byte-code. by David Srbecky · 3 years, 8 months ago
- 30d4d2f Rewrite libdexfile C API to follow NDK guidelines better. by David Srbecky · 3 years, 9 months ago
- f4d05ff Clean up profile tests. by Vladimir Marko · 3 years, 9 months ago
- d3e9ff3 Merge libdexfile_external into libdexfile (reland 2). by Martin Stjernholm · 3 years, 10 months ago
- a2f48a4 Fix apex_available lists to avoid APEX stubs between internal libs. by Martin Stjernholm · 3 years, 9 months ago
- 669756d Revert "Merge libdexfile_external into libdexfile (reland)." by Ulyana Trafimovich · 3 years, 9 months ago
- 14d9155 Merge libdexfile_external into libdexfile (reland). by Martin Stjernholm · 3 years, 10 months ago
- f442a84 Revert "Merge libdexfile_external into libdexfile." by Nikita Ioffe · 3 years, 9 months ago
- 5557553 Revert "Avoid internal APEX stubs for libsigchain and clean up e..." by Nikita Ioffe · 3 years, 9 months ago
- 73d4e11 Avoid internal APEX stubs for libsigchain and clean up exported symbols. by Martin Stjernholm · 3 years, 9 months ago
- 848fc80 Merge libdexfile_external into libdexfile. by Martin Stjernholm · 3 years, 10 months ago
- cff30a0 Better support ICs on virtual calls by Alex Light · 3 years, 9 months ago
- c5cd589 Remove QUICK bytecodes. by David Srbecky · 3 years, 9 months ago
- 753f47a Add PrettyMethod overload with result string. by David Srbecky · 3 years, 9 months ago
- 43c9cd7 Improve nterp -> compiled code transitions. by Nicolas Geoffray · 3 years, 10 months ago
- 8706b9c Support unrecognized methods in profman by Alex Light · 3 years, 9 months ago
- f4c06b5 Remove method cache from libdexfile_external. by David Srbecky · 3 years, 9 months ago
- 40cd07c Add a fast path for nterp entrypoint to avoid fetching the shorty. by Nicolas Geoffray · 3 years, 10 months ago
- cb332bc Add dex lookup overloads which take C++ lambda callback. by David Srbecky · 3 years, 10 months ago
- 2ddb98b Simplify libdexfile external api. by David Srbecky · 3 years, 10 months ago
- 3907ce0 Change the value of kAccPreCompiled. by Vladimir Marko · 3 years, 9 months ago
- de0d0de Remove kAccMiranda and kAccDefaultConflicting. by Vladimir Marko · 3 years, 10 months ago
- ec388c0 Add min_sdk_version for ART module. by Nicolas Geoffray · 3 years, 10 months ago
- 765a167 Faster DexFileVerifier::CheckInterClassDefItem(). by Vladimir Marko · 3 years, 10 months ago
- 49e80cc Workaround for ubsan_minimal dependency in the prebuilt libdexfile_external_static.a. by Martin Stjernholm · 3 years, 10 months ago
- 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 10 months ago
- aa704f1 Clean up cc_test/art_cc_test TEST_MAPPING after default update by Julien Desprez · 3 years, 10 months ago
- a2f1319 Add text-profile support for multiple ICs by Alex Light · 3 years, 11 months ago
- 9807115 Improve trace logging when loading odex files by Calin Juravle · 4 years ago
- 782fb71 Use HashMap<> and HashSet<> in ClassLinker. by Vladimir Marko · 4 years ago
- 6e6f1b2 Do not open dex files in CLC if we only need to get dexopt status by Calin Juravle · 4 years ago
- 5ff2393 Remove stripped-apk related logic from CLC by Calin Juravle · 4 years, 1 month ago
- 23c926d Do not create symbols for [DEDUPED] methods. by David Srbecky · 4 years, 2 months ago
- 7b55065 Add dex_instruction_list.h to mterp genrule tools by Colin Cross · 4 years, 1 month ago
- 694f012 Move hardcoded Soong apex_available lines for ART modules into ART blueprints. by Martin Stjernholm · 4 years, 2 months ago
- 3e9abfc Rename ART release APEX to com.android.art. by Martin Stjernholm · 4 years, 3 months ago
- cbbc8df Drop the cc_defaults module for libdexfile_external_static users. by Martin Stjernholm · 4 years, 3 months ago
- 71f7aff Use prebuilt_visibility property on sdk/module_exports by Paul Duffin · 4 years, 3 months ago
- 01aaf0f Fix fake output from C header test to pass Tradefed scrutiny. by Martin Stjernholm · 4 years, 3 months ago
- 35f765b Link all internal libraries statically into dex2oat(d) on host. by Martin Stjernholm · 4 years, 3 months ago
- 68e5db5 Convert libdexfile_support_static to *_static_defaults modules. by Martin Stjernholm · 4 years, 3 months ago
- e1d2dce Add support for compact dex files in nterp. by Nicolas Geoffray · 4 years, 3 months ago
- 26ab270 A few more inclusive language updates based on newer wordlist by Orion Hodson · 4 years, 5 months ago
- 8ebd86e Replace "dummy" in libartbase/, libdexfile/, compiler/. by Vladimir Marko · 4 years, 5 months ago
- 2d53643 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 4 years, 5 months ago
- c220827 Replace "dummy" with "fake" in some tests. by Vladimir Marko · 4 years, 5 months ago
- c40b151 Use `constexpr` for more constants in `libdexfile/dex/dex_file.h`. by Roland Levillain · 4 years, 6 months ago
- 1cf46a3 Copy tools needed by host gtests to testcases directory. by David Srbecky · 4 years, 6 months ago
- 9974e3c Clean up generated operator<<(os, enum). by Vladimir Marko · 4 years, 7 months ago
- 3255f50 Fix visibility rules now that Make supports visibility checks by Dan Willemsen · 4 years, 7 months ago
- 128f14b Prevent DCHECK failure for failure_reason_ being non empty by Mathieu Chartier · 4 years, 7 months ago
- 1c993cd Revert^2 "Throw ClassFormatError for unsupported default methods." by Vladimir Marko · 4 years, 7 months ago
- 4a88a5a Finish move of jar compilation rules from makefile to soong. by David Srbecky · 4 years, 8 months ago
- b1c8e16 Dynamically link to libz by Jiyong Park · 4 years, 7 months ago
- 883c134 Revert^2 "Remove test_per_src from ART tests." by David Srbecky · 4 years, 8 months ago
- 75b961a Add visibilities for prebuilts. by Martin Stjernholm · 4 years, 8 months ago
- fc5e2ef Revert "Remove test_per_src from ART tests." by Christopher Ferris · 4 years, 8 months ago
- 8103e47 Remove test_per_src from ART tests. by David Srbecky · 4 years, 8 months ago
- 71f661c Set apex_available property by Jiyong Park · 4 years, 8 months ago
- 8089204 Use runtime_libs for the libdexfile_external dependency from libdexfile_support. by Martin Stjernholm · 4 years, 8 months ago
- f48a705 Minor error reporting clean up in DexFileVerifier. by Vladimir Marko · 4 years, 8 months ago
- 63ba647 Faster dex file verification. by Vladimir Marko · 4 years, 9 months ago
- 07c3da7 Reland "Remove platform availability from internal libs that make up by Martin Stjernholm · 4 years, 9 months ago
- 02e6a6f Revert "Remove platform availability from internal libs that make up" by Ady Abraham · 4 years, 9 months ago
- 030f548 Remove platform availability from internal libs that make up by Martin Stjernholm · 4 years, 9 months ago
- e778fa6 Reduce cache memory use of libdexfile. by David Srbecky · 4 years, 9 months ago
- 00cb81d Add explicit dependencies on jni_headers by Orion Hodson · 4 years, 9 months ago
- 842555d Add test mapping to run some libdexfile tests at presubmit. by Martin Stjernholm · 4 years, 9 months ago
- 2d18719 Remove access to internal dex libs for com.android.runtime. by Martin Stjernholm · 5 years ago
- 27374d9 Add new dex file support constructor. by Christopher Ferris · 4 years, 9 months ago
- 6e44830 Remove unnecessary vendor/recovery available from dexfile by Paul Duffin · 4 years, 9 months ago
- 310432e Fix bugprone-macro-parentheses warnings by Chih-Hung Hsieh · 4 years, 10 months ago
- 7f43595 Fix/suppress bugprone-use-after-move warnings by Chih-Hung Hsieh · 4 years, 10 months ago
- 7c2f69e apex_available becomes more correct by Jiyong Park · 5 years ago
- 6ef7713 Remove dead code related to profile collection. by Vladimir Marko · 5 years ago