#include <StaticPropertyAnalyzer.h>
|
| 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) |
|
◆ StaticPropertyAnalyzer() [1/2]
JSC::StaticPropertyAnalyzer::StaticPropertyAnalyzer |
( |
Vector< UnlinkedInstruction, 0, UnsafeVectorOverflow > * |
instructions | ) |
|
|
inline |
◆ StaticPropertyAnalyzer() [2/2]
JSC::StaticPropertyAnalyzer::StaticPropertyAnalyzer |
( |
Vector< UnlinkedInstruction, 0, UnsafeVectorOverflow > * |
| ) |
|
◆ 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: