#include <snapshot_utils.h>
|
virtual | ~AppSnapshot () |
|
virtual void | SetBuffers (const uint8_t **vm_data_buffer, const uint8_t **vm_instructions_buffer, const uint8_t **isolate_data_buffer, const uint8_t **isolate_instructions_buffer)=0 |
|
bool | IsJIT () const |
|
bool | IsAOT () const |
|
bool | IsJITorAOT () const |
|
bool | IsKernel () const |
|
bool | IsKernelList () const |
|
Definition at line 14 of file snapshot_utils.h.
◆ ~AppSnapshot()
virtual dart::bin::AppSnapshot::~AppSnapshot |
( |
| ) |
|
|
inlinevirtual |
◆ AppSnapshot()
◆ IsAOT()
bool dart::bin::AppSnapshot::IsAOT |
( |
| ) |
const |
|
inline |
Definition at line 24 of file snapshot_utils.h.
static bool IsAotMagicNumber(MagicNumber number)
◆ IsJIT()
bool dart::bin::AppSnapshot::IsJIT |
( |
| ) |
const |
|
inline |
◆ IsJITorAOT()
bool dart::bin::AppSnapshot::IsJITorAOT |
( |
| ) |
const |
|
inline |
◆ IsKernel()
bool dart::bin::AppSnapshot::IsKernel |
( |
| ) |
const |
|
inline |
◆ IsKernelList()
bool dart::bin::AppSnapshot::IsKernelList |
( |
| ) |
const |
|
inline |
◆ SetBuffers()
virtual void dart::bin::AppSnapshot::SetBuffers |
( |
const uint8_t ** |
vm_data_buffer, |
|
|
const uint8_t ** |
vm_instructions_buffer, |
|
|
const uint8_t ** |
isolate_data_buffer, |
|
|
const uint8_t ** |
isolate_instructions_buffer |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: