Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
dart::snapshot_analyzer::Dart_SnapshotAnalyzerInformation Struct Reference

#include <analyze_snapshot_api.h>

Public Attributes

const uint8_t * vm_snapshot_data
 
const uint8_t * vm_snapshot_instructions
 
const uint8_t * vm_isolate_data
 
const uint8_t * vm_isolate_instructions
 

Detailed Description

Definition at line 15 of file analyze_snapshot_api.h.

Member Data Documentation

◆ vm_isolate_data

const uint8_t* dart::snapshot_analyzer::Dart_SnapshotAnalyzerInformation::vm_isolate_data

Definition at line 18 of file analyze_snapshot_api.h.

◆ vm_isolate_instructions

const uint8_t* dart::snapshot_analyzer::Dart_SnapshotAnalyzerInformation::vm_isolate_instructions

Definition at line 19 of file analyze_snapshot_api.h.

◆ vm_snapshot_data

const uint8_t* dart::snapshot_analyzer::Dart_SnapshotAnalyzerInformation::vm_snapshot_data

Definition at line 16 of file analyze_snapshot_api.h.

◆ vm_snapshot_instructions

const uint8_t* dart::snapshot_analyzer::Dart_SnapshotAnalyzerInformation::vm_snapshot_instructions

Definition at line 17 of file analyze_snapshot_api.h.


The documentation for this struct was generated from the following file: