Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Functions | Variables
dart::snapshot_analyzer Namespace Reference

Classes

struct  Dart_SnapshotAnalyzerInformation
 
class  FieldVisitor
 
class  SnapshotAnalyzer
 

Functions

void Dart_DumpSnapshotInformationAsJson (const Dart_SnapshotAnalyzerInformation &info, char **buffer, intptr_t *buffer_length)
 

Variables

constexpr intptr_t kSnapshotAnalyzerVersion = 2
 
constexpr intptr_t kStartIndex = 1
 

Function Documentation

◆ Dart_DumpSnapshotInformationAsJson()

void dart::snapshot_analyzer::Dart_DumpSnapshotInformationAsJson ( const Dart_SnapshotAnalyzerInformation info,
char **  buffer,
intptr_t *  buffer_length 
)

Definition at line 391 of file analyze_snapshot_api_impl.cc.

394 {
395 SnapshotAnalyzer analyzer(info);
396 analyzer.DumpSnapshotInformation(out, out_len);
397}
static void info(const char *fmt,...) SK_PRINTF_LIKE(1
Definition DM.cpp:213

Variable Documentation

◆ kSnapshotAnalyzerVersion

constexpr intptr_t dart::snapshot_analyzer::kSnapshotAnalyzerVersion = 2
constexpr

Definition at line 20 of file analyze_snapshot_api_impl.cc.

◆ kStartIndex

constexpr intptr_t dart::snapshot_analyzer::kStartIndex = 1
constexpr

Definition at line 21 of file analyze_snapshot_api_impl.cc.