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

#include <StaticPropertyAnalyzer.h>

Public Member Functions

 StaticPropertyAnalyzer (Vector< UnlinkedInstruction, 0, UnsafeVectorOverflow > *)
 
void createThis (int dst, unsigned offsetOfInlineCapacityOperand)
 
void newObject (int dst, unsigned offsetOfInlineCapacityOperand)
 
void putById (int dst, unsigned propertyIndex)
 
void mov (int dst, int src)
 
void kill ()
 
void kill (int dst)
 
 StaticPropertyAnalyzer (Vector< UnlinkedInstruction, 0, UnsafeVectorOverflow > *)
 
void createThis (int dst, unsigned offsetOfInlineCapacityOperand)
 
void newObject (int dst, unsigned offsetOfInlineCapacityOperand)
 
void putById (int dst, unsigned propertyIndex)
 
void mov (int dst, int src)
 
void kill ()
 
void kill (int dst)
 

Constructor & Destructor Documentation

◆ StaticPropertyAnalyzer() [1/2]

JSC::StaticPropertyAnalyzer::StaticPropertyAnalyzer ( Vector< UnlinkedInstruction, 0, UnsafeVectorOverflow > *  instructions)
inline

◆ StaticPropertyAnalyzer() [2/2]

JSC::StaticPropertyAnalyzer::StaticPropertyAnalyzer ( Vector< UnlinkedInstruction, 0, UnsafeVectorOverflow > *  )

Member Function Documentation

◆ createThis() [1/2]

void JSC::StaticPropertyAnalyzer::createThis ( int  dst,
unsigned  offsetOfInlineCapacityOperand 
)
inline

◆ createThis() [2/2]

void JSC::StaticPropertyAnalyzer::createThis ( int  dst,
unsigned  offsetOfInlineCapacityOperand 
)

◆ kill() [1/4]

void JSC::StaticPropertyAnalyzer::kill ( )
inline

◆ kill() [2/4]

void JSC::StaticPropertyAnalyzer::kill ( )

◆ kill() [3/4]

void JSC::StaticPropertyAnalyzer::kill ( int  dst)

◆ kill() [4/4]

void JSC::StaticPropertyAnalyzer::kill ( int  dst)
inline

◆ mov() [1/2]

void JSC::StaticPropertyAnalyzer::mov ( int  dst,
int  src 
)

◆ mov() [2/2]

void JSC::StaticPropertyAnalyzer::mov ( int  dst,
int  src 
)
inline

◆ newObject() [1/2]

void JSC::StaticPropertyAnalyzer::newObject ( int  dst,
unsigned  offsetOfInlineCapacityOperand 
)
inline

◆ newObject() [2/2]

void JSC::StaticPropertyAnalyzer::newObject ( int  dst,
unsigned  offsetOfInlineCapacityOperand 
)

◆ putById() [1/2]

void JSC::StaticPropertyAnalyzer::putById ( int  dst,
unsigned  propertyIndex 
)
inline

◆ putById() [2/2]

void JSC::StaticPropertyAnalyzer::putById ( int  dst,
unsigned  propertyIndex 
)

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