diff options
| author | 2016-08-26 09:51:01 +0000 | |
|---|---|---|
| committer | 2016-08-26 09:51:02 +0000 | |
| commit | cf073b3528f86fd4bf28617e9b770a4229054e42 (patch) | |
| tree | 8ca2fa054fd0c0988fac870f4181920a257c99bb /compiler/optimizing/code_generator.cc | |
| parent | 6fe468835c528f65d0e4793e9da57f01eb6ba62b (diff) | |
| parent | 16d9f949698faed28435af7aa9c9ebacbfd5d1a8 (diff) | |
Merge "Re-enable the ArraySet fast path with Baker read barriers."
Diffstat (limited to 'compiler/optimizing/code_generator.cc')
| -rw-r--r-- | compiler/optimizing/code_generator.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/code_generator.cc b/compiler/optimizing/code_generator.cc index c532e72465..0d3f849143 100644 --- a/compiler/optimizing/code_generator.cc +++ b/compiler/optimizing/code_generator.cc @@ -1224,6 +1224,7 @@ void CodeGenerator::ValidateInvokeRuntimeWithoutRecordingPcInfo(HInstruction* in DCHECK(instruction->IsInstanceFieldGet() || instruction->IsStaticFieldGet() || instruction->IsArrayGet() || + instruction->IsArraySet() || instruction->IsLoadClass() || instruction->IsLoadString() || instruction->IsInstanceOf() || |