Searched refs:rightChild (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
1347 JSValueOperand op2(this, rightChild, ManualOperandSpeculation);
1394 // We know that within this branch, rightChild must be a cell.
1398 JSValueRegs(op2TagGPR, op2PayloadGPR), rightChild, (~SpecCell) | SpecObject, local
1406 JSValueRegs(op2TagGPR, op2PayloadGPR), rightChild, (~SpecCell) | SpecObject, local
1411 speculationCheck(BadType, JSValueRegs(op2TagGPR, op2PayloadGPR), rightChild,
1426 // We know that within this branch, rightChild must not be a cell. Check if that is enough to
1428 if (needsTypeCheck(rightChild, SpecCell | SpecOther)) {
1433 JSValueRegs(op2TagGPR, op2PayloadGPR), rightChild, SpecCell | SpecOther, local
1449 void SpeculativeJIT::compilePeepHoleObjectToObjectOrOtherEquality(Edge leftChild, Edge rightChild, Nod argument
1505 JSValueRegs(op2TagGPR, op2PayloadGPR), rightChild, (~SpecCell) | SpecObject, local
1513 JSValueRegs(op2TagGPR, op2PayloadGPR), rightChild, (~SpecCell) | SpecObject, local
1542 JSValueRegs(op2TagGPR, op2PayloadGPR), rightChild, SpecCell | SpecOther, local
[all...]
H A DDFGSpeculativeJIT64.cpp1361 void SpeculativeJIT::compileObjectToObjectOrOtherEquality(Edge leftChild, Edge rightChild) argument
1364 JSValueOperand op2(this, rightChild, ManualOperandSpeculation);
1409 // We know that within this branch, rightChild must be a cell.
1413 JSValueRegs(op2GPR), rightChild, (~SpecCell) | SpecObject, m_jit.branchPtr( local
1420 JSValueRegs(op2GPR), rightChild, (~SpecCell) | SpecObject, m_jit.branchPtr( local
1424 speculationCheck(BadType, JSValueRegs(op2GPR), rightChild,
1439 // We know that within this branch, rightChild must not be a cell. Check if that is enough to
1441 if (needsTypeCheck(rightChild, SpecCell | SpecOther)) {
1446 JSValueRegs(op2GPR), rightChild, SpecCell | SpecOther, local
1462 void SpeculativeJIT::compilePeepHoleObjectToObjectOrOtherEquality(Edge leftChild, Edge rightChild, Nod argument
1517 JSValueRegs(op2GPR), rightChild, (~SpecCell) | SpecObject, m_jit.branchPtr( local
1524 JSValueRegs(op2GPR), rightChild, (~SpecCell) | SpecObject, m_jit.branchPtr( local
1552 JSValueRegs(op2GPR), rightChild, SpecCell | SpecOther, m_jit.branch64( local
[all...]
H A DDFGSpeculativeJIT.h1924 void compilePeepHoleObjectToObjectOrOtherEquality(Edge leftChild, Edge rightChild, Node* branchNode);
1926 void compileObjectToObjectOrOtherEquality(Edge leftChild, Edge rightChild);

Completed in 85 milliseconds