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

#include <FullBytecodeLiveness.h>

Public Member Functions

const FastBitVector & getLiveness (unsigned bytecodeIndex) const
 
bool operandIsLive (int operand, unsigned bytecodeIndex) const
 
const FastBitVector & getLiveness (unsigned bytecodeIndex) const
 
bool operandIsLive (int operand, unsigned bytecodeIndex) const
 

Friends

class BytecodeLivenessAnalysis
 

Member Function Documentation

◆ getLiveness() [1/2]

const FastBitVector& JSC::FullBytecodeLiveness::getLiveness ( unsigned  bytecodeIndex) const
inline

◆ getLiveness() [2/2]

const FastBitVector& JSC::FullBytecodeLiveness::getLiveness ( unsigned  bytecodeIndex) const
inline

◆ operandIsLive() [1/2]

bool JSC::FullBytecodeLiveness::operandIsLive ( int  operand,
unsigned  bytecodeIndex 
) const
inline

◆ operandIsLive() [2/2]

bool JSC::FullBytecodeLiveness::operandIsLive ( int  operand,
unsigned  bytecodeIndex 
) const
inline

Friends And Related Function Documentation

◆ BytecodeLivenessAnalysis


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