Flutter Engine
The Flutter Engine
|
#include <code_statistics.h>
Public Member Functions | |
CodeStatistics (compiler::Assembler *assembler) | |
void | Begin (Instruction *instruction) |
void | End (Instruction *instruction) |
void | SpecialBegin (intptr_t tag) |
void | SpecialEnd (intptr_t tag) |
void | AppendTo (CombinedCodeStatistics *stat) |
void | Finalize () |
Definition at line 72 of file code_statistics.h.
|
explicit |
Definition at line 122 of file code_statistics.cc.
void dart::CodeStatistics::AppendTo | ( | CombinedCodeStatistics * | stat | ) |
Definition at line 177 of file code_statistics.cc.
void dart::CodeStatistics::Begin | ( | Instruction * | instruction | ) |
Definition at line 134 of file code_statistics.cc.
void dart::CodeStatistics::End | ( | Instruction * | instruction | ) |
Definition at line 138 of file code_statistics.cc.
void dart::CodeStatistics::Finalize | ( | ) |
Definition at line 166 of file code_statistics.cc.
void dart::CodeStatistics::SpecialBegin | ( | intptr_t | tag | ) |
Definition at line 142 of file code_statistics.cc.
void dart::CodeStatistics::SpecialEnd | ( | intptr_t | tag | ) |
Definition at line 151 of file code_statistics.cc.