webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
JSC::StaticPropertyAnalysis Class Reference

#include <StaticPropertyAnalysis.h>

Inheritance diagram for JSC::StaticPropertyAnalysis:

Public Member Functions

void addPropertyIndex (unsigned propertyIndex)
 
void record ()
 
int propertyIndexCount ()
 
void addPropertyIndex (unsigned propertyIndex)
 
void record ()
 
int propertyIndexCount ()
 

Static Public Member Functions

static Ref< StaticPropertyAnalysiscreate (Vector< UnlinkedInstruction, 0, UnsafeVectorOverflow > *instructions, unsigned target)
 
static Ref< StaticPropertyAnalysiscreate (Vector< UnlinkedInstruction, 0, UnsafeVectorOverflow > *instructions, unsigned target)
 

Member Function Documentation

◆ addPropertyIndex() [1/2]

void JSC::StaticPropertyAnalysis::addPropertyIndex ( unsigned  propertyIndex)
inline

◆ addPropertyIndex() [2/2]

void JSC::StaticPropertyAnalysis::addPropertyIndex ( unsigned  propertyIndex)
inline

◆ create() [1/2]

static Ref<StaticPropertyAnalysis> JSC::StaticPropertyAnalysis::create ( Vector< UnlinkedInstruction, 0, UnsafeVectorOverflow > *  instructions,
unsigned  target 
)
inlinestatic

◆ create() [2/2]

static Ref<StaticPropertyAnalysis> JSC::StaticPropertyAnalysis::create ( Vector< UnlinkedInstruction, 0, UnsafeVectorOverflow > *  instructions,
unsigned  target 
)
inlinestatic

◆ propertyIndexCount() [1/2]

int JSC::StaticPropertyAnalysis::propertyIndexCount ( )
inline

◆ propertyIndexCount() [2/2]

int JSC::StaticPropertyAnalysis::propertyIndexCount ( )
inline

◆ record() [1/2]

void JSC::StaticPropertyAnalysis::record ( )
inline

◆ record() [2/2]

void JSC::StaticPropertyAnalysis::record ( )
inline

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