diff options
| author | 2015-09-28 02:55:40 +0000 | |
|---|---|---|
| committer | 2015-09-28 02:55:40 +0000 | |
| commit | 6a9984e62c08bcd78c8e49dd40b1f0f9d53513b7 (patch) | |
| tree | 907f504a4d004ac1e44b73c3984e365e889407e8 /compiler | |
| parent | 446ca43e8f876dcc1ee90fcf432d6392c44a3f60 (diff) | |
| parent | 6918bf13eb855b3aa8ccdddda2d27ae8c60cec56 (diff) | |
Merge "Revert "Revert "lambda: Experimental support for capture-variable and liberate-variable"""
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/dex/quick/quick_compiler.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/dex/quick/quick_compiler.cc b/compiler/dex/quick/quick_compiler.cc index b5ecf9c418..1cd742abac 100644 --- a/compiler/dex/quick/quick_compiler.cc +++ b/compiler/dex/quick/quick_compiler.cc @@ -391,9 +391,9 @@ static int kAllOpcodes[] = { Instruction::IGET_SHORT_QUICK, Instruction::INVOKE_LAMBDA, Instruction::UNUSED_F4, - Instruction::UNUSED_F5, + Instruction::CAPTURE_VARIABLE, Instruction::CREATE_LAMBDA, - Instruction::UNUSED_F7, + Instruction::LIBERATE_VARIABLE, Instruction::BOX_LAMBDA, Instruction::UNBOX_LAMBDA, Instruction::UNUSED_FA, |