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

  /external/webkit/Source/JavaScriptCore/dfg/
DFGGraph.cpp 52 bool mustGenerate = node.mustGenerate();
53 if (mustGenerate)
63 // not including the 'mustGenerate' ref. If the node is
64 // 'mustGenerate' then the count it prefixed with '!'.
73 printf("% 4d:\t<%c%u:%u>\t%s(", (int)nodeIndex, mustGenerate ? '!' : ' ', refCount, node.virtualRegister, dfgOpNames[op & NodeIdMask]);
DFGNode.h 212 bool mustGenerate()
DFGNonSpeculativeJIT.cpp 647 if (node.mustGenerate())
DFGSpeculativeJIT.cpp 777 if (node.mustGenerate())
DFGByteCodeParser.cpp 431 // 'mustGenerate' then the node will implicitly be ref'ed to ensure generation.
    [all...]

Completed in 64 milliseconds