Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
01db5f78f627cc64f80b0c0a4eedd0a3dc8b46ca
/
runtime
/
dex_file_test.cc
b486a98
ART: Introduce thread-current-inl.h
by Andreas Gampe
· 7 years ago
d490129
ART: Clean up heap headers
by Andreas Gampe
· 7 years ago
c122536
Fix length of descriptor field when reading debug info.
by Jeff Hao
· 8 years ago
120504f
Add check that TypeIndex is valid in StringByTypeIdx.
by Jeff Hao
· 8 years ago
a4cd677
Add check that map offset is sane to DexFile object init.
by Jeff Hao
· 8 years ago
84f50ae
Remove remaining uses of DexFile::GetChecksum.
by Richard Uhler
· 8 years ago
69bcf2c
Improve checking of multidex dex checksums.
by Richard Uhler
· 8 years ago
ae78c26
ART: Add UnstartedRuntime support for Class.getSimpleName
by Andreas Gampe
· 8 years ago
8a0128a
ART: Add dex::StringIndex
by Andreas Gampe
· 8 years ago
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 8 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 8 years ago
9fddd36
Fix CTS crash from DexFile refactoring
by David Sehr
· 8 years ago
9c20a14
Get a basic modification of dex file working
by Alex Light
· 8 years ago
cffc529
Address a couple of TODOs and remove an unused header.
by Orion Hodson
· 8 years ago
a4c2a05
Support for loading classes from DEX files stored in a ByteBuffer.
by Orion Hodson
· 8 years ago
cd16d0a
Return error directly when uncompressed length is 0
by ganxiaolin
· 8 years ago
52e6650
DexFile: Add basic support for v38 dex files.
by Narayan Kamath
· 8 years ago
37d6a3b
Support the -i flag in the new dexdump.
by Aart Bik
· 8 years ago
121b25e
Merge mnc-dr-enso-dev into goog/master
by Przemyslaw Szczepaniak
· 9 years ago
d1ef436
Merge lmp changes into mnc.
by Narayan Kamath
· 9 years ago
5b8e6e3
Fix for gtest missing core classes, attempt 2
by Przemyslaw Szczepaniak
· 9 years ago
9507fa2
Change a few places to use string version of GetTypeId
by Mathieu Chartier
· 9 years ago
90e3404
ART: Remove multidex limit
by Andreas Gampe
· 10 years ago
32c26b8
ART: Remove multidex limit
by Andreas Gampe
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
e5fed03
Support relative encoded dex locations in oat files.
by Richard Uhler
· 10 years ago
fbef44d
Use unique_ptr to track ownership of dex files.
by Richard Uhler
· 10 years ago
956af0f
Remove portable.
by Elliott Hughes
· 10 years ago
4303ba9
ART: Track Flush & Close in FdFile
by Andreas Gampe
· 10 years ago
9433ec6
ART: Track Flush & Close in FdFile
by Andreas Gampe
· 10 years ago
1373595
stdint types all the way!
by Ian Rogers
· 10 years ago
be4e643
Improve dex location canonicalization-related performance.
by Vladimir Marko
· 10 years ago
a06fff2
Fix GetDexCanonicalLocation test for relative paths.
by Calin Juravle
· 10 years ago
aa4497d
Improve dex location canonicalization-related performance.
by Vladimir Marko
· 10 years ago
61281dc
Fix GetDexCanonicalLocation test for relative paths.
by Calin Juravle
· 10 years ago
4e1d579
Use canonical paths when searching for dex files
by Calin Juravle
· 10 years ago
e63db27
Break apart header files.
by Ian Rogers
· 10 years ago
833a485
ART: Native support for multidex
by Andreas Gampe
· 10 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 10 years ago
507dfdd
Compatibility layer to transition from UniquePtr to std::unique_ptr.
by Ian Rogers
· 10 years ago
a1ce1fe
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
by Brian Carlstrom
· 11 years ago
8d31bbd
Throw IOException at source of failing to open a dex file.
by Ian Rogers
· 11 years ago
1449f1d
am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type, not file extension.
by Brian Carlstrom
· 11 years ago
7c3d13a
Use file magic to determine file type, not file extension.
by Brian Carlstrom
· 11 years ago
d91d6d6
Introduce Signature type to avoid string comparisons.
by Ian Rogers
· 11 years ago
e0948e1
Make DexFiles opened from files readonly by default, but writable during dex2oat
by Brian Carlstrom
· 11 years ago
7571e8b
Add flock(2)ing on dex-cache files to prevent races
by Brian Carlstrom
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed from src/dex_file_test.cc]
33e9566
Various GCC 3.6 and clang build fixes.
by Ian Rogers
· 11 years ago
5b332c8
Fix checksum verification when opening DexFiles from OatFiles
by Brian Carlstrom
· 13 years ago
2faa5f1
Fix copyright headers.
by Elliott Hughes
· 13 years ago
4d6850c
Fix the handful of leaks detectable in our tests.
by Elliott Hughes
· 13 years ago
9b1a4f4
Refactor testing to use dex file find routines.
by Ian Rogers
· 13 years ago
0571d35
Refactor the use of Method by the compiler.
by Ian Rogers
· 13 years ago
362f9bc
Fix cpplint's whitespace warnings.
by Elliott Hughes
· 13 years ago
33f741e
Remove opening of DexFile from pointer
by Brian Carlstrom
· 13 years ago
e24fa61
Separate oat from image
by Brian Carlstrom
· 13 years ago
90a3369
Switch to UniquePtr.
by Elliott Hughes
· 13 years ago
9f30b38
Externalize test code
by Brian Carlstrom
· 13 years ago
0c424cb
Switch CreateMethodDescriptor over to std::string to avoid memory leaks.
by Elliott Hughes
· 13 years ago
a663ea5
Initialize ClassLinker from image
by Brian Carlstrom
· 13 years ago
e0fc0ef
Fix a few more scoped_ptr/scoped_array confusions, and stop tring to optimistically load non-existent .dex files.
by Elliott Hughes
· 13 years ago
419ec7b
Materialize method descriptors when instantiating method objects.
by Carl Shapiro
· 13 years ago
f615a61
Rename RawDexFile to DexFile
by Brian Carlstrom
· 13 years ago
7e49dca
Rename DexFile to DexCache
by Brian Carlstrom
· 13 years ago
578bbdc
Move DexFiles to be allocated on the heap
by Brian Carlstrom
· 13 years ago
cdc8de4
Move base64 to test code
by Brian Carlstrom
· 13 years ago
a331b3c
New ClassLinker::CreateArrayClass
by Brian Carlstrom
· 13 years ago
934486c
Make ClassLinker set Class::super_class_ plus test and build improvements
by Brian Carlstrom
· 13 years ago
565f507
Initialize primitive type classes during linker initialization.
by Carl Shapiro
· 13 years ago
0e5d75d
Add support for linking classes.
by Carl Shapiro
· 13 years ago
80d4dde
Allow raw dex files to be read from arrays of base64 encoded bytes.
by Carl Shapiro
· 13 years ago
3ee755d
Complete support for loading classes from a DEX file.
by Carl Shapiro
· 13 years ago
1fb8620
Add class loading infrastructure.
by Carl Shapiro
· 13 years ago