Searched refs:ValueProfileBase (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DValueProfile.h47 struct ValueProfileBase { struct in namespace:JSC
53 ValueProfileBase() function in struct:JSC::ValueProfileBase
63 ValueProfileBase(int bytecodeOffset) function in struct:JSC::ValueProfileBase
192 struct MinimalValueProfile : public ValueProfileBase<0> {
193 MinimalValueProfile(): ValueProfileBase<0>() { }
194 MinimalValueProfile(int bytecodeOffset): ValueProfileBase<0>(bytecodeOffset) { }
198 struct ValueProfileWithLogNumberOfBuckets : public ValueProfileBase<1 << logNumberOfBucketsArgument> {
202 : ValueProfileBase<1 << logNumberOfBucketsArgument>()
206 : ValueProfileBase<1 << logNumberOfBucketsArgument>(bytecodeOffset)

Completed in 62 milliseconds