diff options
| author | 2016-06-08 17:41:39 +0000 | |
|---|---|---|
| committer | 2016-06-08 17:41:40 +0000 | |
| commit | 4a85ad8b802ba74b26ed4a5d7c31aadd9046ae96 (patch) | |
| tree | 206498b27c2fb77c4869c14389a4b192c9c23e00 /compiler/optimizing/instruction_builder.h | |
| parent | 5a9ecac3c931f93925c25aa086c39effe12b0759 (diff) | |
| parent | 296fbb4c3a629ec99149e512ddb66d7b4d7854fe (diff) | |
Merge "Do not place null check on unresolved method calls."
Diffstat (limited to 'compiler/optimizing/instruction_builder.h')
| -rw-r--r-- | compiler/optimizing/instruction_builder.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/optimizing/instruction_builder.h b/compiler/optimizing/instruction_builder.h index 0e3e5a7c34..9cfc065da6 100644 --- a/compiler/optimizing/instruction_builder.h +++ b/compiler/optimizing/instruction_builder.h @@ -237,7 +237,8 @@ class HInstructionBuilder : public ValueObject { uint32_t register_index, bool is_range, const char* descriptor, - HClinitCheck* clinit_check); + HClinitCheck* clinit_check, + bool is_unresolved); bool HandleStringInit(HInvoke* invoke, uint32_t number_of_vreg_arguments, |