diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2009-02-10 15:43:57 -0800 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-02-10 15:43:57 -0800 |
| commit | 5d709784bbf5001012d7f25172927d46f6c1abe1 (patch) | |
| tree | a49c3dafdeed5037e5ad85aba23e5666b1faf57d /vm/Init.h | |
| parent | bcd637a94f10b49d18b87a74a015f9d3453ed77a (diff) | |
| download | android_dalvik-5d709784bbf5001012d7f25172927d46f6c1abe1.tar.gz android_dalvik-5d709784bbf5001012d7f25172927d46f6c1abe1.tar.bz2 android_dalvik-5d709784bbf5001012d7f25172927d46f6c1abe1.zip | |
auto import from //branches/cupcake/...@130745
Diffstat (limited to 'vm/Init.h')
| -rw-r--r-- | vm/Init.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + /* * VM initialization and shutdown. */ @@ -37,7 +38,7 @@ void dvmLateEnableAssertions(void); * asked to optimize a DEX file holding fundamental classes. */ int dvmPrepForDexOpt(const char* bootClassPath, DexOptimizerMode dexOptMode, - DexClassVerifyMode verifyMode); + DexClassVerifyMode verifyMode, int dexoptFlags); /* * Unconditionally abort the entire VM. Try not to use this. |
