Index: runtime/vm/instructions_dbc.cc |
diff --git a/runtime/vm/instructions_dbc.cc b/runtime/vm/instructions_dbc.cc |
index 4dc73be8136c785b3a099c4cffdfa57aee384730..a0a6509a72f1ae1c754d4e1e76a4d53e465e782d 100644 |
--- a/runtime/vm/instructions_dbc.cc |
+++ b/runtime/vm/instructions_dbc.cc |
@@ -20,6 +20,7 @@ static bool HasLoadFromPool(Instr instr) { |
case Bytecode::kLoadConstant: |
case Bytecode::kPushConstant: |
case Bytecode::kStaticCall: |
+ case Bytecode::kOptimizedStaticCall: |
case Bytecode::kInstanceCall1: |
case Bytecode::kInstanceCall2: |
case Bytecode::kInstanceCall1Opt: |