Flutter Engine
The Flutter Engine
|
#include <image_snapshot.h>
Public Member Functions | |
ImageReader (const uint8_t *data_image, const uint8_t *instructions_image) | |
ApiErrorPtr | VerifyAlignment () const |
ONLY_IN_PRECOMPILED (uword GetBareInstructionsAt(uint32_t offset) const) | |
ONLY_IN_PRECOMPILED (uword GetBareInstructionsEnd() const) | |
InstructionsPtr | GetInstructionsAt (uint32_t offset) const |
ObjectPtr | GetObjectAt (uint32_t offset) const |
Public Member Functions inherited from dart::ZoneAllocated | |
ZoneAllocated () | |
void * | operator new (size_t size) |
void * | operator new (size_t size, Zone *zone) |
void | operator delete (void *pointer) |
Definition at line 152 of file image_snapshot.h.
dart::ImageReader::ImageReader | ( | const uint8_t * | data_image, |
const uint8_t * | instructions_image | ||
) |
Definition at line 1927 of file image_snapshot.cc.
InstructionsPtr dart::ImageReader::GetInstructionsAt | ( | uint32_t | offset | ) | const |
Definition at line 1954 of file image_snapshot.cc.
ObjectPtr dart::ImageReader::GetObjectAt | ( | uint32_t | offset | ) | const |
Definition at line 1966 of file image_snapshot.cc.
dart::ImageReader::ONLY_IN_PRECOMPILED | ( | uword GetBareInstructionsEnd() const | ) |
ApiErrorPtr dart::ImageReader::VerifyAlignment | ( | ) | const |
Definition at line 1932 of file image_snapshot.cc.