Searched refs:isTemporary (Results 1 – 6 of 6) sorted by relevance
122 …RegisterID* newTemporaryOr(RegisterID* suggestion) { return suggestion->isTemporary() ? suggestion… in newTemporaryOr()132 return (dst && dst != ignoredResult() && dst->isTemporary()) ? dst : newTemporary(); in tempDestination()141 if (tempDst && tempDst->isTemporary())149 return dst->isTemporary() ? dst : newTemporary(); in destinationForAssignResult()170 ASSERT(!dst || dst == ignoredResult() || !dst->isTemporary() || dst->refCount()); in emitNode()
79 bool isTemporary() in isTemporary() function
612 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfTrue()627 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfTrue()641 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfTrue()654 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfTrue()680 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfFalse()695 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfFalse()709 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfFalse()722 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfFalse()735 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfFalse()879 && src1->isTemporary() in emitEqualityOp()[all …]
1522 if (generator.hasFinaliser() && !r0->isTemporary()) { in emitBytecode()
181 (KJS::RegisterID::isTemporary):
32883 (JSC::RegisterID::isTemporary):