Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Macros
code_statistics.cc File Reference
#include "vm/compiler/backend/code_statistics.h"

Go to the source code of this file.

Namespaces

namespace  dart
 

Macros

#define DO(type, attrs)
 
#define DO(type, attrs)
 
#define INIT_SPECIAL_ENTRY(tag, str)
 

Macro Definition Documentation

◆ DO [1/2]

#define DO (   type,
  attrs 
)
Value:
entries_[i].name = #type; \
entries_[i].bytes = 0; \
entries_[i++].count = 0;

◆ DO [2/2]

#define DO (   type,
  attrs 
)
Value:
entries_[i].name = "SlowPath:" #type; \
entries_[i].bytes = 0; \
entries_[i++].count = 0;

◆ INIT_SPECIAL_ENTRY

#define INIT_SPECIAL_ENTRY (   tag,
  str 
)
Value:
entries_[tag].name = str; \
entries_[tag].bytes = 0; \
entries_[tag].count = 0;