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

  /external/webkit/Source/JavaScriptCore/dfg/
DFGGraph.cpp 73 printf("% 4d:\t<%c%u:%u>\t%s(", (int)nodeIndex, mustGenerate ? '!' : ' ', refCount, node.virtualRegister, dfgOpNames[op & NodeIdMask]);
DFGNode.h 68 #define NodeIdMask 0xFFF
146 // and is used by the subsequent enum to fill out the id (as accessed via the NodeIdMask).

Completed in 98 milliseconds