Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
graph_intrinsifier.h File Reference
#include "vm/allocation.h"
#include "vm/compiler/recognized_methods_list.h"

Go to the source code of this file.

Classes

class  dart::compiler::GraphIntrinsifier
 

Namespaces

namespace  dart
 
namespace  dart::compiler
 

Macros

#define DECLARE_FUNCTION(class_name, function_name, enum_name, fp)    static void enum_name(Assembler* assembler, Label* normal_ir_body);
 
#define DECLARE_FUNCTION(class_name, function_name, enum_name, fp)    static bool Build_##enum_name(FlowGraph* flow_graph);
 

Macro Definition Documentation

◆ DECLARE_FUNCTION [1/2]

#define DECLARE_FUNCTION (   class_name,
  function_name,
  enum_name,
  fp 
)     static void enum_name(Assembler* assembler, Label* normal_ir_body);

Definition at line 33 of file graph_intrinsifier.h.

◆ DECLARE_FUNCTION [2/2]

#define DECLARE_FUNCTION (   class_name,
  function_name,
  enum_name,
  fp 
)     static bool Build_##enum_name(FlowGraph* flow_graph);

Definition at line 33 of file graph_intrinsifier.h.