HomeSort by relevance Sort by last modified time
    Searched refs:canReuse (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCodeGenerator.cpp 450 if (m_jit->canReuse(op1.index()))
463 if (m_jit->canReuse(op1.index()))
465 else if (m_jit->canReuse(op2.index()))
477 if (m_jit->canReuse(op1.index()))
490 if (m_jit->canReuse(op1.index()))
492 else if (m_jit->canReuse(op2.index()))
504 if (m_jit->canReuse(op1.index()))
516 if (m_jit->canReuse(op1.index()))
535 if (m_jit->canReuse(op1.index()))
548 if (m_jit->canReuse(op1.index())
    [all...]
DFGGenerationInfo.h 141 bool canReuse()
DFGJITCodeGenerator.h 95 bool canReuse(NodeIndex nodeIndex)
99 return info.canReuse();
    [all...]

Completed in 32 milliseconds