![]() |
Qt 6.x
The Qt SDK
|
#include <qv4compileddata_p.h>
Collaboration diagram for QV4::CompiledData::Block:Public Member Functions | |
| const quint32_le * | localsTable () const |
Static Public Member Functions | |
| static int | calculateSize (int nLocals) |
| static size_t | align (size_t a) |
Public Attributes | |
| quint32_le | nLocals |
| quint32_le | localsOffset |
| quint16_le | sizeOfLocalTemporalDeadZone |
| quint16_le | padding |
Definition at line 249 of file qv4compileddata_p.h.
|
inlinestatic |
Definition at line 265 of file qv4compileddata_p.h.
Referenced by calculateSize().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 258 of file qv4compileddata_p.h.
References align(), nLocals, and Q_ASSERT.
Here is the call graph for this function:
|
inline |
Definition at line 256 of file qv4compileddata_p.h.
References localsOffset.
Referenced by QV4::ExecutableCompilationUnit::linkToEngine().
Here is the caller graph for this function:| quint32_le QV4::CompiledData::Block::localsOffset |
Definition at line 252 of file qv4compileddata_p.h.
Referenced by localsTable(), and QV4::Compiler::JSUnitGenerator::writeBlock().
| quint32_le QV4::CompiledData::Block::nLocals |
Definition at line 251 of file qv4compileddata_p.h.
Referenced by calculateSize(), QV4::ExecutableCompilationUnit::linkToEngine(), and QV4::Compiler::JSUnitGenerator::writeBlock().
| quint16_le QV4::CompiledData::Block::padding |
Definition at line 254 of file qv4compileddata_p.h.
| quint16_le QV4::CompiledData::Block::sizeOfLocalTemporalDeadZone |
Definition at line 253 of file qv4compileddata_p.h.
Referenced by QV4::Compiler::JSUnitGenerator::writeBlock().