webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
JSC::UnlinkedSimpleJumpTable Struct Reference

#include <UnlinkedCodeBlock.h>

Public Member Functions

int32_t offsetForValue (int32_t value, int32_t defaultOffset)
 
void add (int32_t key, int32_t offset)
 
int32_t offsetForValue (int32_t value, int32_t defaultOffset)
 
void add (int32_t key, int32_t offset)
 

Public Attributes

Vector< int32_tbranchOffsets
 
int32_t min
 

Member Function Documentation

◆ add() [1/2]

void JSC::UnlinkedSimpleJumpTable::add ( int32_t  key,
int32_t  offset 
)
inline

◆ add() [2/2]

void JSC::UnlinkedSimpleJumpTable::add ( int32_t  key,
int32_t  offset 
)
inline

◆ offsetForValue() [1/2]

int32_t JSC::UnlinkedSimpleJumpTable::offsetForValue ( int32_t  value,
int32_t  defaultOffset 
)

◆ offsetForValue() [2/2]

int32_t JSC::UnlinkedSimpleJumpTable::offsetForValue ( int32_t  value,
int32_t  defaultOffset 
)

Member Data Documentation

◆ branchOffsets

Vector< int32_t > JSC::UnlinkedSimpleJumpTable::branchOffsets

◆ min

int32_t JSC::UnlinkedSimpleJumpTable::min

The documentation for this struct was generated from the following file: