Index: runtime/vm/instructions_dbc.cc |
diff --git a/runtime/vm/instructions_dbc.cc b/runtime/vm/instructions_dbc.cc |
index 4dc73be8136c785b3a099c4cffdfa57aee384730..d648d51146bb884f6eacbf917138ca6eafe1d107 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::kIndirectStaticCall: |
case Bytecode::kInstanceCall1: |
case Bytecode::kInstanceCall2: |
case Bytecode::kInstanceCall1Opt: |