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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DSpeculatedType.h116 inline bool isArraySpeculation(SpeculatedType value) function in namespace:JSC
201 return isArraySpeculation(value)
H A DSpeculatedType.cpp179 if (isArraySpeculation(prediction))
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGValueSource.h134 if (isArraySpeculation(prediction) || isCellSpeculation(prediction))
H A DDFGCSEPhase.cpp1164 if (isArraySpeculation(prediction))
H A DDFGNode.h1164 return isArraySpeculation(prediction());
H A DDFGAbstractState.cpp753 } else if (isFinalObjectSpeculation(abstractChild.m_type) || isArraySpeculation(abstractChild.m_type) || isArgumentsSpeculation(abstractChild.m_type)) {

Completed in 266 milliseconds