| Index: runtime/vm/kernel_binary_flowgraph.h
|
| diff --git a/runtime/vm/kernel_binary_flowgraph.h b/runtime/vm/kernel_binary_flowgraph.h
|
| index 87caf192a3c382b00ceb9f0b77174a59931dda45..3aa4aaebbd297880ba8a35b86bdf8c940bf93c6f 100644
|
| --- a/runtime/vm/kernel_binary_flowgraph.h
|
| +++ b/runtime/vm/kernel_binary_flowgraph.h
|
| @@ -878,6 +878,8 @@ class StreamingFlowGraphBuilder {
|
| intptr_t PeekArgumentsTypeCount();
|
| void SkipArgumentsBeforeActualArguments();
|
|
|
| + LocalVariable* LookupParameterDirect(intptr_t kernel_offset,
|
| + intptr_t parameter_index);
|
| LocalVariable* LookupVariable(intptr_t kernel_offset);
|
| LocalVariable* MakeTemporary();
|
| Token::Kind MethodKind(const String& name);
|
|
|