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

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DPropertyNameArray.cpp31 static const size_t setThreshold = 20; member in namespace:JSC
38 if (size < setThreshold) {
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DExecutionCounter.cpp54 if (setThreshold(codeBlock))
65 setThreshold(codeBlock);
132 bool ExecutionCounter<countingVariant>::setThreshold(CodeBlock* codeBlock) function in class:JSC::ExecutionCounter
H A DExecutionCounter.h95 bool setThreshold(CodeBlock*);

Completed in 189 milliseconds