index
:
android_dalvik
cm-10.1
cm-10.2
cm-11.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
cm-9.1.0
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
mr1.1-staging
perf
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.1
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vm
/
native
/
dalvik_system_VMRuntime.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dalvik is dead, long live Dalvik!
Brian Carlstrom
2014-08-05
1
-603
/
+0
*
Support new VMRuntime native method
Sebastien Hertz
2014-05-22
1
-0
/
+7
*
Use RETURN_PTR(NULL) instead of RETURN_VOID in newNonMovableArray.
Mathieu Chartier
2013-12-04
1
-3
/
+3
*
Add interface for updating process state.
Mathieu Chartier
2013-11-25
1
-0
/
+9
*
Merge commit 'b75a263239ff48c87b826f5d62a53c0efd22b507' into HEAD
The Android Open Source Project
2013-11-22
1
-0
/
+352
|
\
|
*
Fix static method preloading
Brian Carlstrom
2013-10-16
1
-9
/
+11
|
*
Preload DexCaches
Brian Carlstrom
2013-10-08
1
-1
/
+314
|
*
If CheckJNI is enabled don't allow app workarounds
Ian Rogers
2013-08-13
1
-3
/
+7
|
*
Remove updateProcessState.
Mathieu Chartier
2013-08-10
1
-9
/
+0
|
*
Add updateProcessState to VMRuntime
Mathieu Chartier
2013-07-18
1
-0
/
+9
|
*
Backport native allocation tracking.
Mathieu Chartier
2013-07-16
1
-0
/
+29
|
*
add dalvik.system.VMRuntime.vmLibrary implementation for Dalvik
Brian Carlstrom
2013-07-09
1
-0
/
+8
|
*
vm: vmruntime: remove obsolete dependency on array.h
Dima Zavin
2013-05-06
1
-1
/
+0
*
|
Adjust the name of setTargetSdkVersion native method.
Alex Klyubin
2013-10-24
1
-3
/
+4
*
|
If CheckJNI is enabled don't allow app workarounds
Ian Rogers
2013-08-13
1
-3
/
+7
*
|
vm: vmruntime: remove obsolete dependency on array.h
Dima Zavin
2013-05-07
1
-1
/
+0
|
/
*
Revert "Don't enforce access checks for overloading for targetSdkVersion < 17."
Elliott Hughes
2012-10-12
1
-3
/
+3
*
Don't enforce access checks for overloading for targetSdkVersion < 17.
Elliott Hughes
2012-10-11
1
-3
/
+3
*
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-05
1
-1
/
+1
*
Add JNI app bug workarounds.
Elliott Hughes
2011-07-10
1
-2
/
+5
*
Allow an app's targetSdkVersion to be set by the zygote.
Elliott Hughes
2011-07-08
1
-0
/
+14
*
Throw NullPointerExceptions with detail messages.
Elliott Hughes
2011-06-23
1
-1
/
+1
*
am 0c632a84: Merge "Add isDebuggerActive API for the finalizer watchdog."
Jesse Wilson
2011-06-20
1
-0
/
+8
|
\
|
*
Add isDebuggerActive API for the finalizer watchdog.
Jesse Wilson
2011-06-20
1
-0
/
+8
*
|
Fix regular exit.
Elliott Hughes
2011-06-07
1
-1
/
+1
*
|
Use std::string rather than malloc/free for saneDirName.
Elliott Hughes
2011-06-07
1
-3
/
+1
|
/
*
Add a non-moving option to dvmMalloc and make use of it.
Carl Shapiro
2011-04-27
1
-1
/
+1
*
Revert "am 024b7b9d: am a0739ea3: am af242824: Revert "Fix a type error in th...
Carl Shapiro
2011-04-19
1
-2
/
+4
*
am d336a946: am 024b7b9d: am a0739ea3: am af242824: Revert "Fix a type error ...
Sriram Raman
2011-04-19
1
-4
/
+2
*
Fix a type error in the allocation of non-moving arrays.
Carl Shapiro
2011-04-18
1
-2
/
+4
*
More JNI implementation cleanup.
Elliott Hughes
2011-04-14
1
-4
/
+3
*
Convert the internal and in-line natives to C++.
Carl Shapiro
2011-04-12
1
-0
/
+207