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

/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGAbstractInterpreter.h71 return needsTypeCheck(edge, typeFilterFor(edge.useKind()));
109 filterByType(node, edge, typeFilterFor(edge.useKind()));
H A DDFGUseKind.h65 inline SpeculatedType typeFilterFor(UseKind useKind) function in namespace:JSC::DFG
H A DDFGAbstractInterpreterInlines.h110 RELEASE_ASSERT(!(forNode(edge).m_type & ~typeFilterFor(edge.useKind())));
148 value.filter(typeFilterFor(useKindFor(variable->flushFormat())));

Completed in 128 milliseconds