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

#include <ArrayAllocationProfile.h>

Public Member Functions

 ArrayAllocationProfile ()
 
IndexingType selectIndexingType ()
 
JSArrayupdateLastAllocation (JSArray *lastArray)
 
JS_EXPORT_PRIVATE void updateIndexingType ()
 
 ArrayAllocationProfile ()
 
IndexingType selectIndexingType ()
 
JSArrayupdateLastAllocation (JSArray *lastArray)
 
JS_EXPORT_PRIVATE void updateIndexingType ()
 

Static Public Member Functions

static IndexingType selectIndexingTypeFor (ArrayAllocationProfile *profile)
 
static JSArrayupdateLastAllocationFor (ArrayAllocationProfile *profile, JSArray *lastArray)
 
static IndexingType selectIndexingTypeFor (ArrayAllocationProfile *profile)
 
static JSArrayupdateLastAllocationFor (ArrayAllocationProfile *profile, JSArray *lastArray)
 

Constructor & Destructor Documentation

◆ ArrayAllocationProfile() [1/2]

JSC::ArrayAllocationProfile::ArrayAllocationProfile ( )
inline

◆ ArrayAllocationProfile() [2/2]

JSC::ArrayAllocationProfile::ArrayAllocationProfile ( )
inline

Member Function Documentation

◆ selectIndexingType() [1/2]

IndexingType JSC::ArrayAllocationProfile::selectIndexingType ( )
inline

◆ selectIndexingType() [2/2]

IndexingType JSC::ArrayAllocationProfile::selectIndexingType ( )
inline

◆ selectIndexingTypeFor() [1/2]

static IndexingType JSC::ArrayAllocationProfile::selectIndexingTypeFor ( ArrayAllocationProfile profile)
inlinestatic

◆ selectIndexingTypeFor() [2/2]

static IndexingType JSC::ArrayAllocationProfile::selectIndexingTypeFor ( ArrayAllocationProfile profile)
inlinestatic

◆ updateIndexingType() [1/2]

JS_EXPORT_PRIVATE void JSC::ArrayAllocationProfile::updateIndexingType ( )

◆ updateIndexingType() [2/2]

void JSC::ArrayAllocationProfile::updateIndexingType ( )

◆ updateLastAllocation() [1/2]

JSArray* JSC::ArrayAllocationProfile::updateLastAllocation ( JSArray lastArray)
inline

◆ updateLastAllocation() [2/2]

JSArray* JSC::ArrayAllocationProfile::updateLastAllocation ( JSArray lastArray)
inline

◆ updateLastAllocationFor() [1/2]

static JSArray* JSC::ArrayAllocationProfile::updateLastAllocationFor ( ArrayAllocationProfile profile,
JSArray lastArray 
)
inlinestatic

◆ updateLastAllocationFor() [2/2]

static JSArray* JSC::ArrayAllocationProfile::updateLastAllocationFor ( ArrayAllocationProfile profile,
JSArray lastArray 
)
inlinestatic

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