#include <image_snapshot.h>
Definition at line 492 of file image_snapshot.h.
◆ InstructionsData() [1/2]
dart::ImageWriter::InstructionsData::InstructionsData |
( |
InstructionsPtr |
insns, |
|
|
CodePtr |
code, |
|
|
intptr_t |
text_offset |
|
) |
| |
|
inline |
Definition at line 493 of file image_snapshot.h.
intptr_t trampoline_length
InstructionsPtr raw_insns_
uint8_t * trampoline_bytes
◆ InstructionsData() [2/2]
dart::ImageWriter::InstructionsData::InstructionsData |
( |
uint8_t * |
trampoline_bytes, |
|
|
intptr_t |
trampoline_length, |
|
|
intptr_t |
text_offset |
|
) |
| |
|
inline |
union { ... } dart::ImageWriter::InstructionsData::@160 |
union { ... } dart::ImageWriter::InstructionsData::@162 |
◆ code_
const Code* dart::ImageWriter::InstructionsData::code_ |
◆ insns_
const Instructions* dart::ImageWriter::InstructionsData::insns_ |
◆ raw_code_
CodePtr dart::ImageWriter::InstructionsData::raw_code_ |
◆ raw_insns_
InstructionsPtr dart::ImageWriter::InstructionsData::raw_insns_ |
◆ text_offset_
intptr_t dart::ImageWriter::InstructionsData::text_offset_ |
◆ trampoline_bytes
uint8_t* dart::ImageWriter::InstructionsData::trampoline_bytes |
◆ trampoline_length
intptr_t dart::ImageWriter::InstructionsData::trampoline_length |
The documentation for this struct was generated from the following file: