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

  /external/webkit/Source/JavaScriptCore/dfg/
DFGNode.h 308 bool isJump()
320 ASSERT(isBranch() || isJump());
DFGGraph.cpp 113 if (node.isBranch() || node.isJump()) {
  /ndk/sources/host-tools/nawk-20071023/
awk.h 184 #define isjump(n) ((n)->ctype == OJUMP) macro
run.c 165 if (isjump(x))
184 if (isjump(x))
    [all...]
  /external/webkit/Source/JavaScriptCore/
ChangeLog 754 (JSC::DFG::Node::isJump):
    [all...]

Completed in 413 milliseconds