OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isJump
(Results
1 - 2
of
2
) 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
()) {
Completed in 129 milliseconds