webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <UnlinkedCodeBlock.h>
Classes | |
struct | TypeProfilerExpressionRange |
Public Attributes | |
WTF_MAKE_FAST_ALLOCATED | |
Vector< UnlinkedHandlerInfo > | m_exceptionHandlers |
Vector< WriteBarrier< RegExp > > | m_regexps |
Vector< ConstantBuffer > | m_constantBuffers |
Vector< UnlinkedSimpleJumpTable > | m_switchJumpTables |
Vector< UnlinkedStringJumpTable > | m_stringSwitchJumpTables |
Vector< ExpressionRangeInfo::FatPosition > | m_expressionInfoFatPositions |
HashMap< unsigned, TypeProfilerExpressionRange > | m_typeProfilerInfoMap |
Vector< size_t > | m_opProfileControlFlowBytecodeOffsets |
Vector< ConstantBuffer > JSC::UnlinkedCodeBlock::RareData::m_constantBuffers |
Vector< UnlinkedHandlerInfo > JSC::UnlinkedCodeBlock::RareData::m_exceptionHandlers |
Vector< ExpressionRangeInfo::FatPosition > JSC::UnlinkedCodeBlock::RareData::m_expressionInfoFatPositions |
Vector< size_t > JSC::UnlinkedCodeBlock::RareData::m_opProfileControlFlowBytecodeOffsets |
Vector< WriteBarrier< RegExp > > JSC::UnlinkedCodeBlock::RareData::m_regexps |
Vector< UnlinkedStringJumpTable > JSC::UnlinkedCodeBlock::RareData::m_stringSwitchJumpTables |
Vector< UnlinkedSimpleJumpTable > JSC::UnlinkedCodeBlock::RareData::m_switchJumpTables |
HashMap< unsigned, TypeProfilerExpressionRange > JSC::UnlinkedCodeBlock::RareData::m_typeProfilerInfoMap |
JSC::UnlinkedCodeBlock::RareData::WTF_MAKE_FAST_ALLOCATED |