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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT32_64.cpp1344 void SpeculativeJIT::compileObjectToObjectOrOtherEquality(Edge leftChild, Edge rightChild) argument
1346 SpeculateCellOperand op1(this, leftChild);
1370 JSValueSource::unboxedCell(op1GPR), leftChild, SpecObject, m_jit.branchPtr( local
1377 JSValueSource::unboxedCell(op1GPR), leftChild, SpecObject, m_jit.branchPtr( local
1381 speculationCheck(BadType, JSValueSource::unboxedCell(op1GPR), leftChild,
1449 void SpeculativeJIT::compilePeepHoleObjectToObjectOrOtherEquality(Edge leftChild, Edge rightChild, Node* branchNode) argument
1454 SpeculateCellOperand op1(this, leftChild);
1478 JSValueSource::unboxedCell(op1GPR), leftChild, SpecObject, m_jit.branchPtr( local
1485 JSValueSource::unboxedCell(op1GPR), leftChild, SpecObject, m_jit.branchPtr( local
1489 speculationCheck(BadType, JSValueSource::unboxedCell(op1GPR), leftChild,
[all...]
H A DDFGSpeculativeJIT64.cpp1361 void SpeculativeJIT::compileObjectToObjectOrOtherEquality(Edge leftChild, Edge rightChild) argument
1363 SpeculateCellOperand op1(this, leftChild);
1386 JSValueSource::unboxedCell(op1GPR), leftChild, SpecObject, m_jit.branchPtr( local
1393 JSValueSource::unboxedCell(op1GPR), leftChild, SpecObject, m_jit.branchPtr( local
1397 speculationCheck(BadType, JSValueSource::unboxedCell(op1GPR), leftChild,
1462 void SpeculativeJIT::compilePeepHoleObjectToObjectOrOtherEquality(Edge leftChild, Edge rightChild, Node* branchNode) argument
1467 SpeculateCellOperand op1(this, leftChild);
1490 JSValueSource::unboxedCell(op1GPR), leftChild, SpecObject, m_jit.branchPtr( local
1497 JSValueSource::unboxedCell(op1GPR), leftChild, SpecObject, m_jit.branchPtr( local
1501 speculationCheck(BadType, JSValueSource::unboxedCell(op1GPR), leftChild,
[all...]
H A DDFGSpeculativeJIT.h1924 void compilePeepHoleObjectToObjectOrOtherEquality(Edge leftChild, Edge rightChild, Node* branchNode);
1926 void compileObjectToObjectOrOtherEquality(Edge leftChild, Edge rightChild);

Completed in 281 milliseconds