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