#include <image_snapshot.h>
Definition at line 203 of file image_snapshot.h.
◆ Opcode
Enumerator |
---|
InsertInstructionOfCode | |
InsertBytesOfTrampoline | |
InsertPadding | |
Definition at line 204 of file image_snapshot.h.
204 {
208 };
@ InsertInstructionOfCode
@ InsertBytesOfTrampoline
◆ ImageWriterCommand() [1/3]
dart::ImageWriterCommand::ImageWriterCommand |
( |
intptr_t |
expected_offset, |
|
|
CodePtr |
code |
|
) |
| |
|
inline |
Definition at line 210 of file image_snapshot.h.
struct dart::ImageWriterCommand::@154::@156 insert_instruction_of_code
◆ ImageWriterCommand() [2/3]
dart::ImageWriterCommand::ImageWriterCommand |
( |
intptr_t |
expected_offset, |
|
|
uint8_t * |
trampoline_bytes, |
|
|
intptr_t |
trampoline_length |
|
) |
| |
|
inline |
Definition at line 215 of file image_snapshot.h.
struct dart::ImageWriterCommand::@154::@157 insert_trampoline_bytes
◆ ImageWriterCommand() [3/3]
dart::ImageWriterCommand::ImageWriterCommand |
( |
intptr_t |
expected_offset, |
|
|
intptr_t |
padding_length |
|
) |
| |
|
inline |
Definition at line 222 of file image_snapshot.h.
struct dart::ImageWriterCommand::@154::@158 insert_padding
union { ... } dart::ImageWriterCommand::@155 |
◆ buffer
uint8_t* dart::ImageWriterCommand::buffer |
◆ buffer_length
intptr_t dart::ImageWriterCommand::buffer_length |
◆ code
CodePtr dart::ImageWriterCommand::code |
◆ expected_offset
intptr_t dart::ImageWriterCommand::expected_offset |
struct { ... } dart::ImageWriterCommand::insert_instruction_of_code |
struct { ... } dart::ImageWriterCommand::insert_padding |
struct { ... } dart::ImageWriterCommand::insert_trampoline_bytes |
◆ op
Opcode dart::ImageWriterCommand::op |
◆ padding_length
intptr_t dart::ImageWriterCommand::padding_length |
The documentation for this struct was generated from the following file: