Home
last modified time | relevance | path

Searched refs:EXCEPTION_COST (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dlimex_compile.cpp203 const int EXCEPTION_COST = 4; // limex: per exception variable
1592 score += EXCEPTION_COST * exceptionalStates.count(); in getLimexScore()
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DInterpreter.java893 final int EXCEPTION_COST = 100; in interpretLoop() local
1980 addInstructionCount(cx, frame, EXCEPTION_COST); in interpretLoop()