Searched refs:isTemporary (Results 1 - 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/bytecompiler/
H A DRegisterID.h79 bool isTemporary() function in class:JSC::RegisterID
H A DBytecodeGenerator.h129 RegisterID* newTemporaryOr(RegisterID* suggestion) { return suggestion->isTemporary() ? suggestion : newTemporary(); }
139 return (dst && dst != ignoredResult() && dst->isTemporary()) ? dst : newTemporary();
148 if (tempDst && tempDst->isTemporary())
156 return dst->isTemporary() ? dst : newTemporary();
177 ASSERT(!dst || dst == ignoredResult() || !dst->isTemporary() || dst->refCount());
H A DBytecodeGenerator.cpp626 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
643 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
659 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
674 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
702 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
719 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
735 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
750 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
765 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
904 && src1->isTemporary()
[all...]
H A DNodesCodegen.cpp1633 if (generator.hasFinaliser() && !r0->isTemporary()) {

Completed in 236 milliseconds