| Index: runtime/vm/intermediate_language_x64.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language_x64.cc (revision 11621)
|
| +++ runtime/vm/intermediate_language_x64.cc (working copy)
|
| @@ -286,7 +286,7 @@
|
| intptr_t token_pos,
|
| Token::Kind kind,
|
| LocationSummary* locs) {
|
| - compiler->AddCurrentDescriptor(PcDescriptors::kDeopt,
|
| + compiler->AddCurrentDescriptor(PcDescriptors::kDeoptBefore,
|
| deopt_id,
|
| token_pos);
|
| const String& operator_name = String::ZoneHandle(Symbols::New("=="));
|
| @@ -754,7 +754,7 @@
|
| }
|
| const String& function_name =
|
| String::ZoneHandle(Symbols::New(Token::Str(kind())));
|
| - compiler->AddCurrentDescriptor(PcDescriptors::kDeopt,
|
| + compiler->AddCurrentDescriptor(PcDescriptors::kDeoptBefore,
|
| deopt_id(),
|
| token_pos());
|
| const intptr_t kNumArguments = 2;
|
|
|