Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
6686f3cbcd00e949978d5404ef49f4e331604a85
/
libdexfile
fe94b1c
Open libdexfile_external on demand in libdexfile_support.
by Martin Stjernholm
· 6 years ago
84bf698
Revert^2 "Switch from version script to APEX stubs for libdexfile_external and add it to the Runtime APEX."
by Martin Stjernholm
· 6 years ago
eb37ba5
Replace StringPiece with std::string_view in Signature.
by Vladimir Marko
· 6 years ago
7e7ab23
Revert "Switch from version script to APEX stubs for libdexfile_external and add it to the Runtime APEX."
by Martin Stjernholm
· 6 years ago
1923176
Merge "Special case dex files that have hidden API data."
by Nicolas Geoffray
· 6 years ago
119733d
Revert "Revert "ART: introduce PALette abstraction layer""
by Orion Hodson
· 6 years ago
16fc474
Special case dex files that have hidden API data.
by Nicolas Geoffray
· 6 years ago
23b2704
Switch from version script to APEX stubs for libdexfile_external and add it
by Martin Stjernholm
· 6 years ago
e6e01a0
Revert "ART: introduce PALette abstraction layer"
by Orion Hodson
· 6 years ago
4b9d00a
ART: introduce PALette abstraction layer
by Orion Hodson
· 6 years ago
206348c
Selectively allow dead reference elimination
by Hans Boehm
· 6 years ago
12162de
hiddenapi: check for CorePlatform domain
by Orion Hodson
· 6 years ago
e768182
hiddenapi: Print warnings for @CorePlatformApi violations
by David Brazdil
· 6 years ago
90faceb
hiddenapi: Support 'core-platform-api' flag
by David Brazdil
· 6 years ago
46c8246
Fix off by one comparison.
by Nicolas Geoffray
· 6 years ago
3319162
Merge "Fix memory leaks in DexString wrapper and in unit tests."
by Martin Stjernholm
· 6 years ago
8bf1c84
Fix memory leaks in DexString wrapper and in unit tests.
by Martin Stjernholm
· 6 years ago
78438e2
libdexfile: Fix inconsequential resource leak in test
by Greg Kaiser
· 6 years ago
e6a269f
Merge changes Ibd3ef6e3,I6e9944a2
by Martin Stjernholm
· 6 years ago
3a04004
Merge changes from topic "ext-dex-signature-arg"
by Martin Stjernholm
· 6 years ago
750bf04
Add unit tests for libdexfile external API.
by Martin Stjernholm
· 6 years ago
fdb2f60
Separate libdexfile external C ABI from the C++ header file.
by Martin Stjernholm
· 6 years ago
2ccc9c3
Rename libdexfile external API header.
by Martin Stjernholm
· 6 years ago
8764dc3
ART: Use iosfwd more
by Andreas Gampe
· 6 years ago
a711c7f
Expose PrettyMethod's with_signature in GetMethodInfoForOffset.
by Martin Stjernholm
· 6 years ago
6262959
ART: Some more IWYU in common headers
by Andreas Gampe
· 6 years ago
436896c
ART: Some IWYU for IterationRange
by Andreas Gampe
· 6 years ago
7458a7a
ART: Refactor code_item_accessors
by Andreas Gampe
· 6 years ago
ad1aa63
ART: Move Signature to its own header
by Andreas Gampe
· 6 years ago
b8bca30
ART: Move DexFileStringEquals to DexFile
by Andreas Gampe
· 6 years ago
3f1dcd3
ART: Move dex structs into own header
by Andreas Gampe
· 6 years ago
d4d7918
Move constructors and operators should be noexcept.
by Martin Stjernholm
· 6 years ago
10db8fe
Support Windows builds for libartbase/libdexfile
by David Sehr
· 6 years ago
cc56491
Do not cache the method name from PrettyMethod.
by Martin Stjernholm
· 6 years ago
b3d2e83
Add minimal libdexfile API for external users.
by Martin Stjernholm
· 6 years ago
785c987
Plumb through the container as an optional arg to DexFileLoader::Open.
by Martin Stjernholm
· 6 years ago
1c06528
Merge "ART: Clean up base/utils.h"
by Treehugger Robot
· 6 years ago
ca0f2dc
Fix ComputeModifiedUtf8Hash().
by Vladimir Marko
· 6 years ago
97b2811
ART: Clean up base/utils.h
by Andreas Gampe
· 6 years ago
c1896c9
C++17 compatibility: make WITH_TIDY=1 happy again.
by Elliott Hughes
· 6 years ago
427766c
Merge "ART: Mark implicit constructor NOLINT"
by Treehugger Robot
· 6 years ago
2025488
Merge "ART: Some iwyu for logging.h"
by Andreas Gampe
· 6 years ago
489a3fc
ART: Mark implicit constructor NOLINT
by Andreas Gampe
· 6 years ago
dcfa89b
Rename and reorganize hiddenapi::ApiList
by David Brazdil
· 6 years ago
85f1c57
ART: Some iwyu for logging.h
by Andreas Gampe
· 6 years ago
8586569
Runtime flags only for fast/slow hiddenapi path
by David Brazdil
· 6 years ago
ec3adef
libdexfile: rename kVerifyNone to kVerifyNothing
by Orion Hodson
· 6 years ago
39d8c87
Optimize string comparisons in Class::FindClassMethod.
by David Srbecky
· 6 years ago
244c2b9
Merge "Remove dependencies on libutils."
by Martin Stjernholm
· 6 years ago
9581e61
Cache whether we should use interpreter invoke fast-path.
by David Srbecky
· 6 years ago
123333a
Remove dependencies on libutils.
by Martin Stjernholm
· 6 years ago
eead626
Merge "Revert "Link compression libs statically into libartbase and use those everywhere.""
by Nicolas Geoffray
· 6 years ago
65ed42a
Revert "Link compression libs statically into libartbase and use those everywhere."
by Nicolas Geoffray
· 6 years ago
47cd272
Remove HiddenApiAccessFlags, move content to hiddenapi::
by David Brazdil
· 6 years ago
6e32b00
Merge "Link compression libs statically into libartbase and use those everywhere."
by Martin Stjernholm
· 6 years ago
f82eb6e
Merge "Revert^4: Add dex item for hiddenapi flags"
by David Brazdil
· 6 years ago
8a94003
Link compression libs statically into libartbase and use those everywhere.
by Martin Stjernholm
· 6 years ago
20c765f
Revert^4: Add dex item for hiddenapi flags
by David Brazdil
· 6 years ago
6ea9b92
Fix defaulted-function-deleted warning
by Yi Kong
· 6 years ago
d33d318
Revert "Revert^2: Add dex item for hiddenapi flags"
by Luman Qu
· 6 years ago
fe3a979
Revert^2: Add dex item for hiddenapi flags
by David Brazdil
· 6 years ago
d9a0437
Revert "Add dex item for hiddenapi flags"
by David Brazdil
· 6 years ago
0dbc363
Add dex item for hiddenapi flags
by David Brazdil
· 6 years ago
0de385f
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 6 years ago
9b031f7
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 6 years ago
fc4b2ea
Merge "Revert^2 "ART: Refactor typedef to using""
by Treehugger Robot
· 6 years ago
c74d9cb
ART: Modernize counting-down loops
by Andreas Gampe
· 6 years ago
c55bb39
Revert^2 "ART: Refactor typedef to using"
by Andreas Gampe
· 6 years ago
ee07743
Revert "ART: Refactor typedef to using"
by Andreas Gampe
· 6 years ago
9a20ff0
ART: Refactor typedef to using
by Andreas Gampe
· 6 years ago
9f5910c
Merge "Add a --whitelist and --only-report-sdk-uses to veridex."
by Nicolas Geoffray
· 6 years ago
6c2cfb5
Add a --whitelist and --only-report-sdk-uses to veridex.
by Nicolas Geoffray
· 6 years ago
e5afbf3
Refactor DecodeDebugLocalInfo
by Mathieu Chartier
· 6 years ago
3e2e123
Refactor debug info position visiting
by Mathieu Chartier
· 6 years ago
8583bec
oatdump: Convert cdex before exporting dex files
by Anestis Bechtsoudis
· 6 years ago
ec5ed06
ART: Refactor static include list
by Andreas Gampe
· 7 years ago
675e0a5
Fix various not so benign fdsan errors.
by Josh Gao
· 6 years ago
f73caca
Remove superfluous 'virtual' specifiers in ART.
by Roland Levillain
· 6 years ago
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 6 years ago
c34bebf
Remove unnecessary indirection from MemMap.
by Vladimir Marko
· 6 years ago
4b23367
Delete ClassDataItemIterator
by Mathieu Chartier
· 6 years ago
396dc08
Move hiddenapi to ClassAccessor
by Mathieu Chartier
· 6 years ago
8f75f7b
Move veridex to ClassAccessor
by Mathieu Chartier
· 6 years ago
4b22b34
Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 6 years ago
efcdd13
Merge "Move dex_file_verifier_test and dexlayout to ClassAccessor"
by Mathieu Chartier
· 6 years ago
350b6a3
Merge "ART: Improve IsValidMemberName"
by Treehugger Robot
· 6 years ago
a34812c
Move dex_file_verifier_test and dexlayout to ClassAccessor
by Mathieu Chartier
· 6 years ago
759fea2
ART: Improve IsValidMemberName
by Andreas Gampe
· 6 years ago
c49e8f2
Move DexFileVerifier to ClassAccessor
by Mathieu Chartier
· 6 years ago
94c54de
Move dex_file_tracking_registrar and art_dex_file_loader_test to class_accessor
by Mathieu Chartier
· 6 years ago
4ac9ade
Move dexdump, dexlist, openjdkjvmti to ClassAccessor
by Mathieu Chartier
· 6 years ago
98dad40
Finish moving oatdump to ClassAccessor
by Mathieu Chartier
· 6 years ago
6250dfa
Merge "Add a public error code to DexFileLoader::OpenAll."
by Dario Freni
· 6 years ago
bd39d14
ART: Clean up unused using declarations
by Andreas Gampe
· 6 years ago
e166fac
Add a public error code to DexFileLoader::OpenAll.
by Dario Freni
· 6 years ago
c152817
ART: Correctly compare in UTF-16 space
by Andreas Gampe
· 6 years ago
0e4563c
Merge "hiddenapi: Add 'list' command to generate public/private API lists"
by David Brazdil
· 6 years ago
0b42677
Revert "Refactor DexFile ownership"
by David Sehr
· 6 years ago
7583d91
Merge "Revert "Cache DexFile begin and size""
by David Sehr
· 6 years ago
9bafa8b
Revert "Cache DexFile begin and size"
by David Sehr
· 6 years ago
Next »