| Index: runtime/vm/flow_graph_builder.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.h (revision 45533)
|
| +++ runtime/vm/flow_graph_builder.h (working copy)
|
| @@ -355,6 +355,12 @@
|
| Definition* BuildStoreLocal(const LocalVariable& local, Value* value);
|
| Definition* BuildLoadLocal(const LocalVariable& local);
|
| LoadLocalInstr* BuildLoadThisVar(LocalScope* scope);
|
| + LoadFieldInstr* BuildNativeGetter(
|
| + NativeBodyNode* node,
|
| + MethodRecognizer::Kind kind,
|
| + intptr_t offset,
|
| + const Type& type,
|
| + intptr_t class_id);
|
|
|
| // Helpers for translating parts of the AST.
|
| void BuildPushArguments(const ArgumentListNode& node,
|
|
|