Skip to content
  • fpizlo@apple.com's avatar
    Remove some of the tautologies in DFGRepatch function naming. · 6d59f9e2
    fpizlo@apple.com authored
    Rubber stamped by Mark Hahnenberg.
            
    For example change DFG::dfgLinkFor() to be DFG::linkFor().
    
    * bytecode/CodeBlock.cpp:
    (JSC::CodeBlock::resetStubInternal):
    * dfg/DFGOperations.cpp:
    * dfg/DFGRepatch.cpp:
    (JSC::DFG::repatchCall):
    (JSC::DFG::repatchByIdSelfAccess):
    (JSC::DFG::tryCacheGetByID):
    (JSC::DFG::repatchGetByID):
    (JSC::DFG::buildGetByIDList):
    (JSC::DFG::tryCachePutByID):
    (JSC::DFG::repatchPutByID):
    (JSC::DFG::buildPutByIdList):
    (JSC::DFG::repatchIn):
    (JSC::DFG::linkFor):
    (JSC::DFG::linkSlowFor):
    (JSC::DFG::linkClosureCall):
    (JSC::DFG::resetGetByID):
    (JSC::DFG::resetPutByID):
    (JSC::DFG::resetIn):
    * dfg/DFGRepatch.h:
    (JSC::DFG::resetGetByID):
    (JSC::DFG::resetPutByID):
    (JSC::DFG::resetIn):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@156124 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    6d59f9e2