OSDN Git Service

Plumbing for loading byte[]-based dex files.
authorDan Bornstein <danfuzz@android.com>
Wed, 15 Dec 2010 00:57:00 +0000 (16:57 -0800)
committerDan Bornstein <danfuzz@android.com>
Wed, 15 Dec 2010 20:28:50 +0000 (12:28 -0800)
commitc5ba2b6a98636c841f6cb17094503c3c8199e852
tree619795b119af12c27b28d2f1ea530ab1ed047510
parent3b55675a442a173eb1337ba3c5866cd30cefb504
Plumbing for loading byte[]-based dex files.

This is obviously incomplete, but it's at least similarly incomplete
to the related code path it's right next to.

Change-Id: I06af6df3a4c2d648bf5b61b30a1ed5bbab4d170e
vm/RawDexFile.c
vm/RawDexFile.h
vm/native/dalvik_system_DexFile.c