Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
a316f9129a698ccb995b035f8781f93c58981893
/
dalvikvm
/
dalvikvm.cc
56bd562
dalvikvm.cc: use proper nativehelper headers
by Steven Moreland
· 7 years ago
e431e27
art: use proper nativehelper headers
by Steven Moreland
· 7 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
fc58af4
Add AbstractMethod, Constructor, Method
by Mathieu Chartier
· 10 years ago
2eebc99
Fix error message to match the code.
by Piotr Jastrzebski
· 10 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 10 years ago
866ac80
Add missing header necessary for libc++.
by Ian Rogers
· 10 years ago
507dfdd
Compatibility layer to transition from UniquePtr to std::unique_ptr.
by Ian Rogers
· 10 years ago
bd5ea6a
Preparation for transition to libc++.
by Ian Rogers
· 11 years ago
686107e
Fix dalvikvm -help
by Brian Carlstrom
· 11 years ago
570c009
Add explicit dependency on algorithm
by Kenny Root
· 11 years ago
7934ac2
Fix cpplint whitespace/comments issues
by Brian Carlstrom
· 11 years ago
934313b
Let dalvikvm default based on persist.sys.dalvik.vm.lib
by Brian Carlstrom
· 11 years ago
0eba633
Use libnativehelper to find JNI_CreateJavaVM
by Brian Carlstrom
· 11 years ago
ad27f28
Add missing dlclose
by Brian Carlstrom
· 11 years ago
fa42b44
Move to new art dalvikvm
by Brian Carlstrom
· 11 years ago
[Renamed (77%) from src/oatexec.cc]
2dd0e2c
Directory restructuring of object.h
by Ian Rogers
· 12 years ago
07ed66b
Move logging.h into base/logging.h.
by Elliott Hughes
· 12 years ago
66f1925
Change dex cache to be java object instead of array, add pointer to dex file in dex cache.
by Mathieu Chartier
· 12 years ago
0d39c12
"InitGoogle"-style argv stashing.
by Elliott Hughes
· 12 years ago
eac7667
DO NOT MERGE Fix all unsafe caching to be like libcore.
by Elliott Hughes
· 12 years ago
72395bf
Support ANDROID_LOG_TAGS.
by Elliott Hughes
· 13 years ago
17057b1
Fix shutdown when the current thread has been manually detached.
by Elliott Hughes
· 13 years ago
81ff318
Nomenclature improvements.
by Elliott Hughes
· 13 years ago
e84278b
Stop saying "clazz".
by Elliott Hughes
· 13 years ago
1bac54f
Fix all our unused parameter warnings so we let GCC report them.
by Elliott Hughes
· 13 years ago
2faa5f1
Fix copyright headers.
by Elliott Hughes
· 13 years ago
11d1b0c
Reduce namespace pollution.
by Elliott Hughes
· 13 years ago
95caa79
Create proxy class, constructor, and methods.
by Jesse Wilson
· 13 years ago
3320cf4
Move rest of code related blobs from Method to oat
by Brian Carlstrom
· 13 years ago
0c8c673
Ensure we exit with EXIT_FAILURE if the main thread had an uncaught exception.
by Elliott Hughes
· 13 years ago
d6fe38d
Fix oatexec to not print uncaught exceptions twice.
by Elliott Hughes
· 13 years ago
f867b6f
Filling in some Class, Method, and Field native code needed during startup and I/O
by Brian Carlstrom
· 13 years ago
78128a6
oatdump
by Brian Carlstrom
· 13 years ago
69b15fb
Working dex2oat and oatexec
by Brian Carlstrom
· 13 years ago
[Renamed (98%) from src/main.cc]
90a3369
Switch to UniquePtr.
by Elliott Hughes
· 13 years ago
c1674ed
Make valgrind happier and stop us leaking so much we can can't run the tests on a device.
by Elliott Hughes
· 13 years ago
e5b0dc8
Add "class Throwable" and rewrite exception throwing to use JNI.
by Elliott Hughes
· 13 years ago
a0b8feb
Turn off the 'public' check for main, and improve diagnostics.
by Elliott Hughes
· 13 years ago
0a96fe0
Use libnativehelper's existing code for creating a String[].
by Elliott Hughes
· 13 years ago
f2682d5
Fix the invocation interface.
by Elliott Hughes
· 13 years ago
0dab4ec
Switch to the libcore ScopedLocalRef.
by Elliott Hughes
· 13 years ago
2ed144c
Preliminary implementation of the JNI invocation interface.
by Carl Shapiro
· 13 years ago
6b6b5f0
Shorten the namespace and re-normalize include guards.
by Carl Shapiro
· 13 years ago
7b21670
Initial build configuration for the new Android runtime.
by Carl Shapiro
· 13 years ago