diff options
| author | 2014-01-07 08:58:46 -0800 | |
|---|---|---|
| committer | 2014-01-08 09:15:46 -0800 | |
| commit | 5ddb4104ac605d66693b55b79f26f8b8a5505e63 (patch) | |
| tree | 9231f1e54e9a1aaca640c590d5b4f318720e263b /compiler/dex/quick/codegen_util.cc | |
| parent | 5a2ced515a456f15dcf194843c024e835eda7dbe (diff) | |
Remove intialized static storage from dex cache.
The initialized static storage array is used by compiled code to determine if
for a sget/sput class initialization is necessary. The compiled code typically
doesn't require this test as the class is pre-initialized or the class being
accessed is the same as the current method.
Change-Id: Icbc45e692b3d0ac61e559e69edb6c9b29439e571
Diffstat (limited to 'compiler/dex/quick/codegen_util.cc')
0 files changed, 0 insertions, 0 deletions