Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
4a2aa4af61e653a89f88d776dcdc55f6c7ca05f2
/
runtime
/
dex_file_verifier.h
a574b0e
Make dex file verifier check for dups between direct and virtual methods.
by Jeff Hao
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
1373595
stdint types all the way!
by Ian Rogers
· 10 years ago
d4ae41f
ART: Tighten verifier list reading and offsets
by Andreas Gampe
· 10 years ago
bad0267
Add native memory accounting through custom allocator.
by Mathieu Chartier
· 10 years ago
0ba238d
ART: Check for duplicate class definitions in dex file verifier
by Andreas Gampe
· 10 years ago
50d1bc1
ART: Improve overflow detection in dex file verifier
by Andreas Gampe
· 10 years ago
5e31dda
ART: Clean up DexFile verifier API
by Andreas Gampe
· 11 years ago
e09269c
ART: Check indices in dex file verifier
by Andreas Gampe
· 11 years ago
8a6bbfc
64bit cleanliness for the dex file verifier.
by Ian Rogers
· 11 years ago
8d31bbd
Throw IOException at source of failing to open a dex file.
by Ian Rogers
· 11 years ago
fc0e321
Fix multiple inclusion guards to match new pathnames
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_verifier.h]
a0e1806
Add a SafeMap equivalent to std::map but without the error-prone operator[].
by Elliott Hughes
· 13 years ago
f6174e8
Fix to prevent a dex file from being verified multiple times.
by jeffhao
· 13 years ago
2faa5f1
Fix copyright headers.
by Elliott Hughes
· 13 years ago
30fab40
Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming.
by Ian Rogers
· 13 years ago
10037c8
Added pass to verify structure of dex file.
by jeffhao
· 13 years ago