OSDN Git Service

ART: Update DexFile for compiler-filter pass-down
authorAndreas Gampe <agampe@google.com>
Wed, 23 Mar 2016 22:03:46 +0000 (15:03 -0700)
committerAndreas Gampe <agampe@google.com>
Wed, 23 Mar 2016 22:03:46 +0000 (15:03 -0700)
commit1d23d43e29e41adb3d504332c8833acaacb49e50
treebb6843c50e1e1acc720406d21365774315e0ea60
parent7bcfcb80a31f57a84d754e00bca8698829365208
ART: Update DexFile for compiler-filter pass-down

Update getDexOptNeeded. Add implementations for isValidCompilerFilter
and isProfileGuidedCompilerFilter.

Bug: 27689078
Change-Id: I20dca2b5b3ddb891c19e2a4f86dc78dbab592b72
runtime/native/dalvik_system_DexFile.cc