diff options
| author | 2015-04-28 02:04:09 +0000 | |
|---|---|---|
| committer | 2015-04-28 02:04:09 +0000 | |
| commit | 9d1e19035a59ff8bf05a09ad880ede99806ba73f (patch) | |
| tree | 7eb3c9eb01d4f581f3e354d947300547582fdd38 /compiler/driver/compiler_driver.h | |
| parent | 3fd79afbb7490f52817f737ecceb694f6618dcf9 (diff) | |
| parent | 848f70a3d73833fc1bf3032a9ff6812e429661d9 (diff) | |
Merge "Replace String CharArray with internal uint16_t array."
Diffstat (limited to 'compiler/driver/compiler_driver.h')
| -rw-r--r-- | compiler/driver/compiler_driver.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index 02de11e960..2b0985a77e 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -466,6 +466,9 @@ class CompilerDriver { // Get memory usage during compilation. std::string GetMemoryUsageString(bool extended) const; + bool IsStringTypeIndex(uint16_t type_index, const DexFile* dex_file); + bool IsStringInit(uint32_t method_index, const DexFile* dex_file, int32_t* offset); + void SetHadHardVerifierFailure() { had_hard_verifier_failure_ = true; } |